Home
last modified time | relevance | path

Searched refs:getFillPath (Results 1 – 25 of 30) sorted by relevance

12

/external/skia/tests/
DStrokerTest.cpp27 p.getFillPath(path, &fill); in pathTest()
143 p.getFillPath(path, &fill); in DEF_TEST()
183 p.getFillPath(path, &fill); in DEF_TEST()
235 p.getFillPath(path, &fill); in DEF_TEST()
293 p.getFillPath(path, &fill); in DEF_TEST()
339 p.getFillPath(path, &fill); in DEF_TEST()
378 p.getFillPath(path, &fill); in DEF_TEST()
415 p.getFillPath(path, &fill); in DEF_TEST()
440 p.getFillPath(path, &fill); in DEF_TEST()
DStrokeTest.cpp42 paint.getFillPath(path, &fillPath); in test_strokecubic()
48 paint.getFillPath(path, &fillPath); in test_strokecubic()
72 paint.getFillPath(path, &fillPath); in test_strokerect()
DDashPathEffectTest.cpp105 paint.getFillPath(path, &fill); in DEF_TEST()
DDrawPathTest.cpp291 paint.getFillPath(path, &filteredPath); in test_infinite_dash()
DPaintTest.cpp191 paint.getFillPath(path, &stroke); in DEF_TEST()
DBlurTest.cpp124 paint.getFillPath(path, &strokedPath); in DEF_TEST()
DPathTest.cpp319 paint.getFillPath(path, &dst, nullptr); in test_bad_cubic_crbug229478()
1068 paint.getFillPath(path, &fill); in stroke_cubic()
2199 strokePaint.getFillPath(src, &dst); in test_isNestedFillRects()
/external/skia/include/core/
DSkPaint.h468 bool getFillPath(const SkPath& src, SkPath* dst, const SkRect* cullRect,
471 bool getFillPath(const SkPath& src, SkPath* dst) const { in getFillPath() function
472 return this->getFillPath(src, dst, NULL, 1); in getFillPath()
/external/skia/gm/
Dfatpathfill.cpp64 paint.getFillPath(line, &path); in DEF_SIMPLE_GM()
Dstrokerect.cpp98 paint.getFillPath(path, &fillPath); in onDraw()
Dstrokes.cpp133 dashPaint.getFillPath(fDashedfPath, &fillPath); in onDraw()
421 strokePaint.getFillPath(orig, &fill); in onDraw()
Dpathfill.cpp21 paint.getFillPath(*path, path); in make_frame()
/external/skia/bench/
DStrokeBench.cpp37 paint.getFillPath(fPath, &result, nullptr, fRes); in onDraw()
/external/skia/samplecode/
DSamplePathFill.cpp25 paint.getFillPath(*path, path); in make_frame()
DSampleFatBits.cpp245 p.getFillPath(path, &dst); in drawLineSkeleton()
255 p.getFillPath(path, &dst); in drawLineSkeleton()
DSamplePath.cpp166 paint.getFillPath(path, &fill); in drawPath()
DSampleQuadStroker.cpp445 p.getFillPath(path, &fill); in draw_stroke()
/external/skia/src/effects/
DSkLayerRasterizer.cpp64 paint.getFillPath(path, &fillPath); in compute_bounds()
/external/pdfium/core/src/fxge/skia/
Dfx_skia_device.cpp101 doFill = paint->getFillPath(*pathPtr, &tmpPath, &cullRect); in DrawPath()
238 spaint.getFillPath(path_data, dstPathData); in SkRasterizeStroke()
/external/skia/src/pdf/
DSkPDFDevice.cpp1010 bool fill = paint.getFillPath(origPath, pathPtr); in drawPath()
1646 bool doFillPath = paint.getFillPath(origPath, &modifiedPath); in handleInversePath()
/external/skia/src/core/
DSkDraw.cpp1087 doFill = paint->getFillPath(*pathPtr, &tmpPath, cullRectPtr, in drawPath()
DSkPaint.cpp2034 bool SkPaint::getFillPath(const SkPath& src, SkPath* dst, const SkRect* cullRect, in getFillPath() function in SkPaint
/external/skia/src/device/xps/
DSkXPSDevice.cpp1559 bool fill = paint->getFillPath(*skeletalPath, fillablePath); in drawPath()
/external/robolectric/v1/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...

12