/external/skia/src/gpu/ |
GrReducedClip.cpp | 77 if (!iter.prev()->isAA() || GrClip::IsPixelAligned(stackBounds)) { 381 if (newElement->isAA()) { 467 if (element->isAA()) { 483 if (!element->isAA()) { 501 if (element->isAA()) { 520 GrAA(element->isAA())); 524 Invert(element->isInverseFilled()), GrAA(element->isAA())); 541 this->addWindowRectangle(element->getDeviceSpaceRect(), element->isAA()); 542 if (!element->isAA()) { 547 GrAA(element->isAA())); [all...] |
GrClipStackClip.cpp | 57 bool isAA; 58 if (fStack->isRRect(*rtBounds, rr, &isAA)) { 59 *aa = GrAA(isAA); 127 canDrawArgs.fAAType = GrChooseAAType(GrAA(element->isAA()), 428 GrAA aa = GrAA(element->isAA());
|
/external/skqp/src/gpu/ |
GrReducedClip.cpp | 77 if (!iter.prev()->isAA() || GrClip::IsPixelAligned(stackBounds)) { 381 if (newElement->isAA()) { 467 if (element->isAA()) { 483 if (!element->isAA()) { 501 if (element->isAA()) { 520 GrAA(element->isAA())); 524 Invert(element->isInverseFilled()), GrAA(element->isAA())); 541 this->addWindowRectangle(element->getDeviceSpaceRect(), element->isAA()); 542 if (!element->isAA()) { 547 GrAA(element->isAA())); [all...] |
GrClipStackClip.cpp | 56 bool isAA; 57 if (fStack->isRRect(*rtBounds, rr, &isAA)) { 58 *aa = GrAA(isAA); 126 canDrawArgs.fAAType = GrChooseAAType(GrAA(element->isAA()), 426 GrAA aa = GrAA(element->isAA());
|
/external/skia/src/core/ |
SkRasterClip.h | 43 void opRect(const SkRect&, const SkMatrix&, const SkIRect& limit, SkRegion::Op, bool isAA); 44 void opRRect(const SkRRect&, const SkMatrix&, const SkIRect& limit, SkRegion::Op, bool isAA); 45 void opPath(const SkPath&, const SkMatrix&, const SkIRect& limit, SkRegion::Op, bool isAA); 75 bool isAA() const { return !fIsBW; }
|
SkClipStack.cpp | 752 bool isAA = false; 774 isAA = (isAA || element->isAA()); 777 return isAA; 794 element.isAA())) { 803 prior->fDoAA = element.isAA(); [all...] |
SkClipStackDevice.cpp | 70 if (element->isAA()) {
|
SkClipStack.h | 131 bool isAA() const { return fDoAA; }
|
SkCanvas.cpp | [all...] |
SkBitmapDevice.cpp | 772 return !rc.isEmpty() && rc.isAA(); 777 if (rc.isAA()) {
|
/external/skqp/src/core/ |
SkRasterClip.h | 43 void opRect(const SkRect&, const SkMatrix&, const SkIRect& limit, SkRegion::Op, bool isAA); 44 void opRRect(const SkRRect&, const SkMatrix&, const SkIRect& limit, SkRegion::Op, bool isAA); 45 void opPath(const SkPath&, const SkMatrix&, const SkIRect& limit, SkRegion::Op, bool isAA); 75 bool isAA() const { return !fIsBW; }
|
SkClipStack.cpp | 752 bool isAA = false; 774 isAA = (isAA || element->isAA()); 777 return isAA; 794 element.isAA())) { 803 prior->fDoAA = element.isAA(); [all...] |
SkClipStackDevice.cpp | 70 if (element->isAA()) {
|
SkClipStack.h | 131 bool isAA() const { return fDoAA; }
|
SkCanvas.cpp | [all...] |
SkBitmapDevice.cpp | 783 return !rc.isEmpty() && rc.isAA(); 788 if (rc.isAA()) {
|
/external/skia/gm/ |
windowrectangles.cpp | 83 bool isAA = element->isAA(); 86 canvas->clipPath(element->getDeviceSpacePath(), op, isAA); 89 canvas->clipRRect(element->getDeviceSpaceRRect(), op, isAA); 92 canvas->clipRect(element->getDeviceSpaceRect(), op, isAA);
|
strokedlines.cpp | 79 for (auto isAA : { true, false }) { 84 tmp.setAntiAlias(isAA);
|
/external/skqp/gm/ |
windowrectangles.cpp | 82 bool isAA = element->isAA(); 85 canvas->clipPath(element->getDeviceSpacePath(), op, isAA); 88 canvas->clipRRect(element->getDeviceSpaceRRect(), op, isAA); 91 canvas->clipRect(element->getDeviceSpaceRect(), op, isAA);
|
strokedlines.cpp | 79 for (auto isAA : { true, false }) { 84 tmp.setAntiAlias(isAA);
|
/external/skia/tests/ |
ClipStackTest.cpp | 929 element.isAA()); 933 element.isAA()); 937 element.isAA()); [all...] |
/external/skia/src/ports/ |
SkFontHost_win.cpp | [all...] |
/external/skqp/src/ports/ |
SkFontHost_win.cpp | [all...] |
/external/skqp/tests/ |
ClipStackTest.cpp | 929 element.isAA()); 933 element.isAA()); 937 element.isAA()); [all...] |