Searched refs:SkTextToPathIter (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/core/ |
D | SkTextToPathIter.h | 16 class SkTextToPathIter { 18 SkTextToPathIter(const char text[], size_t length, const SkPaint& paint, 20 ~SkTextToPathIter();
|
D | SkPaint.cpp | 1181 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()
|
D | SkDevice.cpp | 333 SkTextToPathIter iter((const char*)text, byteLength, paint, true); in drawTextOnPath()
|
D | SkDraw.cpp | 1411 SkTextToPathIter iter(text, byteLength, paint, true); in drawText_asPaths()
|
/external/skia/src/gpu/ |
D | GrTextContext.cpp | 152 SkTextToPathIter iter(text, byteLength, skPaint, true); in drawTextAsPath()
|
/external/skia/include/core/ |
D | SkPaint.h | 1140 friend class SkTextToPathIter; variable
|