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

  /external/skia/src/core/
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.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 59 milliseconds