Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkClipStack.cpp228 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsDiff()
265 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsXOR()
297 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsUnion()
303 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsUnion()
326 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsIntersection()
369 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsRevDiff()
412 fFiniteBoundType = kInsideOut_BoundsType; in updateBoundAndGenID()
437 prevType = kInsideOut_BoundsType; in updateBoundAndGenID()
444 if (kInsideOut_BoundsType == fFiniteBoundType) { in updateBoundAndGenID()
447 if (kInsideOut_BoundsType == prevType) { in updateBoundAndGenID()
[all …]
/external/skia/include/core/
DSkClipStack.h37 kInsideOut_BoundsType enumerator
231 fFiniteBoundType = kInsideOut_BoundsType; in initCommon()
/external/skia/tests/
DClipStackTest.cpp409 REPORTER_ASSERT(reporter, SkClipStack::kInsideOut_BoundsType == boundsType); in test_rect_inverse_fill()