Searched refs:isAA (Results 1 - 25 of 28) sorted by last modified time

12

/external/skqp/src/pipe/
H A DSkPipeReader.cpp275 bool isAA = unpack_verb_extra(packedVerb) & 1; local
276 canvas->clipRect(*reader.skipT<SkRect>(), op, isAA);
282 bool isAA = unpack_verb_extra(packedVerb) & 1; local
283 canvas->clipRRect(read_rrect(reader), op, isAA); local
289 bool isAA = unpack_verb_extra(packedVerb) & 1; local
292 canvas->clipPath(path, op, isAA);
/external/skqp/src/ports/
H A DSkFontHost_win.cpp1220 const bool isAA = !isLCD(fRec); local
1235 //The offscreen contains a GDI blit if isAA and kGenA8FromLCD_Flag is not set.
1237 if (isAA && !(fRec.fFlags & SkScalerContext::kGenA8FromLCD_Flag)) {
1278 } else if (isAA) {
/external/skqp/tests/
H A DClipStackTest.cpp909 element.isAA());
913 element.isAA());
917 element.isAA());
H A DDeviceLooperTest.cpp21 return a.isAA() && a.aaRgn() == b.aaRgn();
/external/skqp/src/core/
H A DSkBitmapDevice.cpp580 return !rc.isEmpty() && rc.isAA();
585 if (rc.isAA()) {
H A DSkCanvas.cpp1408 const bool isAA = kSoft_ClipEdgeStyle == edgeStyle; local
1410 FOR_EACH_TOP_DEVICE(device->clipRect(rect, op, isAA));
1414 isAA);
1446 bool isAA = kSoft_ClipEdgeStyle == edgeStyle; local
1448 FOR_EACH_TOP_DEVICE(device->clipRRect(rrect, op, isAA));
1451 isAA);
1483 bool isAA = kSoft_ClipEdgeStyle == edgeStyle; local
1485 FOR_EACH_TOP_DEVICE(device->clipPath(path, op, isAA));
1490 (SkRegion::Op)op, isAA);
H A DSkClipStack.cpp755 bool isAA = false; local
777 isAA = (isAA || element->isAA());
780 return isAA;
797 element.isAA())) {
806 prior->fDoAA = element.isAA();
979 *aa = back->isAA();
1003 *aa = back->isAA();
H A DSkClipStack.h135 bool isAA() const { return fDoAA; } function in class:SkClipStack::Element::DeviceSpaceType
H A DSkClipStackDevice.cpp70 if (element->isAA()) {
H A DSkRasterClip.h42 void opRect(const SkRect&, const SkMatrix&, const SkIRect& limit, SkRegion::Op, bool isAA);
43 void opRRect(const SkRRect&, const SkMatrix&, const SkIRect& limit, SkRegion::Op, bool isAA);
44 void opPath(const SkPath&, const SkMatrix&, const SkIRect& limit, SkRegion::Op, bool isAA);
74 bool isAA() const { return !fIsBW; } function in class:SkRasterClip
/external/skqp/src/gpu/
H A DGrClipStackClip.cpp54 bool isAA; local
55 if (fStack->isRRect(*rtBounds, rr, &isAA)) {
56 *aa = GrAA(isAA);
124 canDrawArgs.fAAType = GrChooseAAType(GrAA(element->isAA()),
407 GrAA aa = GrAA(element->isAA());
H A DGrReducedClip.cpp69 if (!iter.prev()->isAA() || GrClip::IsPixelAligned(stackBounds)) {
377 if (newElement->isAA()) {
463 if (element->isAA()) {
479 if (!element->isAA()) {
497 if (element->isAA()) {
516 GrAA(element->isAA()));
520 Invert(element->isInverseFilled()), GrAA(element->isAA()));
537 this->addWindowRectangle(element->getDeviceSpaceRect(), element->isAA());
538 if (!element->isAA()) {
543 GrAA(element->isAA()));
[all...]
/external/skqp/gm/
H A Dstrokedlines.cpp79 for (auto isAA : { true, false }) {
84 tmp.setAntiAlias(isAA);
H A Dwindowrectangles.cpp81 bool isAA = element->isAA(); local
84 canvas->clipPath(element->getDeviceSpacePath(), op, isAA);
87 canvas->clipRRect(element->getDeviceSpaceRRect(), op, isAA);
90 canvas->clipRect(element->getDeviceSpaceRect(), op, isAA);
/external/skia/tests/
H A DClipStackTest.cpp909 element.isAA());
913 element.isAA());
917 element.isAA());
H A DDeviceLooperTest.cpp21 return a.isAA() && a.aaRgn() == b.aaRgn();
/external/skia/src/pipe/
H A DSkPipeReader.cpp275 bool isAA = unpack_verb_extra(packedVerb) & 1; local
276 canvas->clipRect(*reader.skipT<SkRect>(), op, isAA);
282 bool isAA = unpack_verb_extra(packedVerb) & 1; local
283 canvas->clipRRect(read_rrect(reader), op, isAA); local
289 bool isAA = unpack_verb_extra(packedVerb) & 1; local
292 canvas->clipPath(path, op, isAA);
/external/skia/src/ports/
H A DSkFontHost_win.cpp1220 const bool isAA = !isLCD(fRec); local
1235 //The offscreen contains a GDI blit if isAA and kGenA8FromLCD_Flag is not set.
1237 if (isAA && !(fRec.fFlags & SkScalerContext::kGenA8FromLCD_Flag)) {
1278 } else if (isAA) {
/external/skia/src/gpu/
H A DGrClipStackClip.cpp54 bool isAA; local
55 if (fStack->isRRect(*rtBounds, rr, &isAA)) {
56 *aa = GrAA(isAA);
124 canDrawArgs.fAAType = GrChooseAAType(GrAA(element->isAA()),
407 GrAA aa = GrAA(element->isAA());
H A DGrReducedClip.cpp69 if (!iter.prev()->isAA() || GrClip::IsPixelAligned(stackBounds)) {
377 if (newElement->isAA()) {
463 if (element->isAA()) {
479 if (!element->isAA()) {
497 if (element->isAA()) {
516 GrAA(element->isAA()));
520 Invert(element->isInverseFilled()), GrAA(element->isAA()));
537 this->addWindowRectangle(element->getDeviceSpaceRect(), element->isAA());
538 if (!element->isAA()) {
543 GrAA(element->isAA()));
[all...]
/external/skia/src/core/
H A DSkRasterClip.h42 void opRect(const SkRect&, const SkMatrix&, const SkIRect& limit, SkRegion::Op, bool isAA);
43 void opRRect(const SkRRect&, const SkMatrix&, const SkIRect& limit, SkRegion::Op, bool isAA);
44 void opPath(const SkPath&, const SkMatrix&, const SkIRect& limit, SkRegion::Op, bool isAA);
74 bool isAA() const { return !fIsBW; } function in class:SkRasterClip
H A DSkBitmapDevice.cpp591 return !rc.isEmpty() && rc.isAA();
596 if (rc.isAA()) {
H A DSkCanvas.cpp1404 const bool isAA = kSoft_ClipEdgeStyle == edgeStyle; local
1406 FOR_EACH_TOP_DEVICE(device->clipRect(rect, op, isAA));
1410 isAA);
1442 bool isAA = kSoft_ClipEdgeStyle == edgeStyle; local
1444 FOR_EACH_TOP_DEVICE(device->clipRRect(rrect, op, isAA));
1447 isAA);
1479 bool isAA = kSoft_ClipEdgeStyle == edgeStyle; local
1481 FOR_EACH_TOP_DEVICE(device->clipPath(path, op, isAA));
1486 (SkRegion::Op)op, isAA);
H A DSkClipStack.cpp755 bool isAA = false; local
777 isAA = (isAA || element->isAA());
780 return isAA;
797 element.isAA())) {
806 prior->fDoAA = element.isAA();
979 *aa = back->isAA();
1003 *aa = back->isAA();
H A DSkClipStack.h135 bool isAA() const { return fDoAA; } function in class:SkClipStack::Element::DeviceSpaceType

Completed in 449 milliseconds

12