Home
last modified time | relevance | path

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

/third_party/skia/gm/
H A Dwindowrectangles.cpp59 bool isAA = element->isAA(); in coverClipStack() local
65 canvas->clipPath(element->getDeviceSpacePath(), op, isAA); in coverClipStack()
68 canvas->clipRRect(element->getDeviceSpaceRRect(), op, isAA); in coverClipStack()
71 canvas->clipRect(element->getDeviceSpaceRect(), op, isAA); in coverClipStack()
H A Dstrokedlines.cpp98 for (auto isAA : { true, false }) { in draw_row()
103 tmp.setAntiAlias(isAA); in draw_row()
/third_party/skia/tests/
H A DTextureOpTest.cpp53 const GrSurfaceProxyView& proxyView, bool isAA) { in create_op()
58 quad.fEdgeFlags = isAA ? GrQuadAAFlags::kAll : GrQuadAAFlags::kNone; in create_op()
69 isAA ? GrAAType::kCoverage in create_op()
52 create_op(GrDirectContext* dContext, SkRect rect, const GrSurfaceProxyView& proxyView, bool isAA) create_op() argument
H A DClipStackTest.cpp828 bool isAA; in test_is_rrect_deep_rect_stack() local
831 if (stack.isRRect(kTargetBounds, &rrect, &isAA)) { in test_is_rrect_deep_rect_stack()
833 REPORTER_ASSERT(reporter, aa == isAA); in test_is_rrect_deep_rect_stack()
848 bool isAA; in test_is_rrect_deep_rect_stack() local
849 REPORTER_ASSERT(reporter, !stack.isRRect(kTargetBounds, &rrect, &isAA)); in test_is_rrect_deep_rect_stack()
/third_party/skia/src/core/
H A DSkDevice.cpp550 /*isAA=*/false, /*fillsBounds=*/globalRgn.isRect()); in onClipRegion()
580 bool isAA, bool fillsBounds) { in op()
582 fIsAA |= isAA; in op()
587 if (!fClipBounds.intersect(isAA ? devBounds.roundOut() : devBounds.round())) { in op()
598 if (SkRectPriv::Subtract(fClipBounds, isAA ? devBounds.roundIn() : devBounds.round(), in op()
579 op(SkClipOp op, const SkM44& transform, const SkRect& bounds, bool isAA, bool fillsBounds) op() argument
H A DSkClipStack.cpp723 element.isAA())) { in pushElement()
732 prior->fDoAA = element.isAA(); in pushElement()
889 *aa = back->isAA(); in isRRect()
899 *aa = back->isAA(); in isRRect()
929 *aa = back->isAA(); in isRRect()
H A DSkDevice.h544 ClipState(const SkIRect& bounds, bool isAA, bool isRect) in ClipState()
547 , fIsAA(isAA) in ClipState()
551 bool isAA, bool fillsBounds);
559 fClipStack.emplace_back(this->bounds(), /*isAA=*/false, /*isRect=*/true); in resetClipStack()
H A DSkRasterClip.h36 bool isAA() const { return !fIsBW; } in isAA() function in SkRasterClip
H A DSkClipStackDevice.cpp65 if (element->isAA()) { in onClipIsAA()
H A DSkCanvas.cpp1439 const bool isAA = kSoft_ClipEdgeStyle == edgeStyle; in onClipRect() local
1442 this->topDevice()->clipRect(rect, op, isAA); in onClipRect()
1517 bool isAA = kSoft_ClipEdgeStyle == edgeStyle;
1520 this->topDevice()->clipRRect(rrect, op, isAA);
1549 bool isAA = kSoft_ClipEdgeStyle == edgeStyle;
1552 this->topDevice()->clipPath(path, op, isAA);
H A DSkClipStack.h151 bool isAA() const { return fDoAA; } in isAA() function in SkClipStack::Element::DeviceSpaceType
H A DSkBitmapDevice.cpp690 return !rc.isEmpty() && rc.isAA(); in onClipIsAA()
695 if (rc.isAA()) { in onAsRgnClip()
/third_party/skia/src/ports/
H A DSkFontHost_win.cpp1097 const bool isAA = !isLCD(fRec); in generateImage() local
1112 //The offscreen contains a GDI blit if isAA and kGenA8FromLCD_Flag is not set. in generateImage()
1114 if (isAA && !(fRec.fFlags & SkScalerContext::kGenA8FromLCD_Flag)) { in generateImage()
1154 } else if (isAA) { in generateImage()

Completed in 20 milliseconds