/third_party/skia/gm/ |
H A D | blurrect.cpp | 54 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 D | strokerect.cpp | 108 path.addRect(r);
|
H A D | pathmaskcache.cpp | 88 paths.back().addRect(SkRect::MakeXYWH(45.f, 45.f, 50.f, 60.f));
|
/third_party/skia/demos.skia.org/demos/textedit/ |
H A D | textapi_utils.js | 153 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 D | GrDynamicAtlas.h | 66 bool addRect(int width, int height, SkIPoint16* location); 70 // addRect(), setUserBatchID(), or this method again.
|
H A D | GrRectanizerSkyline.cpp | 13 bool GrRectanizerSkyline::addRect(int width, int height, SkIPoint16* loc) { in addRect() function in GrRectanizerSkyline
|
/third_party/skia/src/core/ |
H A D | SkClipStack.cpp | 151 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 D | ParsePathTest.cpp | 59 p.addRect(r); in DEF_TEST()
|
H A D | DashPathEffectTest.cpp | 136 path.addRect(cull); in DEF_TEST()
|
H A D | AAClipTest.cpp | 319 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 D | PathBuilderTest.cpp | 120 b.addRect(r, dir, i); in DEF_TEST() 132 p.addRect(r, dir, i); in DEF_TEST()
|
H A D | PathOpsOpTest.cpp | 381 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 D | pathops.cpp | 58 two.addRect(40, 40, 100, 100); in REG_FIDDLE()
|
H A D | strokerect_gm.cpp | 38 path.addRect(rect); in REG_FIDDLE()
|
/third_party/skia/experimental/graphite/src/geom/ |
H A D | Shape.cpp | 93 case Type::kRect: builder.addRect(fRect.asSkRect()); break; in asPath()
|
/third_party/skia/bench/ |
H A D | RectanizerBench.cpp | 103 if (!fRectanizer->addRect(size.fWidth, size.fHeight, &loc)) {
|
H A D | PDFBench.cpp | 278 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 D | SampleRectanizer.cpp | 80 if (fRectanizers[fCurRectanizer]->addRect((*fCurRects)[fCurRandRect].fWidth,
|
H A D | SamplePathOverstroke.cpp | 115 path.addRect(r); in rectPath()
|
H A D | SampleAndroidShadows.cpp | 51 fRectPath.addRect(SkRect::MakeXYWH(-100, -50, 200, 100)); 73 fWideRectPath.addRect(SkRect::MakeXYWH(0, 0, 630, 70));
|
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()
|
/third_party/skia/src/effects/ |
H A D | SkDashPathEffect.cpp | 300 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 D | FuzzCommon.cpp | 116 path->addRect(r, dir); in FuzzNicePath() 123 path->addRect(r, dir, ui); in FuzzNicePath()
|
/third_party/skia/src/gpu/ops/ |
H A D | AtlasRenderTask.cpp | 38 if (!fDynamicAtlas->addRect(widthInAtlas, heightInAtlas, locationInAtlas)) { in addPath()
|