Searched refs:kInsideOut_BoundsType (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkClipStack.cpp224 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
[all...]
/external/skia/src/core/
H A DSkClipStack.cpp224 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
[all...]
/external/chromium_org/third_party/skia/include/core/
H A DSkClipStack.h37 kInsideOut_BoundsType enumerator in enum:SkClipStack::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/
H A DSkClipStack.h37 kInsideOut_BoundsType enumerator in enum:SkClipStack::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/
H A DClipStackTest.cpp409 REPORTER_ASSERT(reporter, SkClipStack::kInsideOut_BoundsType == boundsType);
/external/skia/tests/
H A DClipStackTest.cpp409 REPORTER_ASSERT(reporter, SkClipStack::kInsideOut_BoundsType == boundsType);

Completed in 4524 milliseconds