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

  /external/chromium_org/third_party/skia/src/core/
SkClipStack.cpp 224 fFiniteBoundType = kInsideOut_BoundsType;
261 fFiniteBoundType = kInsideOut_BoundsType;
293 fFiniteBoundType = kInsideOut_BoundsType;
299 fFiniteBoundType = kInsideOut_BoundsType;
322 fFiniteBoundType = kInsideOut_BoundsType;
365 fFiniteBoundType = kInsideOut_BoundsType;
408 fFiniteBoundType = kInsideOut_BoundsType;
439 prevType = kInsideOut_BoundsType;
446 if (kInsideOut_BoundsType == fFiniteBoundType) {
449 if (kInsideOut_BoundsType == prevType)
    [all...]
  /external/skia/src/core/
SkClipStack.cpp 224 fFiniteBoundType = kInsideOut_BoundsType;
261 fFiniteBoundType = kInsideOut_BoundsType;
293 fFiniteBoundType = kInsideOut_BoundsType;
299 fFiniteBoundType = kInsideOut_BoundsType;
322 fFiniteBoundType = kInsideOut_BoundsType;
365 fFiniteBoundType = kInsideOut_BoundsType;
408 fFiniteBoundType = kInsideOut_BoundsType;
439 prevType = kInsideOut_BoundsType;
446 if (kInsideOut_BoundsType == fFiniteBoundType) {
449 if (kInsideOut_BoundsType == prevType)
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkClipStack.h 37 kInsideOut_BoundsType
192 drawn to are inside the bound). When fFiniteBoundType is kInsideOut_BoundsType (which
195 the bound). When fFiniteBoundType is kInsideOut_BoundsType the actual bound is the
231 fFiniteBoundType = kInsideOut_BoundsType;
  /external/skia/include/core/
SkClipStack.h 37 kInsideOut_BoundsType
192 drawn to are inside the bound). When fFiniteBoundType is kInsideOut_BoundsType (which
195 the bound). When fFiniteBoundType is kInsideOut_BoundsType the actual bound is the
231 fFiniteBoundType = kInsideOut_BoundsType;
  /external/chromium_org/third_party/skia/tests/
ClipStackTest.cpp 409 REPORTER_ASSERT(reporter, SkClipStack::kInsideOut_BoundsType == boundsType);
    [all...]
  /external/skia/tests/
ClipStackTest.cpp 409 REPORTER_ASSERT(reporter, SkClipStack::kInsideOut_BoundsType == boundsType);
    [all...]

Completed in 214 milliseconds