Home
last modified time | relevance | path

Searched refs:SkTextToPathIter (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/core/
DSkTextToPathIter.h16 class SkTextToPathIter {
18 SkTextToPathIter(const char text[], size_t length, const SkPaint& paint,
20 ~SkTextToPathIter();
DSkPaint.cpp1181 SkTextToPathIter iter(text, length, *this, false); in getTextPath()
1209 SkTextToPathIter iter(text, length, *this, false); in getPosTextPath()
2298 SkTextToPathIter::SkTextToPathIter( const char text[], size_t length, in SkTextToPathIter() function in SkTextToPathIter
2361 SkTextToPathIter::~SkTextToPathIter() { in ~SkTextToPathIter()
2365 bool SkTextToPathIter::next(const SkPath** path, SkScalar* xpos) { in next()
DSkDevice.cpp333 SkTextToPathIter iter((const char*)text, byteLength, paint, true); in drawTextOnPath()
DSkDraw.cpp1411 SkTextToPathIter iter(text, byteLength, paint, true); in drawText_asPaths()
/external/skia/src/gpu/
DGrTextContext.cpp152 SkTextToPathIter iter(text, byteLength, skPaint, true); in drawTextAsPath()
/external/skia/include/core/
DSkPaint.h1140 friend class SkTextToPathIter; variable