Searched defs:isAA (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/core/
H A DSkRasterClip.h24 bool isAA() const { return !fIsBW; } function in class:SkRasterClip
H A DSkClipStack.cpp76 visitor->clipPath(this->getPath(), this->getOp(), this->isAA());
79 visitor->clipRRect(this->getRRect(), this->getOp(), this->isAA());
82 visitor->clipRect(this->getRect(), this->getOp(), this->isAA());
645 bool isAA = false; local
667 isAA = (isAA || element->isAA());
670 return isAA;
686 if (prior->rectRectIntersectAllowed(element.getRect(), element.isAA())) {
694 prior->fDoAA = element.isAA();
[all...]
/external/skia/include/core/
H A DSkClipStack.h104 bool isAA() const { return fDoAA; } function in class:SkClipStack::Element
/external/skia/experimental/AndroidPathRenderer/
H A DAndroidPathRenderer.cpp523 void PathRenderer::ConvexPathVertices(const SkPath &path, const SkStrokeRec& stroke, bool isAA, argument
562 if (!isAA) {
582 if (!isAA) {
/external/skia/src/ports/
H A DSkFontHost_win.cpp1236 const bool isAA = !isLCD(fRec); local
1251 //The offscreen contains a GDI blit if isAA and kGenA8FromLCD_Flag is not set.
1253 if (isAA && !(fRec.fFlags & SkScalerContext::kGenA8FromLCD_Flag)) {
1294 } else if (isAA) {

Completed in 148 milliseconds