Home
last modified time | relevance | path

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

12345

/third_party/skia/samplecode/
H A DSampleShadowColor.cpp44 fRectPath.addRect(SkRect::MakeXYWH(-50, -50, 100, 100));
H A DSampleArc.cpp33 p.addRect(r); in testparse()
H A DSampleShadowUtils.cpp48 fConvexPaths.push_back().addRect(SkRect::MakeWH(50, 50));
H A DSampleFatBits.cpp165 fRectAsOval ? path.addOval(r) : path.addRect(r); in drawRectSkeleton()
H A DSampleSlides.cpp140 path.addRect(r, SkPathDirection::kCCW); in patheffect_slide()
H A DSampleDegenerateQuads.cpp69 pixel.addRect(SkRect::MakeXYWH(point.fX - 0.5f, point.fY - 0.5f, 1.f, 1.f)); in get_area_coverage()
/third_party/skia/src/gpu/ops/
H A DAtlasRenderTask.cpp38 if (!fDynamicAtlas->addRect(widthInAtlas, heightInAtlas, locationInAtlas)) { in addPath()
/third_party/skia/modules/canvaskit/htmlcanvas/
H A Dpath2d.js142 skpath.addRect(rect);
/third_party/skia/bench/
H A DPathOpsBench.cpp91 path.addRect({x, y, x + scale, y + scale}); in makerects()
H A DPathBench.cpp105 path->addRect(r);
126 path->addRect(r);
826 fPath.addRect(kBaseRect); in ConservativelyContainsBench()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_path.cpp152 path_.addRect(SkRect::MakeLTRB(left, top, right, bottom), pathDir); in AddRect()
159 path_.addRect(SkRect::MakeLTRB(rect.GetLeft(), rect.GetTop(), rect.GetRight(), rect.GetBottom()), pathDir, start); in AddRect()
/third_party/skia/tests/
H A DBlurTest.cpp76 path->addRect(0, 0, SkIntToScalar(50), SkIntToScalar(50)); in draw50x50Rect()
316 rectPath.addRect(0.3f, 0.3f, 100.3f, 100.3f); in DEF_TEST()
H A DRectTest.cpp104 p.addRect(r); in DEF_TEST()
H A DStrokeTest.cpp72 path.addRect(r); in test_strokerect()
H A DPathMeasureTest.cpp285 path.addRect({1, 2, 3, 4}); in test_shrink()
/third_party/skia/src/core/
H A DSkPictureRecord.h138 void addRect(const SkRect& rect);
H A DSkPathBuilder.cpp664 SkPathBuilder& SkPathBuilder::addRect(const SkRect& rect, SkPathDirection dir, unsigned index) { in addRect() function in SkPathBuilder
710 this->addRect(bounds, dir, (index + 1) / 2); in addRRect()
H A DSkRegion_path.cpp511 path->addRect(r);
/third_party/skia/src/gpu/geometry/
H A DGrShape.cpp440 out->addRect(fRect, this->dir(), this->startIndex()); in asPath()
/third_party/skia/src/c/
H A Dsk_surface.cpp215 as_pathbuilder(cbuilder)->addRect(AsRect(*crect), dir); in sk_pathbuilder_add_rect()
/third_party/skia/src/pathops/
H A DSkPathOpsOp.cpp258 result->addRect(rect1); in OpDebug()
/third_party/skia/modules/canvaskit/
H A Dexterns.js561 addRect: function() {},
/third_party/skia/gm/
H A Dpatheffects.cpp150 .addRect(r.makeInset(50, 50), SkPathDirection::kCCW)
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_offscreen_canvas.cpp168 skPath_.addRect(skRect); in AddRect()
375 path.addRect(skRect); in FillRect()
710 path.addRect(skRect); in DrawImage()
1322 path.addRect(skRect); in StrokeRect()
1752 skPath2d_.addRect(SkRect::MakeLTRB(left, top, right, bottom)); in Path2DRect()
/third_party/skia/modules/pathkit/
H A Dpathkit_wasm_bindings.cpp308 path.addRect(x, y, x+width, y+height); in ApplyAddRect()

Completed in 26 milliseconds

12345