Searched refs:rectCount (Results 1 – 10 of 10) sorted by relevance
/external/clang/test/CodeGenObjC/ |
D | 2007-05-02-Strong.m | 12 -(void)bar:(NSInteger *)rectCount; 17 -(void)bar:(NSInteger *)rectCount { 20 _cachedRectArray[*rectCount - 1] = NSZeroRect;
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
D | LogoPlay.cpp | 188 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()
|
D | EdgeWalker_TestUtility.cpp | 94 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/ |
D | LogoPlay.cpp | 188 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()
|
D | EdgeWalker_TestUtility.cpp | 94 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/ |
D | SkMaskFilter.cpp | 230 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/ |
D | SkMaskFilter.cpp | 230 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/ |
D | PathOpsExtendedTest.cpp | 122 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/ |
D | PathOpsExtendedTest.cpp | 122 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/ |
D | GraphicsContext.cpp | 587 unsigned rectCount = rects.size(); in drawFocusRing() local 588 if (!rectCount) in drawFocusRing() 593 for (unsigned i = 0; i < rectCount; i++) { in drawFocusRing()
|