Home
last modified time | relevance | path

Searched refs:isAA (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DPathTessellator.cpp100 style(paint->getStyle()), cap(paint->getStrokeCap()), isAA(paint->isAntiAlias()), in PaintInfo()
113 if (isAA && halfStrokeWidth != 0 && inverseScaleX == inverseScaleY && in PaintInfo()
123 bool isAA; member
763 if (!paintInfo.isAA) { in tessellatePath()
780 if (!paintInfo.isAA) { in tessellatePath()
836 if (!paintInfo.isAA) { in tessellatePoints()
859 if (paintInfo.isAA) { in tessellateLines()
877 if (paintInfo.isAA) { in tessellateLines()
889 if (paintInfo.isAA) { in tessellateLines()
DOpenGLRenderer.cpp2340 bool isAA = paint->isAntiAlias();
2344 if (isAA) setupDrawVertexAlpha((displayFlags & kVertexBuffer_ShadowInterp));
2348 setupDrawBlending(paint, isAA);
2358 mCaches.bindPositionVertexPointer(true, vertices, isAA ? gAlphaVertexStride : gVertexStride);
2362 if (isAA) {
2386 if (isAA) {