Searched refs:asPoints (Results 1 – 8 of 8) sorted by relevance
/external/skqp/include/core/ |
D | SkPathEffect.h | 114 bool asPoints(PointData* results, const SkPath& src,
|
/external/skia/include/core/ |
D | SkPathEffect.h | 114 bool asPoints(PointData* results, const SkPath& src,
|
/external/skqp/tests/ |
D | DashPathEffectTest.cpp | 84 bool actualResult = dash->asPoints(&results, src, rec, mats[i], &cull); in DEF_TEST()
|
/external/skia/tests/ |
D | DashPathEffectTest.cpp | 84 bool actualResult = dash->asPoints(&results, src, rec, mats[i], &cull); in DEF_TEST()
|
/external/skia/src/core/ |
D | SkPathEffect.cpp | 34 bool SkPathEffect::asPoints(PointData* results, const SkPath& src, in asPoints() function in SkPathEffect
|
D | SkDraw.cpp | 445 if (paint.getPathEffect()->asPoints(&pointData, path, rec, in drawPoints()
|
/external/skqp/src/core/ |
D | SkPathEffect.cpp | 34 bool SkPathEffect::asPoints(PointData* results, const SkPath& src, in asPoints() function in SkPathEffect
|
D | SkDraw.cpp | 445 if (paint.getPathEffect()->asPoints(&pointData, path, rec, in drawPoints()
|