Searched refs:BoundsType (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/src/gpu/ |
D | GrClip.h | 133 enum class BoundsType { enum 163 BoundsType mode = BoundsType::kExterior) { 179 if (mode == BoundsType::kExterior) {
|
/third_party/skia/src/core/ |
D | SkClipStackDevice.cpp | 77 SkClipStack::BoundsType boundType; in onAsRgnClip() 114 SkClipStack::BoundsType boundType; in onGetClipType()
|
D | SkClipStack.h | 35 enum BoundsType { enum 232 SkClipStack::BoundsType fFiniteBoundType; 347 BoundsType* boundType,
|
D | SkClipStack.cpp | 469 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/ |
D | ClipStackTest.cpp | 382 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()
|
D | GrClipStackTest.cpp | 258 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/ |
D | ClipStack.cpp | 405 : 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()
|