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

  /external/chromium_org/third_party/skia/src/core/
SkRegion_rects.cpp 200 int rectCount, VEdge** edgeTail) {
203 for (int i = 0; i < rectCount; i++) {
226 bool SkRegion::setRects(const SkIRect rects[], int rectCount) {
227 if (0 == rectCount) {
230 if (1 == rectCount) {
234 int edgeCount = rectCount * 2;
238 head = sort_edges(edgePtr, head, rects, rectCount, &tail);
244 // at this stage, we don't really care about edgeCount, or if rectCount is
246 // empty rects[]). rectCount now is just used for worst-case allocations
261 Accumulator accum(currY, rectCount);
    [all...]
SkMaskFilter.cpp 211 int rectCount = 0;
213 rectCount = countNestedRects(devPath, rects);
215 if (rectCount > 0) {
219 switch (this->filterRectsToNine(rects, rectCount, matrix,
227 1 == rectCount, clip, bounder, blitter);
  /external/skia/src/core/
SkRegion_rects.cpp 200 int rectCount, VEdge** edgeTail) {
203 for (int i = 0; i < rectCount; i++) {
226 bool SkRegion::setRects(const SkIRect rects[], int rectCount) {
227 if (0 == rectCount) {
230 if (1 == rectCount) {
234 int edgeCount = rectCount * 2;
238 head = sort_edges(edgePtr, head, rects, rectCount, &tail);
244 // at this stage, we don't really care about edgeCount, or if rectCount is
246 // empty rects[]). rectCount now is just used for worst-case allocations
261 Accumulator accum(currY, rectCount);
    [all...]
SkMaskFilter.cpp 232 int rectCount = 0;
234 rectCount = countNestedRects(devPath, rects);
236 if (rectCount > 0) {
240 switch (this->filterRectsToNine(rects, rectCount, matrix,
248 1 == rectCount, clip, bounder, blitter);
  /external/skia/tests/
PathOpsExtendedTest.cpp 117 int rectCount = path.isRectContours() ? path.rectContours(NULL, NULL) : 0;
118 if (rectCount > 0) {
121 rects.setCount(rectCount);
122 directions.setCount(rectCount);
124 for (int contour = 0; contour < rectCount; ++contour) {
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext.cpp 563 unsigned rectCount = rects.size();
564 if (!rectCount)
569 for (unsigned i = 0; i < rectCount; i++) {
    [all...]

Completed in 218 milliseconds