Home | History | Annotate | Download | only in hwui

Lines Matching defs:isAA

1786     mDescription.isAA = true;
2519 bool isAA = paint->isAntiAlias();
2523 if (isAA) setupDrawAA();
2527 setupDrawBlending(isAA, mode);
2536 mCaches.bindPositionVertexPointer(true, vertices, isAA ? gAlphaVertexStride : gVertexStride);
2541 if (isAA) {
2552 if (isAA) {