Home
last modified time | relevance | path

Searched refs:BoundsType (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/src/gpu/
DGrClip.h133 enum class BoundsType { enum
163 BoundsType mode = BoundsType::kExterior) {
179 if (mode == BoundsType::kExterior) {
/third_party/skia/src/core/
DSkClipStackDevice.cpp77 SkClipStack::BoundsType boundType; in onAsRgnClip()
114 SkClipStack::BoundsType boundType; in onGetClipType()
DSkClipStack.h35 enum BoundsType { enum
232 SkClipStack::BoundsType fFiniteBoundType;
347 BoundsType* boundType,
DSkClipStack.cpp469 SkClipStack::BoundsType prevType; in updateBoundAndGenID()
610 SkClipStack::BoundsType bounds; in bounds()
622 BoundsType* boundType, in getBounds()
864 SkClipStack::BoundsType boundType; in getConservativeBounds()
887 if (back->fIsIntersectionOfRects && back->fFiniteBoundType == BoundsType::kNormal_BoundsType) { in isRRect()
/third_party/skia/tests/
DClipStackTest.cpp382 SkClipStack::BoundsType boundsType; in test_rect_inverse_fill()
393 SkClipStack::BoundsType type; in test_rect_replace()
508 SkClipStack::BoundsType type; in test_rect_merging()
803 SkClipStack::BoundsType stackBoundsType; in test_invfill_diff_bug()
DGrClipStackTest.cpp258 e.fAA, GrClip::BoundsType::kExterior); in getOptimalBounds()
264 GrClip::BoundsType::kInterior); in getOptimalBounds()
267 e.fAA, GrClip::BoundsType::kInterior); in getOptimalBounds()
/third_party/skia/src/gpu/v1/
DClipStack.cpp405 : fBounds(GrClip::GetPixelIBounds(drawBounds, aa, BoundsType::kExterior)) in Draw()
549 fOuterBounds = GrClip::GetPixelIBounds(outer, fAA, BoundsType::kExterior); in simplify()
566 fInnerBounds = GrClip::GetPixelIBounds(outer, fAA, BoundsType::kInterior); in simplify()
579 fInnerBounds = GrClip::GetPixelIBounds(inner, fAA, BoundsType::kInterior); in simplify()