Searched refs:addRect (Results 76 - 100 of 178) sorted by relevance

12345678

/external/skia/samplecode/
H A DSamplePathFill.cpp43 path->addRect(r);
H A DSampleRectanizer.cpp82 if (fCurRectanizer->addRect((*fCurRects)[fCurRandRect].fWidth,
H A DSampleFatBits.cpp156 path.addRect(rr);
161 path.addRect(rr);
163 fRectAsOval ? path.addOval(r) : path.addRect(r);
H A DSampleArc.cpp32 p.addRect(r);
/external/chromium_org/third_party/skia/gm/
H A Dconvexpaths.cpp67 fPaths.push_back().addRect(0, 0,
71 fPaths.push_back().addRect(0, 0,
H A Dconvexpolyclip.cpp129 rotRect.addRect(rect);
254 path->addRect(fRect);
H A Dpathfill.cpp39 path->addRect(r);
/external/chromium_org/third_party/skia/tests/
H A DClipStackTest.cpp78 rp.addRect(r);
111 p.addRect(r);
401 path.addRect(rect);
730 path.addRect(outsideRect);
739 path.addRect(insideRect);
748 path.addRect(intersectingRect);
757 path.addRect(nonIntersectingRect);
827 path.addRect(rect);
/external/skia/gm/
H A Dconvexpaths.cpp67 fPaths.push_back().addRect(0, 0,
71 fPaths.push_back().addRect(0, 0,
H A Dconvexpolyclip.cpp128 rotRect.addRect(rect);
252 path->addRect(fRect);
H A Dpathfill.cpp39 path->addRect(r);
/external/skia/src/effects/
H A DSkDashPathEffect.cpp168 results->fFirst.addRect(x - halfWidth, y - halfHeight,
217 results->fLast.addRect(x - halfWidth, y - halfHeight,
/external/skia/tests/
H A DClipStackTest.cpp78 rp.addRect(r);
111 p.addRect(r);
401 path.addRect(rect);
730 path.addRect(outsideRect);
739 path.addRect(insideRect);
748 path.addRect(intersectingRect);
757 path.addRect(nonIntersectingRect);
827 path.addRect(rect);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DPath.cpp356 void Path::addRect(const FloatRect& rect) function in class:blink::Path
358 m_path.addRect(rect);
429 addRect(rect);
/external/chromium_org/third_party/skia/samplecode/
H A DSampleFatBits.cpp155 path.addRect(rr);
160 path.addRect(rr);
162 fRectAsOval ? path.addOval(r) : path.addRect(r);
H A DSampleArc.cpp32 p.addRect(r);
/external/chromium_org/third_party/skia/include/core/
H A DSkPath.h121 * changed (e.g. lineTo(), addRect(), etc.) then the cached value will be
608 void addRect(const SkRect& rect, Direction dir = kCW_Direction);
624 void addRect(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom,
/external/chromium_org/third_party/skia/src/effects/
H A DSkDashPathEffect.cpp288 results->fFirst.addRect(x - halfWidth, y - halfHeight,
337 results->fLast.addRect(x - halfWidth, y - halfHeight,
/external/skia/include/core/
H A DSkPath.h120 * changed (e.g. lineTo(), addRect(), etc.) then the cached value will be
607 void addRect(const SkRect& rect, Direction dir = kCW_Direction);
623 void addRect(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom,
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DRasterShape.cpp134 path.addRect(FloatRect(extent.x1(), y, extent.width(), endY - y));
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGPathData.cpp131 path.addRect(FloatRect(x, y, width, height));
/external/chromium_org/third_party/skia/src/animator/
H A DSkPathParts.cpp233 fPath->fPath.addRect(fRect, (SkPath::Direction) direction);
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFDeviceFlattener.cpp60 path.addRect(r);
/external/skia/src/animator/
H A DSkPathParts.cpp233 fPath->fPath.addRect(fRect, (SkPath::Direction) direction);
/external/skia/src/gpu/
H A DGrAtlas.cpp60 if (!fRects->addRect(width, height, loc)) {

Completed in 525 milliseconds

12345678