Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkClipStack.cpp40 fFiniteBoundType = that.fFiniteBoundType; in Element()
158 fFiniteBoundType = kNormal_BoundsType; in setEmpty()
168 SkASSERT(kNormal_BoundsType == fFiniteBoundType); in checkEmpty()
221 fFiniteBoundType = kNormal_BoundsType; in combineBoundsDiff()
228 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsDiff()
237 fFiniteBoundType = kNormal_BoundsType; in combineBoundsDiff()
265 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsXOR()
280 fFiniteBoundType = kNormal_BoundsType; in combineBoundsXOR()
297 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsUnion()
303 fFiniteBoundType = kInsideOut_BoundsType; in combineBoundsUnion()
[all …]
/external/skia/include/core/
DSkClipStack.h199 SkClipStack::BoundsType fFiniteBoundType; variable
231 fFiniteBoundType = kInsideOut_BoundsType; in initCommon()