Searched defs:rectPath (Results 1 - 5 of 5) sorted by relevance

/external/skia/tests/
H A DPathOpsBuilderTest.cpp27 SkPath rectPath; local
28 rectPath.setFillType(SkPath::kEvenOdd_FillType);
29 rectPath.addRect(0, 1, 2, 3, SkPath::kCW_Direction);
30 builder.add(rectPath, kUnion_SkPathOp);
37 int pixelDiff = comparePaths(reporter, __FUNCTION__, rectPath, result);
40 rectPath.reset();
41 rectPath.setFillType(SkPath::kEvenOdd_FillType);
42 rectPath.addRect(0, 1, 2, 3, SkPath::kCCW_Direction);
43 builder.add(rectPath, kUnion_SkPathOp);
48 REPORTER_ASSERT(reporter, rectPath
[all...]
H A DBlurTest.cpp316 SkPath rectPath; local
317 rectPath.addRect(0.3f, 0.3f, 100.3f, 100.3f);
338 cpu_blur_path(rectPath, sigma, rectSpecialCaseResult, kSize);
349 bool haveGPUResult = gpu_blur_path(context, rectPath, sigma, gpuResult, kSize);
H A DGrShapeTest.cpp1850 SkPath rectPath; local
1851 rectPath.addRect(r);
1852 geos.emplace_back(new RRectPathGeo(rectPath, r, RRectPathGeo::RRectForStroke::kYes,
1854 geos.emplace_back(new RRectPathGeo(rectPath, r, RRectPathGeo::RRectForStroke::kYes,
1856 rrectPathGeos.emplace_back(new RRectPathGeo(rectPath, r, RRectPathGeo::RRectForStroke::kYes,
1864 SkPath rectPath; local
1865 rectPath.addRRect(rr);
1866 geos.emplace_back(new RRectPathGeo(rectPath, rr, RRectPathGeo::RRectForStroke::kYes,
1868 geos.emplace_back(new RRectPathGeo(rectPath, rr, RRectPathGeo::RRectForStroke::kYes,
1870 rrectPathGeos.emplace_back(new RRectPathGeo(rectPath, r
[all...]
/external/skia/samplecode/
H A DSamplePathOverstroke.cpp124 SkPath rectPath(SkPoint p1) { function in class:OverstrokeView
150 path = rectPath(p1);
/external/skia/src/gpu/
H A DSkGpuDevice_drawTexture.cpp246 SkPath rectPath; local
247 rectPath.addRect(clippedDstRect);
248 rectPath.setIsVolatile(true);
250 rectPath, std::move(grPaint), aa, viewMatrix, mf,

Completed in 152 milliseconds