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

/external/chromium_org/third_party/skia/src/core/
H A DSkClipStack.cpp40 fFiniteBound = that.fFiniteBound;
153 fFiniteBound.setEmpty();
163 SkASSERT(fFiniteBound.isEmpty());
223 fFiniteBound.join(prevFinite);
230 if (!fFiniteBound.intersect(prevFinite)) {
244 fFiniteBound = prevFinite;
260 fFiniteBound.join(prevFinite);
275 fFiniteBound.join(prevFinite);
289 if (!fFiniteBound
[all...]
/external/skia/src/core/
H A DSkClipStack.cpp40 fFiniteBound = that.fFiniteBound;
153 fFiniteBound.setEmpty();
163 SkASSERT(fFiniteBound.isEmpty());
223 fFiniteBound.join(prevFinite);
230 if (!fFiniteBound.intersect(prevFinite)) {
244 fFiniteBound = prevFinite;
260 fFiniteBound.join(prevFinite);
275 fFiniteBound.join(prevFinite);
289 if (!fFiniteBound
[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
193 occurs when a clip is inverse filled), fFiniteBound represents the conservative bounding
196 infinite plane. This behavior of fFiniteBoundType and fFiniteBound is required so that we
200 SkRect fFiniteBound; member in class:SkClipStack::Element
232 fFiniteBound.setEmpty();
/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
193 occurs when a clip is inverse filled), fFiniteBound represents the conservative bounding
196 infinite plane. This behavior of fFiniteBoundType and fFiniteBound is required so that we
200 SkRect fFiniteBound; member in class:SkClipStack::Element
232 fFiniteBound.setEmpty();

Completed in 151 milliseconds