| /third_party/skia/docs/examples/ |
| H A D | Region_intersects_2.cpp | 14 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 D | Region_op_4.cpp | 15 opRegion.setPath(opPath, SkRegion(drawBounds)); in REG_FIDDLE() 16 xRegion.setPath(xPath, SkRegion(drawBounds)); in REG_FIDDLE()
|
| H A D | Region_op_5.cpp | 15 opRegion.setPath(opPath, SkRegion(drawBounds)); in REG_FIDDLE() 16 xRegion.setPath(xPath, SkRegion(drawBounds)); in REG_FIDDLE()
|
| H A D | Region_op_3.cpp | 15 opRegion.setPath(opPath, SkRegion(drawBounds)); in REG_FIDDLE() 16 xRegion.setPath(xPath, SkRegion(drawBounds)); in REG_FIDDLE()
|
| H A D | Region_contains_3.cpp | 15 xRegion.setPath(xPath, SkRegion(drawBounds)); in REG_FIDDLE() 16 testRegion.setPath(testPath, SkRegion(drawBounds)); in REG_FIDDLE()
|
| H A D | Region_op_6.cpp | 17 opRegion.setPath(opPath, SkRegion(drawBounds)); in REG_FIDDLE() 18 xRegion.setPath(xPath, SkRegion(drawBounds)); in REG_FIDDLE()
|
| H A D | Path_Iter_Iter.cpp | 11 iter.setPath(path, false); in REG_FIDDLE()
|
| H A D | Region_op_1.cpp | 14 xRegion.setPath(xPath, SkRegion(drawBounds)); in REG_FIDDLE()
|
| H A D | Path_Iter_isClosedContour.cpp | 14 iter.setPath(path, forceClose); in REG_FIDDLE()
|
| H A D | Region_writeToMemory.cpp | 14 xRegion.setPath(xPath, SkRegion(drawBounds)); in REG_FIDDLE()
|
| H A D | Region_setPath.cpp | 15 region.setPath(textPath, clipRegion); in REG_FIDDLE()
|
| H A D | Region_intersects.cpp | 13 region.setPath(textPath, SkRegion({0, 0, 256, 256})); in REG_FIDDLE()
|
| H A D | Region_op_2.cpp | 14 xRegion.setPath(xPath, SkRegion(drawBounds)); in REG_FIDDLE()
|
| H A D | Region_contains.cpp | 13 xRegion.setPath(xPath, SkRegion({0, 0, 256, 256})); in REG_FIDDLE()
|
| H A D | Region_contains_2.cpp | 14 xRegion.setPath(xPath, SkRegion(drawBounds)); in REG_FIDDLE()
|
| /third_party/skia/gm/ |
| H A D | convexpolyclip.cpp | 120 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 D | simpleaaclip.cpp | 86 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 D | AAClipTest.cpp | 161 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 D | PathMeasureTest.cpp | 92 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 D | SkRasterClip.cpp | 70 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 D | AAClipBench.cpp | 199 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 D | Shape.h | 44 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 D | FuzzRegionSetPath.cpp | 27 r1.setPath(p, r2); in FuzzRegionSetPath()
|
| /third_party/skia/modules/skottie/src/ |
| H A D | Path.cpp | 36 path_node->setPath(path);
|
| /third_party/skia/src/gpu/geometry/ |
| H A D | GrShape.h | 68 explicit GrShape(const SkPath& path) { this->setPath(path); } in GrShape() 174 void setPath(const SkPath& path) { in setPath() function in GrShape
|