Home
last modified time | relevance | path

Searched refs:addRect (Results 51 - 75 of 111) sorted by relevance

12345

/third_party/skia/gm/
H A Dblurrect.cpp54 path.addRect(rect); in draw_donut()
58 path.addRect(rect); in draw_donut()
70 path.addRect(rect); in draw_donut_skewed()
76 path.addRect(rect); in draw_donut_skewed()
H A Dstrokerect.cpp108 path.addRect(r);
H A Dpathmaskcache.cpp88 paths.back().addRect(SkRect::MakeXYWH(45.f, 45.f, 50.f, 60.f));
/third_party/skia/demos.skia.org/demos/textedit/
H A Dtextapi_utils.js153 path.addRect([ax, la.top, bx, la.bottom]);
155 path.addRect([ax, la.top, width, la.bottom]);
156 path.addRect([0, lb.top, bx, lb.bottom]);
158 path.addRect([0, la.bottom, width, lb.top]); // extra lines inbetween
/third_party/skia/src/gpu/
H A DGrDynamicAtlas.h66 bool addRect(int width, int height, SkIPoint16* location);
70 // addRect(), setUserBatchID(), or this method again.
H A DGrRectanizerSkyline.cpp13 bool GrRectanizerSkyline::addRect(int width, int height, SkIPoint16* loc) { in addRect() function in GrRectanizerSkyline
/third_party/skia/src/core/
H A DSkClipStack.cpp151 fDeviceSpacePath->addRect(this->getDeviceSpaceRect()); in invertShapeFillType()
197 path.addRect(rect); in initRect()
268 path->addRect(this->getDeviceSpaceRect()); in asDeviceSpacePath()
279 path->addRect(SkRectPriv::MakeLargeS32()); in asDeviceSpacePath()
/third_party/skia/tests/
H A DParsePathTest.cpp59 p.addRect(r); in DEF_TEST()
H A DDashPathEffectTest.cpp136 path.addRect(cull); in DEF_TEST()
H A DAAClipTest.cpp319 path.addRect(SkRect::MakeXYWH(0, 0, in test_path_with_hole()
321 path.addRect(SkRect::MakeXYWH(0, SkIntToScalar(4), in test_path_with_hole()
H A DPathBuilderTest.cpp120 b.addRect(r, dir, i); in DEF_TEST()
132 p.addRect(r, dir, i); in DEF_TEST()
H A DPathOpsOpTest.cpp381 one.addRect(0, 0, 6, 6, SkPathDirection::kCW); in testIntersect1()
382 two.addRect(3, 3, 9, 9, SkPathDirection::kCW); in testIntersect1()
388 one.addRect(0, 0, 6, 6, SkPathDirection::kCW); in testUnion1()
389 two.addRect(3, 3, 9, 9, SkPathDirection::kCW); in testUnion1()
395 one.addRect(0, 0, 6, 6, SkPathDirection::kCW); in testDiff1()
396 two.addRect(3, 3, 9, 9, SkPathDirection::kCW); in testDiff1()
402 one.addRect(0, 0, 6, 6, SkPathDirection::kCW); in testXor1()
403 two.addRect(3, 3, 9, 9, SkPathDirection::kCW); in testXor1()
409 one.addRect(0, 0, 6, 6, SkPathDirection::kCW); in testIntersect2()
410 two.addRect( in testIntersect2()
[all...]
/third_party/skia/docs/examples/
H A Dpathops.cpp58 two.addRect(40, 40, 100, 100); in REG_FIDDLE()
H A Dstrokerect_gm.cpp38 path.addRect(rect); in REG_FIDDLE()
/third_party/skia/experimental/graphite/src/geom/
H A DShape.cpp93 case Type::kRect: builder.addRect(fRect.asSkRect()); break; in asPath()
/third_party/skia/bench/
H A DRectanizerBench.cpp103 if (!fRectanizer->addRect(size.fWidth, size.fHeight, &loc)) {
H A DPDFBench.cpp278 fPath.addRect(SkRect::Make(SkIRect{start, y, x, y + 1}));
283 fPath.addRect(SkRect::Make(SkIRect{start, y, 256, y + 1}));
/third_party/skia/samplecode/
H A DSampleRectanizer.cpp80 if (fRectanizers[fCurRectanizer]->addRect((*fCurRects)[fCurRandRect].fWidth,
H A DSamplePathOverstroke.cpp115 path.addRect(r); in rectPath()
H A DSampleAndroidShadows.cpp51 fRectPath.addRect(SkRect::MakeXYWH(-100, -50, 200, 100));
73 fWideRectPath.addRect(SkRect::MakeXYWH(0, 0, 630, 70));
H A DSampleShadowColor.cpp44 fRectPath.addRect(SkRect::MakeXYWH(-50, -50, 100, 100));
H A DSampleArc.cpp33 p.addRect(r); in testparse()
/third_party/skia/src/effects/
H A DSkDashPathEffect.cpp300 results->fFirst.addRect(x - halfWidth, y - halfHeight, in onAsPoints()
349 results->fLast.addRect(x - halfWidth, y - halfHeight, in onAsPoints()
/third_party/skia/fuzz/
H A DFuzzCommon.cpp116 path->addRect(r, dir); in FuzzNicePath()
123 path->addRect(r, dir, ui); in FuzzNicePath()
/third_party/skia/src/gpu/ops/
H A DAtlasRenderTask.cpp38 if (!fDynamicAtlas->addRect(widthInAtlas, heightInAtlas, locationInAtlas)) { in addPath()

Completed in 20 milliseconds

12345