Searched refs:fFiniteBoundType (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkClipStack.cpp39 fFiniteBoundType = that.fFiniteBoundType;
154 fFiniteBoundType = kNormal_BoundsType;
164 SkASSERT(kNormal_BoundsType == fFiniteBoundType);
217 fFiniteBoundType = kNormal_BoundsType;
224 fFiniteBoundType = kInsideOut_BoundsType;
233 fFiniteBoundType = kNormal_BoundsType;
261 fFiniteBoundType = kInsideOut_BoundsType;
276 fFiniteBoundType = kNormal_BoundsType;
293 fFiniteBoundType
[all...]
/external/skia/src/core/
H A DSkClipStack.cpp39 fFiniteBoundType = that.fFiniteBoundType;
154 fFiniteBoundType = kNormal_BoundsType;
164 SkASSERT(kNormal_BoundsType == fFiniteBoundType);
217 fFiniteBoundType = kNormal_BoundsType;
224 fFiniteBoundType = kInsideOut_BoundsType;
233 fFiniteBoundType = kNormal_BoundsType;
261 fFiniteBoundType = kInsideOut_BoundsType;
276 fFiniteBoundType = kNormal_BoundsType;
293 fFiniteBoundType
[all...]
/external/chromium_org/third_party/skia/include/core/
H A DSkClipStack.h189 /* fFiniteBoundType and fFiniteBound are used to incrementally update the clip stack's
190 bound. When fFiniteBoundType is kNormal_BoundsType, fFiniteBound represents the
192 drawn to are inside the bound). When fFiniteBoundType is kInsideOut_BoundsType (which
195 the bound). When fFiniteBoundType is kInsideOut_BoundsType the actual bound is the
196 infinite plane. This behavior of fFiniteBoundType and fFiniteBound is required so that we
199 SkClipStack::BoundsType fFiniteBoundType; member in class:SkClipStack::Element
231 fFiniteBoundType = kInsideOut_BoundsType;
/external/skia/include/core/
H A DSkClipStack.h189 /* fFiniteBoundType and fFiniteBound are used to incrementally update the clip stack's
190 bound. When fFiniteBoundType is kNormal_BoundsType, fFiniteBound represents the
192 drawn to are inside the bound). When fFiniteBoundType is kInsideOut_BoundsType (which
195 the bound). When fFiniteBoundType is kInsideOut_BoundsType the actual bound is the
196 infinite plane. This behavior of fFiniteBoundType and fFiniteBound is required so that we
199 SkClipStack::BoundsType fFiniteBoundType; member in class:SkClipStack::Element
231 fFiniteBoundType = kInsideOut_BoundsType;

Completed in 309 milliseconds