Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkClipStack.cpp231 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsDiff()
268 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsXOR()
300 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsUnion()
306 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsUnion()
329 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsIntersection()
372 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsRevDiff()
415 fFiniteBoundType = kInsideOut_BoundsType; in updateBoundAndGenID()
440 prevType = kInsideOut_BoundsType; in updateBoundAndGenID()
447 if (kInsideOut_BoundsType == fFiniteBoundType) { in updateBoundAndGenID()
450 if (kInsideOut_BoundsType == prevType) { in updateBoundAndGenID()
[all …]
/external/skia/include/core/
DSkClipStack.h36 kInsideOut_BoundsType enumerator
230 fFiniteBoundType = kInsideOut_BoundsType; in initCommon()
/external/skia/tests/
DCanvasStateTest.cpp343 if (SkClipStack::kInsideOut_BoundsType == boundsType) { in DEF_TEST()
DClipStackTest.cpp409 REPORTER_ASSERT(reporter, SkClipStack::kInsideOut_BoundsType == boundsType); in test_rect_inverse_fill()