Home
last modified time | relevance | path

Searched refs:rectPath (Results 1 – 6 of 6) sorted by relevance

/external/skia/tests/
DPathOpsBuilderTest.cpp30 SkPath rectPath; in DEF_TEST() local
31 rectPath.setFillType(SkPathFillType::kEvenOdd); in DEF_TEST()
32 rectPath.addRect(0, 1, 2, 3, SkPathDirection::kCW); in DEF_TEST()
33 builder.add(rectPath, kUnion_SkPathOp); in DEF_TEST()
40 int pixelDiff = comparePaths(reporter, __FUNCTION__, rectPath, result); in DEF_TEST()
43 rectPath.reset(); in DEF_TEST()
44 rectPath.setFillType(SkPathFillType::kEvenOdd); in DEF_TEST()
45 rectPath.addRect(0, 1, 2, 3, SkPathDirection::kCCW); in DEF_TEST()
46 builder.add(rectPath, kUnion_SkPathOp); in DEF_TEST()
51 REPORTER_ASSERT(reporter, rectPath == result); in DEF_TEST()
[all …]
DBlurTest.cpp319 SkPath rectPath; in DEF_TEST() local
320 rectPath.addRect(0.3f, 0.3f, 100.3f, 100.3f); in DEF_TEST()
341 cpu_blur_path(rectPath, sigma, rectSpecialCaseResult, kSize); in DEF_TEST()
DGrStyledShapeTest.cpp2134 SkPath rectPath; in DEF_TEST() local
2135 rectPath.addRect(r); in DEF_TEST()
2136 geos.emplace_back(new RRectPathGeo(rectPath, r, RRectPathGeo::RRectForStroke::kYes, in DEF_TEST()
2138 geos.emplace_back(new RRectPathGeo(rectPath, r, RRectPathGeo::RRectForStroke::kYes, in DEF_TEST()
2140 rrectPathGeos.emplace_back(new RRectPathGeo(rectPath, r, RRectPathGeo::RRectForStroke::kYes, in DEF_TEST()
2148 SkPath rectPath; in DEF_TEST() local
2149 rectPath.addRRect(rr); in DEF_TEST()
2150 geos.emplace_back(new RRectPathGeo(rectPath, rr, RRectPathGeo::RRectForStroke::kYes, in DEF_TEST()
2152 geos.emplace_back(new RRectPathGeo(rectPath, rr, RRectPathGeo::RRectForStroke::kYes, in DEF_TEST()
2154 rrectPathGeos.emplace_back(new RRectPathGeo(rectPath, rr, in DEF_TEST()
DGrClipStackTest.cpp834 SkPath rectPath; in DEF_TEST() local
835 rectPath.addRect(rect); in DEF_TEST()
837 .actual().path(rectPath).finishElements() in DEF_TEST()
939 SkPath rectPath; in DEF_TEST() local
940 rectPath.addRect(rect); in DEF_TEST()
942 SkPath inverseRectPath = rectPath; in DEF_TEST()
/external/skia/tools/viewer/
DPathOverstrokeSlide.cpp111 SkPath rectPath(SkPoint p1) { in rectPath() function in OverstrokeSlide
138 path = rectPath(p1); in draw()
/external/skia/src/ports/
DSkTypeface_fontations.cpp1628 SkPath rectPath = SkPath::Rect(clipRect); in push_clip_rectangle() local
1629 rectPath.transform(fMatrixStack.back()); in push_clip_rectangle()
1630 fBounds.join(rectPath.getBounds()); in push_clip_rectangle()