Home
last modified time | relevance | path

Searched refs:addRoundRect (Results 1 - 24 of 24) sorted by relevance

/third_party/skia/bench/
H A DAAClipBench.cpp36 fClipPath.addRoundRect(fClipRect, SkIntToScalar(10), SkIntToScalar(10)); in AAClipBench()
53 fClipPath.addRoundRect(fClipRect,
127 path.addRoundRect(temp, SkIntToScalar(3), SkIntToScalar(3)); in recurse()
187 fPath.addRoundRect(fRect, SkIntToScalar(20), SkIntToScalar(20)); in AAClipBuilderBench()
H A DPathBench.cpp830 fPath.addRoundRect(kBaseRect, kRRRadii[0], kRRRadii[1]); in ConservativelyContainsBench()
/third_party/skia/gm/
H A Dpathinterior.cpp84 path.addRoundRect(r, RAD, RAD, outerDir);
90 path.addRoundRect(r, RAD, RAD, innerDir);
H A Dsimpleaaclip.cpp80 fBasePath.addRoundRect(fBase, SkIntToScalar(5), SkIntToScalar(5));
81 fRectPath.addRoundRect(fRect, SkIntToScalar(5), SkIntToScalar(5));
H A Dhugepath.cpp52 path.addRoundRect(SkRect::MakeXYWH(4, 4, w - 8, h - 8), 12, 12); in DEF_SIMPLE_GM()
H A Dsamplerstress.cpp118 path.addRoundRect(temp, SkIntToScalar(5), SkIntToScalar(5));
/third_party/skia/docs/examples/
H A DPath_countVerbs.cpp9 path.addRoundRect({10, 20, 30, 40}, 5, 5); in REG_FIDDLE()
H A DPath_addRoundRect.cpp12 path.addRoundRect({10, 10, 36, 46}, xradius, yradius); in REG_FIDDLE()
H A DPath_addRoundRect_2.cpp14 path.addRoundRect({10, 10, 110, 110}, radii); in REG_FIDDLE()
H A DPath_conservativelyContainsRect.cpp8 path.addRoundRect({10, 20, 54, 120}, 10, 20); in REG_FIDDLE()
H A DSKIA_LOGO_ANIMATE.cpp114 path.addRoundRect({138, 291, 341, 299.95}, 25.0, 5.0); in REG_FIDDLE_ANIMATED()
H A DSKIA_LOGO.cpp96 path.addRoundRect({138, 291, 341, 299.95}, 25.0, 5.0); in REG_FIDDLE()
/third_party/skia/samplecode/
H A DSamplePathEffects.cpp102 fPath.addRoundRect(oval, SkIntToScalar(8), SkIntToScalar(8));
H A DSampleShadowUtils.cpp44 fConvexPaths.push_back().addRoundRect(SkRect::MakeWH(50, 50), 10, 10);
H A DSampleAndroidShadows.cpp53 fFunkyRRPath.addRoundRect(SkRect::MakeXYWH(-50, -50, SK_Scalar1 * 100, SK_Scalar1 * 100),
/third_party/skia/tests/
H A DParsePathTest.cpp63 p.addRoundRect(r, 4, 4.5f); in DEF_TEST()
H A DClipStackTest.cpp243 pathA.addRoundRect(rectA, SkIntToScalar(5), SkIntToScalar(5)); in test_bounds()
244 pathB.addRoundRect(rectB, SkIntToScalar(5), SkIntToScalar(5)); in test_bounds()
H A DPathTest.cpp1901 path.addRoundRect(kBaseRect, kRRRadii[0], kRRRadii[1], dir); in test_conservativelyContains()
3631 p.addRoundRect(r, &radii[0].fX); in test_rrect()
3633 p.addRoundRect(r, &radii[0].fX, SkPathDirection::kCCW); in test_rrect()
3635 p.addRoundRect(r, radii[1].fX, radii[1].fY); in test_rrect()
3637 p.addRoundRect(r, radii[1].fX, radii[1].fY, SkPathDirection::kCCW); in test_rrect()
3647 p.addRoundRect(r, 0, 0); in test_rrect()
4849 p.addRoundRect(bounds, SK_Scalar1, SK_Scalar1); in DEF_TEST()
5642 path.addRoundRect({10, 10, 110, 110}, radii); in DEF_TEST()
H A DGrStyledShapeTest.cpp2364 path.addRoundRect(SkRect::MakeWH(50, 50), radii); in DEF_TEST()
H A DPathOpsOpTest.cpp1187 paths[0].addRoundRect(rects[0], SkIntToScalar(5), SkIntToScalar(5)); // red in rRect1()
1189 paths[1].addRoundRect(rects[1], SkIntToScalar(5), SkIntToScalar(5)); // green in rRect1()
1191 paths[2].addRoundRect(rects[2], SkIntToScalar(5), SkIntToScalar(5)); // blue in rRect1()
1193 paths[3].addRoundRect(rects[3], SkIntToScalar(5), SkIntToScalar(5)); // yellow in rRect1()
1195 paths[4].addRoundRect(rects[4], SkIntToScalar(5), SkIntToScalar(5)); // cyan in rRect1()
/third_party/skia/include/core/
H A DSkPath.h1153 corners fit. If rx or ry is less than or equal to zero, addRoundRect() appends
1164 SkPath& addRoundRect(const SkRect& rect, SkScalar rx, SkScalar ry,
1176 SkPath& addRoundRect(const SkRect& rect, const SkScalar radii[],
/third_party/skia/fuzz/
H A DFuzzCommon.cpp154 path->addRoundRect(r, a, b, dir); in FuzzNicePath()
/third_party/skia/src/core/
H A DSkPath.cpp922 SkPath& SkPath::addRoundRect(const SkRect& rect, const SkScalar radii[], in addRoundRect() function in SkPath
1025 SkPath& SkPath::addRoundRect(const SkRect& rect, SkScalar rx, SkScalar ry, in addRoundRect() function in SkPath
H A DSkStroke.cpp1608 dst->addRoundRect(r, radius, radius, dir);

Completed in 53 milliseconds