Home
last modified time | relevance | path

Searched defs:rectCount (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
DLogoPlay.cpp188 int rectCount = path.isRectContours() ? path.rectContours(NULL, NULL) : 0; in showPath() local
DEdgeWalker_TestUtility.cpp94 int rectCount = path.isRectContours() ? path.rectContours(NULL, NULL) : 0; in showPath() local
/external/skia/experimental/Intersection/
DLogoPlay.cpp188 int rectCount = path.isRectContours() ? path.rectContours(NULL, NULL) : 0; in showPath() local
DEdgeWalker_TestUtility.cpp94 int rectCount = path.isRectContours() ? path.rectContours(NULL, NULL) : 0; in showPath() local
/external/skia/src/core/
DSkMaskFilter.cpp230 int rectCount = 0; in filterPath() local
/external/chromium_org/third_party/skia/src/core/
DSkMaskFilter.cpp230 int rectCount = 0; in filterPath() local
/external/chromium_org/third_party/skia/tests/
DPathOpsExtendedTest.cpp122 int rectCount = path.isRectContours() ? path.rectContours(NULL, NULL) : 0; in showPath() local
/external/skia/tests/
DPathOpsExtendedTest.cpp122 int rectCount = path.isRectContours() ? path.rectContours(NULL, NULL) : 0; in showPath() local
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext.cpp587 unsigned rectCount = rects.size(); in drawFocusRing() local