Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkClipStack.cpp215 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsDiff()
252 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsXOR()
284 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsUnion()
290 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsUnion()
313 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsIntersection()
356 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsRevDiff()
399 fFiniteBoundType = kInsideOut_BoundsType; in updateBoundAndGenID()
424 prevType = kInsideOut_BoundsType; in updateBoundAndGenID()
431 if (kInsideOut_BoundsType == fFiniteBoundType) { in updateBoundAndGenID()
434 if (kInsideOut_BoundsType == prevType) { in updateBoundAndGenID()
[all …]
DSkClipStack.h41 kInsideOut_BoundsType enumerator
271 fFiniteBoundType = kInsideOut_BoundsType; in initCommon()
/external/skia/src/gpu/
DGrReducedClip.cpp49 bool insideOut = SkClipStack::kInsideOut_BoundsType == stackBoundsType; in GrReducedClip()
/external/skia/tests/
DClipStackTest.cpp417 REPORTER_ASSERT(reporter, SkClipStack::kInsideOut_BoundsType == boundsType); in test_rect_inverse_fill()