Home
last modified time | relevance | path

Searched refs:rectCount (Results 1 – 10 of 10) sorted by relevance

/external/clang/test/CodeGenObjC/
D2007-05-02-Strong.m12 -(void)bar:(NSInteger *)rectCount;
17 -(void)bar:(NSInteger *)rectCount {
20 _cachedRectArray[*rectCount - 1] = NSZeroRect;
/external/chromium_org/third_party/skia/experimental/Intersection/
DLogoPlay.cpp188 int rectCount = path.isRectContours() ? path.rectContours(NULL, NULL) : 0; in showPath() local
189 if (rectCount > 0) { in showPath()
192 rects.setCount(rectCount); in showPath()
193 directions.setCount(rectCount); in showPath()
195 for (int contour = 0; contour < rectCount; ++contour) { in showPath()
DEdgeWalker_TestUtility.cpp94 int rectCount = path.isRectContours() ? path.rectContours(NULL, NULL) : 0; in showPath() local
95 if (rectCount > 0) { in showPath()
98 rects.setCount(rectCount); in showPath()
99 directions.setCount(rectCount); in showPath()
101 for (int contour = 0; contour < rectCount; ++contour) { in showPath()
/external/skia/experimental/Intersection/
DLogoPlay.cpp188 int rectCount = path.isRectContours() ? path.rectContours(NULL, NULL) : 0; in showPath() local
189 if (rectCount > 0) { in showPath()
192 rects.setCount(rectCount); in showPath()
193 directions.setCount(rectCount); in showPath()
195 for (int contour = 0; contour < rectCount; ++contour) { in showPath()
DEdgeWalker_TestUtility.cpp94 int rectCount = path.isRectContours() ? path.rectContours(NULL, NULL) : 0; in showPath() local
95 if (rectCount > 0) { in showPath()
98 rects.setCount(rectCount); in showPath()
99 directions.setCount(rectCount); in showPath()
101 for (int contour = 0; contour < rectCount; ++contour) { in showPath()
/external/skia/src/core/
DSkMaskFilter.cpp230 int rectCount = 0; in filterPath() local
232 rectCount = countNestedRects(devPath, rects); in filterPath()
234 if (rectCount > 0) { in filterPath()
238 switch (this->filterRectsToNine(rects, rectCount, matrix, in filterPath()
245 draw_nine(patch.fMask, patch.fOuterRect, patch.fCenter, 1 == rectCount, clip, in filterPath()
/external/chromium_org/third_party/skia/src/core/
DSkMaskFilter.cpp230 int rectCount = 0; in filterPath() local
232 rectCount = countNestedRects(devPath, rects); in filterPath()
234 if (rectCount > 0) { in filterPath()
238 switch (this->filterRectsToNine(rects, rectCount, matrix, in filterPath()
245 draw_nine(patch.fMask, patch.fOuterRect, patch.fCenter, 1 == rectCount, clip, in filterPath()
/external/chromium_org/third_party/skia/tests/
DPathOpsExtendedTest.cpp122 int rectCount = path.isRectContours() ? path.rectContours(NULL, NULL) : 0; in showPath() local
123 if (rectCount > 0) { in showPath()
126 rects.setCount(rectCount); in showPath()
127 directions.setCount(rectCount); in showPath()
129 for (int contour = 0; contour < rectCount; ++contour) { in showPath()
/external/skia/tests/
DPathOpsExtendedTest.cpp122 int rectCount = path.isRectContours() ? path.rectContours(NULL, NULL) : 0; in showPath() local
123 if (rectCount > 0) { in showPath()
126 rects.setCount(rectCount); in showPath()
127 directions.setCount(rectCount); in showPath()
129 for (int contour = 0; contour < rectCount; ++contour) { in showPath()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext.cpp587 unsigned rectCount = rects.size(); in drawFocusRing() local
588 if (!rectCount) in drawFocusRing()
593 for (unsigned i = 0; i < rectCount; i++) { in drawFocusRing()