Home
last modified time | relevance | path

Searched refs:fFiniteBoundType (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkClipStack.cpp36 SkASSERT(kNormal_BoundsType == fFiniteBoundType); in checkEmpty()
89 fFiniteBoundType = kNormal_BoundsType; in combineBoundsDiff()
96 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsDiff()
106 fFiniteBoundType = kNormal_BoundsType; in combineBoundsDiff()
133 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsXOR()
148 fFiniteBoundType = kNormal_BoundsType; in combineBoundsXOR()
165 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsUnion()
171 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsUnion()
194 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsIntersection()
204 fFiniteBoundType = kNormal_BoundsType; in combineBoundsIntersection()
[all …]
/external/skia/include/core/
DSkClipStack.h178 SkClipStack::BoundsType fFiniteBoundType; variable
206 fFiniteBoundType = kInsideOut_BoundsType; in initCommon()
227 fFiniteBoundType = kNormal_BoundsType; in setEmpty()