Home
last modified time | relevance | path

Searched refs:kInsideOut_BoundsType (Results 1 – 8 of 8) sorted by relevance

/external/skqp/src/core/
DSkClipStack.cpp156 fFiniteBoundType = kInsideOut_BoundsType; in initCommon()
317 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsDiff()
354 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsXOR()
386 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsUnion()
392 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsUnion()
415 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsIntersection()
458 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsRevDiff()
500 fFiniteBoundType = kInsideOut_BoundsType; in updateBoundAndGenID()
518 prevType = kInsideOut_BoundsType; in updateBoundAndGenID()
525 if (kInsideOut_BoundsType == fFiniteBoundType) { in updateBoundAndGenID()
[all …]
DSkClipStack.h43 kInsideOut_BoundsType enumerator
/external/skia/src/core/
DSkClipStack.cpp178 fFiniteBoundType = kInsideOut_BoundsType; in initCommon()
352 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsDiff()
389 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsXOR()
421 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsUnion()
427 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsUnion()
450 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsIntersection()
493 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsRevDiff()
535 fFiniteBoundType = kInsideOut_BoundsType; in updateBoundAndGenID()
561 prevType = kInsideOut_BoundsType; in updateBoundAndGenID()
568 if (kInsideOut_BoundsType == fFiniteBoundType) { in updateBoundAndGenID()
[all …]
DSkClipStack.h44 kInsideOut_BoundsType enumerator
/external/skia/src/gpu/
DGrReducedClip.cpp60 bool insideOut = SkClipStack::kInsideOut_BoundsType == stackBoundsType; in GrReducedClip()
/external/skqp/src/gpu/
DGrReducedClip.cpp60 bool insideOut = SkClipStack::kInsideOut_BoundsType == stackBoundsType; in GrReducedClip()
/external/skia/tests/
DClipStackTest.cpp445 REPORTER_ASSERT(reporter, SkClipStack::kInsideOut_BoundsType == boundsType); in test_rect_inverse_fill()
/external/skqp/tests/
DClipStackTest.cpp442 REPORTER_ASSERT(reporter, SkClipStack::kInsideOut_BoundsType == boundsType); in test_rect_inverse_fill()