/third_party/skia/samplecode/ |
H A D | SampleShadowColor.cpp | 44 fRectPath.addRect(SkRect::MakeXYWH(-50, -50, 100, 100));
|
H A D | SampleArc.cpp | 33 p.addRect(r); in testparse()
|
H A D | SampleShadowUtils.cpp | 48 fConvexPaths.push_back().addRect(SkRect::MakeWH(50, 50));
|
H A D | SampleFatBits.cpp | 165 fRectAsOval ? path.addOval(r) : path.addRect(r); in drawRectSkeleton()
|
H A D | SampleSlides.cpp | 140 path.addRect(r, SkPathDirection::kCCW); in patheffect_slide()
|
H A D | SampleDegenerateQuads.cpp | 69 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 D | AtlasRenderTask.cpp | 38 if (!fDynamicAtlas->addRect(widthInAtlas, heightInAtlas, locationInAtlas)) { in addPath()
|
/third_party/skia/modules/canvaskit/htmlcanvas/ |
H A D | path2d.js | 142 skpath.addRect(rect);
|
/third_party/skia/bench/ |
H A D | PathOpsBench.cpp | 91 path.addRect({x, y, x + scale, y + scale}); in makerects()
|
H A D | PathBench.cpp | 105 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 D | skia_path.cpp | 152 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 D | BlurTest.cpp | 76 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 D | RectTest.cpp | 104 p.addRect(r); in DEF_TEST()
|
H A D | StrokeTest.cpp | 72 path.addRect(r); in test_strokerect()
|
H A D | PathMeasureTest.cpp | 285 path.addRect({1, 2, 3, 4}); in test_shrink()
|
/third_party/skia/src/core/ |
H A D | SkPictureRecord.h | 138 void addRect(const SkRect& rect);
|
H A D | SkPathBuilder.cpp | 664 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 D | SkRegion_path.cpp | 511 path->addRect(r);
|
/third_party/skia/src/gpu/geometry/ |
H A D | GrShape.cpp | 440 out->addRect(fRect, this->dir(), this->startIndex()); in asPath()
|
/third_party/skia/src/c/ |
H A D | sk_surface.cpp | 215 as_pathbuilder(cbuilder)->addRect(AsRect(*crect), dir); in sk_pathbuilder_add_rect()
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsOp.cpp | 258 result->addRect(rect1); in OpDebug()
|
/third_party/skia/modules/canvaskit/ |
H A D | externs.js | 561 addRect: function() {},
|
/third_party/skia/gm/ |
H A D | patheffects.cpp | 150 .addRect(r.makeInset(50, 50), SkPathDirection::kCCW)
|
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | rosen_render_offscreen_canvas.cpp | 168 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 D | pathkit_wasm_bindings.cpp | 308 path.addRect(x, y, x+width, y+height); in ApplyAddRect()
|