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

  /external/skia/src/core/
SkMaskFilter.cpp 239 int rectCount = 0;
241 rectCount = countNestedRects(devPath, rects);
243 if (rectCount > 0) {
246 switch (this->filterRectsToNine(rects, rectCount, matrix, clip.getBounds(), &patch)) {
252 draw_nine(patch.fMask, patch.fOuterRect, patch.fCenter, 1 == rectCount, clip,
  /external/skia/src/pathops/
SkPathOpsDebug.cpp 638 int rectCount = path.isRectContours() ? path.rectContours(NULL, NULL) : 0;
639 if (rectCount > 0) {
642 rects.setCount(rectCount);
643 directions.setCount(rectCount);
645 for (int contour = 0; contour < rectCount; ++contour) {

Completed in 264 milliseconds