Searched refs:morphpath (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/effects/ |
D | Sk1DPathEffect.cpp | 109 static void morphpath(SkPath* dst, const SkPath& src, SkPathMeasure& meas, in morphpath() function 188 morphpath(dst, fPath, meas, distance); in next()
|
/external/skqp/src/effects/ |
D | Sk1DPathEffect.cpp | 106 static void morphpath(SkPath* dst, const SkPath& src, SkPathMeasure& meas, in morphpath() function 190 morphpath(dst, fPath, meas, distance); in next()
|
/external/skqp/src/core/ |
D | SkDevice.cpp | 383 static void morphpath(SkPath* dst, const SkPath& src, SkPathMeasure& meas, in morphpath() function 464 morphpath(&tmp, *iterPath, meas, m); in drawTextOnPath()
|
/external/skia/src/core/ |
D | SkDevice.cpp | 384 static void morphpath(SkPath* dst, const SkPath& src, SkPathMeasure& meas, in morphpath() function 465 morphpath(&tmp, *iterPath, meas, m); in drawTextOnPath()
|