Home
last modified time | relevance | path

Searched refs:iterPath (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkDraw.cpp1217 const SkPath* iterPath; in drawText_asPaths() local
1220 while ((iterPath = iter.next(&xpos)) != NULL) { in drawText_asPaths()
1222 this->drawPath(*iterPath, iter.getPaint(), &matrix, false); in drawText_asPaths()
1853 const SkPath* iterPath; in drawTextOnPath() local
1860 while ((iterPath = iter.next(&xpos)) != NULL) { in drawTextOnPath()
1868 morphpath(&tmp, *iterPath, meas, m); in drawTextOnPath()
DSkPaint.cpp1164 const SkPath* iterPath; in getTextPath() local
1165 while ((iterPath = iter.next(&xpos)) != NULL) in getTextPath()
1168 path->addPath(*iterPath, matrix); in getTextPath()