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

  /external/skia/src/core/
SkClipStack.cpp 43 fFiniteBound = that.fFiniteBound;
150 fFiniteBound.setEmpty();
241 fFiniteBound.setEmpty();
251 SkASSERT(fFiniteBound.isEmpty());
312 fFiniteBound.join(prevFinite);
319 if (!fFiniteBound.intersect(prevFinite)) {
320 fFiniteBound.setEmpty();
333 fFiniteBound = prevFinite;
349 fFiniteBound.join(prevFinite)
    [all...]
SkClipStack.h 200 /* fFiniteBoundType and fFiniteBound are used to incrementally update the clip stack's
201 bound. When fFiniteBoundType is kNormal_BoundsType, fFiniteBound represents the
204 occurs when a clip is inverse filled), fFiniteBound represents the conservative bounding
207 infinite plane. This behavior of fFiniteBoundType and fFiniteBound is required so that we
211 SkRect fFiniteBound;
  /external/skqp/src/core/
SkClipStack.cpp 43 fFiniteBound = that.fFiniteBound;
150 fFiniteBound.setEmpty();
241 fFiniteBound.setEmpty();
251 SkASSERT(fFiniteBound.isEmpty());
312 fFiniteBound.join(prevFinite);
319 if (!fFiniteBound.intersect(prevFinite)) {
320 fFiniteBound.setEmpty();
333 fFiniteBound = prevFinite;
349 fFiniteBound.join(prevFinite)
    [all...]
SkClipStack.h 200 /* fFiniteBoundType and fFiniteBound are used to incrementally update the clip stack's
201 bound. When fFiniteBoundType is kNormal_BoundsType, fFiniteBound represents the
204 occurs when a clip is inverse filled), fFiniteBound represents the conservative bounding
207 infinite plane. This behavior of fFiniteBoundType and fFiniteBound is required so that we
211 SkRect fFiniteBound;

Completed in 93 milliseconds