Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkClipStack.cpp42 fFiniteBoundType = that.fFiniteBoundType; in Element()
144 fFiniteBoundType = kNormal_BoundsType; in setEmpty()
154 SkASSERT(kNormal_BoundsType == fFiniteBoundType); in checkEmpty()
208 fFiniteBoundType = kNormal_BoundsType; in combineBoundsDiff()
215 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsDiff()
225 fFiniteBoundType = kNormal_BoundsType; in combineBoundsDiff()
252 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsXOR()
267 fFiniteBoundType = kNormal_BoundsType; in combineBoundsXOR()
284 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsUnion()
290 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsUnion()
[all …]
DSkClipStack.h237 SkClipStack::BoundsType fFiniteBoundType; variable
271 fFiniteBoundType = kInsideOut_BoundsType; in initCommon()