/external/skia/tests/ |
D | StrokerTest.cpp | 27 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()
|
D | StrokeTest.cpp | 42 paint.getFillPath(path, &fillPath); in test_strokecubic() 48 paint.getFillPath(path, &fillPath); in test_strokecubic() 72 paint.getFillPath(path, &fillPath); in test_strokerect()
|
D | DashPathEffectTest.cpp | 105 paint.getFillPath(path, &fill); in DEF_TEST()
|
D | DrawPathTest.cpp | 291 paint.getFillPath(path, &filteredPath); in test_infinite_dash()
|
D | PaintTest.cpp | 191 paint.getFillPath(path, &stroke); in DEF_TEST()
|
D | BlurTest.cpp | 124 paint.getFillPath(path, &strokedPath); in DEF_TEST()
|
D | PathTest.cpp | 319 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/ |
D | SkPaint.h | 468 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/ |
D | fatpathfill.cpp | 64 paint.getFillPath(line, &path); in DEF_SIMPLE_GM()
|
D | strokerect.cpp | 98 paint.getFillPath(path, &fillPath); in onDraw()
|
D | strokes.cpp | 133 dashPaint.getFillPath(fDashedfPath, &fillPath); in onDraw() 421 strokePaint.getFillPath(orig, &fill); in onDraw()
|
D | pathfill.cpp | 21 paint.getFillPath(*path, path); in make_frame()
|
/external/skia/bench/ |
D | StrokeBench.cpp | 37 paint.getFillPath(fPath, &result, nullptr, fRes); in onDraw()
|
/external/skia/samplecode/ |
D | SamplePathFill.cpp | 25 paint.getFillPath(*path, path); in make_frame()
|
D | SampleFatBits.cpp | 245 p.getFillPath(path, &dst); in drawLineSkeleton() 255 p.getFillPath(path, &dst); in drawLineSkeleton()
|
D | SamplePath.cpp | 166 paint.getFillPath(path, &fill); in drawPath()
|
D | SampleQuadStroker.cpp | 445 p.getFillPath(path, &fill); in draw_stroke()
|
/external/skia/src/effects/ |
D | SkLayerRasterizer.cpp | 64 paint.getFillPath(path, &fillPath); in compute_bounds()
|
/external/pdfium/core/src/fxge/skia/ |
D | fx_skia_device.cpp | 101 doFill = paint->getFillPath(*pathPtr, &tmpPath, &cullRect); in DrawPath() 238 spaint.getFillPath(path_data, dstPathData); in SkRasterizeStroke()
|
/external/skia/src/pdf/ |
D | SkPDFDevice.cpp | 1010 bool fill = paint.getFillPath(origPath, pathPtr); in drawPath() 1646 bool doFillPath = paint.getFillPath(origPath, &modifiedPath); in handleInversePath()
|
/external/skia/src/core/ |
D | SkDraw.cpp | 1087 doFill = paint->getFillPath(*pathPtr, &tmpPath, cullRectPtr, in drawPath()
|
D | SkPaint.cpp | 2034 bool SkPaint::getFillPath(const SkPath& src, SkPath* dst, const SkRect* cullRect, in getFillPath() function in SkPaint
|
/external/skia/src/device/xps/ |
D | SkXPSDevice.cpp | 1559 bool fill = paint->getFillPath(*skeletalPath, fillablePath); in drawPath()
|
/external/robolectric/v1/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |