Home
last modified time | relevance | path

Searched refs:asPoints (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/core/
H A DSkPathEffectBase.h26 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 DSkPathEffect.cpp36 bool SkPathEffectBase::asPoints(PointData* results, const SkPath& src, in asPoints() function in SkPathEffectBase
H A DSkDraw.cpp447 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 DDashPathEffectTest.cpp85 bool actualResult = as_PEB(dash)->asPoints(&results, src, rec, mats[i], &cull); in DEF_TEST()

Completed in 6 milliseconds