Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkClipStack.cpp96 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsDiff()
133 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsXOR()
165 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsUnion()
171 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsUnion()
194 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsIntersection()
238 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsRevDiff()
278 fFiniteBoundType = kInsideOut_BoundsType; in updateBoundAndGenID()
305 prevType = kInsideOut_BoundsType; in updateBoundAndGenID()
312 if (kInsideOut_BoundsType == fFiniteBoundType) { in updateBoundAndGenID()
315 if (kInsideOut_BoundsType == prevType) { in updateBoundAndGenID()
[all …]
/external/skia/include/core/
DSkClipStack.h34 kInsideOut_BoundsType enumerator
206 fFiniteBoundType = kInsideOut_BoundsType; in initCommon()
/external/skia/tests/
DClipStackTest.cpp391 REPORTER_ASSERT(reporter, SkClipStack::kInsideOut_BoundsType == boundsType); in test_rect_inverse_fill()