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

  /external/skia/src/core/
SkClipStack.cpp 40 fFiniteBoundType = that.fFiniteBoundType;
161 fFiniteBoundType = kNormal_BoundsType;
171 SkASSERT(kNormal_BoundsType == fFiniteBoundType);
224 fFiniteBoundType = kNormal_BoundsType;
231 fFiniteBoundType = kInsideOut_BoundsType;
240 fFiniteBoundType = kNormal_BoundsType;
268 fFiniteBoundType = kInsideOut_BoundsType;
283 fFiniteBoundType = kNormal_BoundsType;
300 fFiniteBoundType = kInsideOut_BoundsType
    [all...]
  /external/skia/include/core/
SkClipStack.h 188 /* fFiniteBoundType and fFiniteBound are used to incrementally update the clip stack's
189 bound. When fFiniteBoundType is kNormal_BoundsType, fFiniteBound represents the
191 drawn to are inside the bound). When fFiniteBoundType is kInsideOut_BoundsType (which
194 the bound). When fFiniteBoundType is kInsideOut_BoundsType the actual bound is the
195 infinite plane. This behavior of fFiniteBoundType and fFiniteBound is required so that we
198 SkClipStack::BoundsType fFiniteBoundType;
230 fFiniteBoundType = kInsideOut_BoundsType;

Completed in 487 milliseconds