Home
last modified time | relevance | path

Searched refs:setPath (Results 1 - 25 of 67) sorted by relevance

123

/third_party/skia/docs/examples/
H A DRegion_intersects_2.cpp14 hRegion.setPath(hPath, SkRegion({0, 0, 256, 256})); in REG_FIDDLE()
15 dotRegion.setPath(dotPath, SkRegion({0, 0, 256, 256})); in REG_FIDDLE()
H A DRegion_op_4.cpp15 opRegion.setPath(opPath, SkRegion(drawBounds)); in REG_FIDDLE()
16 xRegion.setPath(xPath, SkRegion(drawBounds)); in REG_FIDDLE()
H A DRegion_op_5.cpp15 opRegion.setPath(opPath, SkRegion(drawBounds)); in REG_FIDDLE()
16 xRegion.setPath(xPath, SkRegion(drawBounds)); in REG_FIDDLE()
H A DRegion_op_3.cpp15 opRegion.setPath(opPath, SkRegion(drawBounds)); in REG_FIDDLE()
16 xRegion.setPath(xPath, SkRegion(drawBounds)); in REG_FIDDLE()
H A DRegion_contains_3.cpp15 xRegion.setPath(xPath, SkRegion(drawBounds)); in REG_FIDDLE()
16 testRegion.setPath(testPath, SkRegion(drawBounds)); in REG_FIDDLE()
H A DRegion_op_6.cpp17 opRegion.setPath(opPath, SkRegion(drawBounds)); in REG_FIDDLE()
18 xRegion.setPath(xPath, SkRegion(drawBounds)); in REG_FIDDLE()
H A DPath_Iter_Iter.cpp11 iter.setPath(path, false); in REG_FIDDLE()
H A DRegion_op_1.cpp14 xRegion.setPath(xPath, SkRegion(drawBounds)); in REG_FIDDLE()
H A DPath_Iter_isClosedContour.cpp14 iter.setPath(path, forceClose); in REG_FIDDLE()
H A DRegion_writeToMemory.cpp14 xRegion.setPath(xPath, SkRegion(drawBounds)); in REG_FIDDLE()
H A DRegion_setPath.cpp15 region.setPath(textPath, clipRegion); in REG_FIDDLE()
H A DRegion_intersects.cpp13 region.setPath(textPath, SkRegion({0, 0, 256, 256})); in REG_FIDDLE()
H A DRegion_op_2.cpp14 xRegion.setPath(xPath, SkRegion(drawBounds)); in REG_FIDDLE()
H A DRegion_contains.cpp13 xRegion.setPath(xPath, SkRegion({0, 0, 256, 256})); in REG_FIDDLE()
H A DRegion_contains_2.cpp14 xRegion.setPath(xPath, SkRegion(drawBounds)); in REG_FIDDLE()
/third_party/skia/gm/
H A Dconvexpolyclip.cpp120 emplace_back(fClips).setPath(SkPath::Polygon({
140 emplace_back(fClips).setPath(hexagon.snapshot());
144 emplace_back(fClips).setPath(hexagon.detach().makeTransform(scaleM));
151 emplace_back(fClips).setPath(SkPath::Rect(rect).makeTransform(rotM));
268 void setPath(const SkPath& path) { in setPath() function in skiagm::ConvexPolyClip::Clip
H A Dsimpleaaclip.cpp86 clip->setPath(fBasePath, fBasePath.getBounds().roundOut(), true); in buildRgn()
89 clip2.setPath(fRectPath, fRectPath.getBounds().roundOut(), true); in buildRgn()
/third_party/skia/tests/
H A DAAClipTest.cpp161 rgn->setPath(path, SkRegion(ir)); in setRgnToPath()
208 clip.setPath(path, path.getBounds().roundOut(), true); in test_path_bounds()
222 clip.setPath(path, path.getBounds().roundOut(), true); in test_path_bounds()
326 clip.setPath(path, path.getBounds().roundOut(), 1 == i); in test_path_with_hole()
344 clip.setPath(path, path.getBounds().roundOut(), true); in test_really_a_rect()
407 clip.setPath(SkPath::Rect(r), r.roundOut(), true); in test_regressions()
H A DPathMeasureTest.cpp92 meas.setPath(&path, false); in DEF_TEST()
98 meas.setPath(&path, true); in DEF_TEST()
109 meas.setPath(&path, false); in DEF_TEST()
139 meas.setPath(&path, false); in DEF_TEST()
175 meas.setPath(&path, false); in DEF_TEST()
216 stdm.setPath(&p, false); in DEF_TEST()
/third_party/skia/src/core/
H A DSkRasterClip.cpp70 fAA.setPath(path, bounds, true); in SkRasterClip()
73 fBW.setPath(path, SkRegion(bounds)); in SkRasterClip()
193 fBW.setPath(devPath, SkRegion(this->getBounds())); in op()
195 fAA.setPath(devPath, this->getBounds(), doAA); in op()
/third_party/skia/bench/
H A DAAClipBench.cpp199 clip.setPath(fPath, fBounds, fDoAA);
202 clip.setPath(SkPath::Rect(fRect), fBounds, fDoAA);
226 fRegion.setPath(path, SkRegion(bounds)); in AAClipRegionBench()
/third_party/skia/experimental/graphite/src/geom/
H A DShape.h44 explicit Shape(const SkPath& path) { this->setPath(path); } in Shape()
138 void setPath(const SkPath& path) { in setPath() function in skgpu::Shape
/third_party/skia/fuzz/oss_fuzz/
H A DFuzzRegionSetPath.cpp27 r1.setPath(p, r2); in FuzzRegionSetPath()
/third_party/skia/modules/skottie/src/
H A DPath.cpp36 path_node->setPath(path);
/third_party/skia/src/gpu/geometry/
H A DGrShape.h68 explicit GrShape(const SkPath& path) { this->setPath(path); } in GrShape()
174 void setPath(const SkPath& path) { in setPath() function in GrShape

Completed in 7 milliseconds

123