Searched refs:asPoints (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkPathEffectBase.h | 26 primitives returned by an 'asPoints' call. 35 // 'asPoints' needs to initialize/fill-in 'fClipRect' if it sets in PointData() 42 // TODO: consider using passed-in flags to limit the work asPoints does. 68 bool asPoints(PointData* results, const SkPath& src,
|
H A D | SkPathEffect.cpp | 36 bool SkPathEffectBase::asPoints(PointData* results, const SkPath& src, in asPoints() function in SkPathEffectBase
|
H A D | SkDraw.cpp | 447 if (as_PEB(paint.getPathEffect())->asPoints(&pointData, path, stroke, ctm, in drawPoints() 449 // 'asPoints' managed to find some fast path in drawPoints()
|
/third_party/skia/tests/ |
H A D | DashPathEffectTest.cpp | 85 bool actualResult = as_PEB(dash)->asPoints(&results, src, rec, mats[i], &cull); in DEF_TEST()
|
Completed in 6 milliseconds