/external/skia/tests/ |
H A D | StrokeTest.cpp | 42 paint.getFillPath(path, &fillPath); 48 paint.getFillPath(path, &fillPath); 72 paint.getFillPath(path, &fillPath); 179 paint.getFillPath(path, &strokeAndFillPath);
|
H A D | StrokerTest.cpp | 36 p.getFillPath(path, &fill); 160 p.getFillPath(path, &fill); 200 p.getFillPath(path, &fill); 252 p.getFillPath(path, &fill); 310 p.getFillPath(path, &fill); 356 p.getFillPath(path, &fill); 395 p.getFillPath(path, &fill); 432 p.getFillPath(path, &fill); 457 p.getFillPath(path, &fill);
|
H A D | DashPathEffectTest.cpp | 102 paint.getFillPath(path, &fill);
|
/external/skqp/tests/ |
H A D | StrokerTest.cpp | 36 p.getFillPath(path, &fill); 160 p.getFillPath(path, &fill); 200 p.getFillPath(path, &fill); 252 p.getFillPath(path, &fill); 310 p.getFillPath(path, &fill); 356 p.getFillPath(path, &fill); 395 p.getFillPath(path, &fill); 432 p.getFillPath(path, &fill); 457 p.getFillPath(path, &fill);
|
H A D | StrokeTest.cpp | 42 paint.getFillPath(path, &fillPath); 48 paint.getFillPath(path, &fillPath); 72 paint.getFillPath(path, &fillPath);
|
H A D | DashPathEffectTest.cpp | 102 paint.getFillPath(path, &fill);
|
/external/skia/gm/ |
H A D | fatpathfill.cpp | 65 paint.getFillPath(line, &path);
|
H A D | OverStroke.cpp | 150 p.getFillPath(path, &fillpath); 187 p.getFillPath(path, &fillpath); 225 p.getFillPath(path, &fillpath);
|
H A D | strokerect.cpp | 99 paint.getFillPath(path, &fillPath);
|
/external/skqp/gm/ |
H A D | fatpathfill.cpp | 65 paint.getFillPath(line, &path);
|
H A D | OverStroke.cpp | 150 p.getFillPath(path, &fillpath); 187 p.getFillPath(path, &fillpath); 225 p.getFillPath(path, &fillpath);
|
H A D | strokerect.cpp | 99 paint.getFillPath(path, &fillPath);
|
H A D | strokes.cpp | 134 dashPaint.getFillPath(fDashedfPath, &fillPath); 416 strokePaint.getFillPath(orig, &fill);
|
/external/skia/tools/lua/ |
H A D | count_dashes.lua | 33 local fillpath = paint:getFillPath(path)
|
/external/skqp/tools/lua/ |
H A D | count_dashes.lua | 33 local fillpath = paint:getFillPath(path)
|
/external/skia/include/core/ |
H A D | SkPaint.h | 732 bool getFillPath(const SkPath& src, SkPath* dst, const SkRect* cullRect, 744 bool getFillPath(const SkPath& src, SkPath* dst) const { function in class:SkPaint 745 return this->getFillPath(src, dst, nullptr, 1);
|
/external/skqp/include/core/ |
H A D | SkPaint.h | 729 bool getFillPath(const SkPath& src, SkPath* dst, const SkRect* cullRect, 741 bool getFillPath(const SkPath& src, SkPath* dst) const { function in class:SkPaint 742 return this->getFillPath(src, dst, nullptr, 1);
|
/external/skia/bench/ |
H A D | StrokeBench.cpp | 37 paint.getFillPath(fPath, &result, nullptr, fRes);
|
/external/skia/samplecode/ |
H A D | SamplePathFill.cpp | 24 paint.getFillPath(*path, path);
|
H A D | SamplePathOverstroke.cpp | 178 p.getFillPath(path, &fillpath);
|
H A D | SamplePath.cpp | 153 paint.getFillPath(path, &fill); 420 fStrokePaint.getFillPath(path, &hidden);
|
/external/skqp/bench/ |
H A D | StrokeBench.cpp | 37 paint.getFillPath(fPath, &result, nullptr, fRes);
|
/external/skqp/samplecode/ |
H A D | SamplePathFill.cpp | 24 paint.getFillPath(*path, path);
|
H A D | SamplePathOverstroke.cpp | 178 p.getFillPath(path, &fillpath);
|
H A D | SamplePath.cpp | 153 paint.getFillPath(path, &fill); 420 fStrokePaint.getFillPath(path, &hidden);
|