HomeSort by relevance Sort by last modified time
    Searched refs:fFiniteBound (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkClipStack.cpp 35 SkASSERT(fFiniteBound.isEmpty());
95 fFiniteBound.join(prevFinite);
102 if (!fFiniteBound.intersect(prevFinite)) {
103 fFiniteBound.setEmpty();
116 fFiniteBound = prevFinite;
132 fFiniteBound.join(prevFinite);
147 fFiniteBound.join(prevFinite);
161 if (!fFiniteBound.intersect(prevFinite)) {
162 fFiniteBound.setEmpty();
170 fFiniteBound = prevFinite
    [all...]
  /external/skia/include/core/
SkClipStack.h 168 /* fFiniteBoundType and fFiniteBound are used to incrementally update the clip stack's
169 bound. When fFiniteBoundType is kNormal_BoundsType, fFiniteBound represents the
172 occurs when a clip is inverse filled), fFiniteBound represents the conservative bounding
175 infinite plane. This behavior of fFiniteBoundType and fFiniteBound is required so that we
179 SkRect fFiniteBound;
207 fFiniteBound.setEmpty();
226 fFiniteBound.setEmpty();

Completed in 8059 milliseconds