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

/frameworks/base/libs/hwui/
H A DPathTessellator.cpp100 style(paint->getStyle()), cap(paint->getStrokeCap()), isAA(paint->isAntiAlias()),
113 if (isAA && halfStrokeWidth != 0 && inverseScaleX == inverseScaleY &&
123 bool isAA; member in struct:android::uirenderer::PaintInfo
763 if (!paintInfo.isAA) {
780 if (!paintInfo.isAA) {
836 if (!paintInfo.isAA) {
859 if (paintInfo.isAA) {
877 if (paintInfo.isAA) {
889 if (paintInfo.isAA) {
H A DOpenGLRenderer.cpp2340 bool isAA = paint->isAntiAlias(); local
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) {

Completed in 113 milliseconds