Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrClip.h146 enum class BoundsType { enum
184 BoundsType mode = BoundsType::kExterior) {
200 if (mode == BoundsType::kExterior) {
DGrClipStack.cpp413 : fBounds(GrClip::GetPixelIBounds(drawBounds, aa, BoundsType::kExterior)) in Draw()
557 fOuterBounds = GrClip::GetPixelIBounds(outer, fAA, BoundsType::kExterior); in simplify()
574 fInnerBounds = GrClip::GetPixelIBounds(outer, fAA, BoundsType::kInterior); in simplify()
587 fInnerBounds = GrClip::GetPixelIBounds(inner, fAA, BoundsType::kInterior); in simplify()
DGrReducedClip.cpp54 SkClipStack::BoundsType stackBoundsType; in GrReducedClip()
/external/skqp/src/core/
DSkClipStackDevice.cpp78 SkClipStack::BoundsType boundType; in onAsRgnClip()
98 SkClipStack::BoundsType boundType; in onGetClipType()
DSkClipStack.h35 enum BoundsType { enum
213 SkClipStack::BoundsType fFiniteBoundType;
321 BoundsType* boundType,
DSkClipStack.cpp513 SkClipStack::BoundsType prevType; in updateBoundAndGenID()
666 SkClipStack::BoundsType bounds; in bounds()
678 BoundsType* boundType, in getBounds()
946 SkClipStack::BoundsType boundType; in getConservativeBounds()
/external/skia/src/core/
DSkClipStackDevice.cpp89 SkClipStack::BoundsType boundType; in onAsRgnClip()
118 SkClipStack::BoundsType boundType; in onGetClipType()
DSkClipStack.h36 enum BoundsType { enum
229 SkClipStack::BoundsType fFiniteBoundType;
342 BoundsType* boundType,
DSkClipStack.cpp556 SkClipStack::BoundsType prevType; in updateBoundAndGenID()
709 SkClipStack::BoundsType bounds; in bounds()
721 BoundsType* boundType, in getBounds()
977 SkClipStack::BoundsType boundType; in getConservativeBounds()
1000 if (back->fIsIntersectionOfRects && back->fFiniteBoundType == BoundsType::kNormal_BoundsType) { in isRRect()
/external/llvm-project/clang/utils/TableGen/
DMveEmitter.cpp792 enum class BoundsType { ExplicitRange, UInt }; enum
793 BoundsType boundsType;
913 case ImmediateArg::BoundsType::ExplicitRange: in genSema()
917 case ImmediateArg::BoundsType::UInt: in genSema()
1385 IA.boundsType = ImmediateArg::BoundsType::ExplicitRange; in ACLEIntrinsic()
1389 IA.boundsType = ImmediateArg::BoundsType::UInt; in ACLEIntrinsic()
1392 IA.boundsType = ImmediateArg::BoundsType::ExplicitRange; in ACLEIntrinsic()
1396 IA.boundsType = ImmediateArg::BoundsType::ExplicitRange; in ACLEIntrinsic()
/external/skia/tests/
DClipStackTest.cpp443 SkClipStack::BoundsType boundsType; in test_rect_inverse_fill()
454 SkClipStack::BoundsType type; in test_rect_replace()
561 SkClipStack::BoundsType type; in test_rect_merging()
867 SkClipStack::BoundsType stackBoundsType; in test_invfill_diff_bug()
1088 SkClipStack::BoundsType stackBoundsType; in test_reduced_clip_stack()
1283 SkClipStack::BoundsType stackBoundsType; in test_aa_query()
DGrClipStackTest.cpp251 e.fAA, GrClip::BoundsType::kExterior); in getOptimalBounds()
257 GrClip::BoundsType::kInterior); in getOptimalBounds()
260 e.fAA, GrClip::BoundsType::kInterior); in getOptimalBounds()
/external/skqp/tests/
DClipStackTest.cpp440 SkClipStack::BoundsType boundsType; in test_rect_inverse_fill()
451 SkClipStack::BoundsType type; in test_rect_replace()
558 SkClipStack::BoundsType type; in test_rect_merging()
863 SkClipStack::BoundsType stackBoundsType; in test_invfill_diff_bug()
1064 SkClipStack::BoundsType stackBoundsType; in test_reduced_clip_stack()
1256 SkClipStack::BoundsType stackBoundsType; in test_aa_query()
/external/skqp/src/gpu/
DGrReducedClip.cpp54 SkClipStack::BoundsType stackBoundsType; in GrReducedClip()