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

  /external/chromium_org/third_party/skia/experimental/Intersection/
LogoPlay.cpp 188 int rectCount = path.isRectContours() ? path.rectContours(NULL, NULL) : 0;
189 if (rectCount > 0) {
192 rects.setCount(rectCount);
193 directions.setCount(rectCount);
195 for (int contour = 0; contour < rectCount; ++contour) {
EdgeWalker_TestUtility.cpp 94 int rectCount = path.isRectContours() ? path.rectContours(NULL, NULL) : 0;
95 if (rectCount > 0) {
98 rects.setCount(rectCount);
99 directions.setCount(rectCount);
101 for (int contour = 0; contour < rectCount; ++contour) {
  /external/skia/experimental/Intersection/
LogoPlay.cpp 188 int rectCount = path.isRectContours() ? path.rectContours(NULL, NULL) : 0;
189 if (rectCount > 0) {
192 rects.setCount(rectCount);
193 directions.setCount(rectCount);
195 for (int contour = 0; contour < rectCount; ++contour) {
EdgeWalker_TestUtility.cpp 94 int rectCount = path.isRectContours() ? path.rectContours(NULL, NULL) : 0;
95 if (rectCount > 0) {
98 rects.setCount(rectCount);
99 directions.setCount(rectCount);
101 for (int contour = 0; contour < rectCount; ++contour) {
  /external/chromium_org/third_party/skia/src/core/
SkMaskFilter.cpp 230 int rectCount = 0;
232 rectCount = countNestedRects(devPath, rects);
234 if (rectCount > 0) {
238 switch (this->filterRectsToNine(rects, rectCount, matrix,
245 draw_nine(patch.fMask, patch.fOuterRect, patch.fCenter, 1 == rectCount, clip,
  /external/skia/src/core/
SkMaskFilter.cpp 230 int rectCount = 0;
232 rectCount = countNestedRects(devPath, rects);
234 if (rectCount > 0) {
238 switch (this->filterRectsToNine(rects, rectCount, matrix,
245 draw_nine(patch.fMask, patch.fOuterRect, patch.fCenter, 1 == rectCount, clip,
  /external/chromium_org/third_party/skia/tests/
PathOpsDebug.cpp 95 int rectCount = path.isRectContours() ? path.rectContours(NULL, NULL) : 0;
96 if (rectCount > 0) {
99 rects.setCount(rectCount);
100 directions.setCount(rectCount);
102 for (int contour = 0; contour < rectCount; ++contour) {
  /external/skia/tests/
PathOpsExtendedTest.cpp 122 int rectCount = path.isRectContours() ? path.rectContours(NULL, NULL) : 0;
123 if (rectCount > 0) {
126 rects.setCount(rectCount);
127 directions.setCount(rectCount);
129 for (int contour = 0; contour < rectCount; ++contour) {
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.cpp 667 unsigned rectCount = rects.size();
668 if (!rectCount)
673 for (unsigned i = 0; i < rectCount; i++) {
    [all...]

Completed in 452 milliseconds