Searched refs:SkTextToPathIter (Results 1 – 4 of 4) sorted by relevance
/external/skia/include/core/ |
D | SkDraw.h | 134 class SkTextToPathIter { 136 SkTextToPathIter(const char text[], size_t length, const SkPaint&, 138 ~SkTextToPathIter();
|
D | SkPaint.h | 877 friend class SkTextToPathIter; variable
|
/external/skia/src/core/ |
D | SkPaint.cpp | 1174 SkTextToPathIter iter(text, length, *this, false, true); in getTextPath() 1733 SkTextToPathIter::SkTextToPathIter( const char text[], size_t length, in SkTextToPathIter() function in SkTextToPathIter 1794 SkTextToPathIter::~SkTextToPathIter() { in ~SkTextToPathIter() 1798 const SkPath* SkTextToPathIter::next(SkScalar* xpos) { in next()
|
D | SkDraw.cpp | 1280 SkTextToPathIter iter(text, byteLength, paint, true, true); in drawText_asPaths() 1964 SkTextToPathIter iter(text, byteLength, paint, true, true); in drawTextOnPath()
|