Searched refs:SkTextToPathIter (Results 1 – 4 of 4) sorted by relevance
/external/skia/include/core/ |
D | SkDraw.h | 97 class SkTextToPathIter { 99 SkTextToPathIter(const char text[], size_t length, const SkPaint&, 101 ~SkTextToPathIter();
|
D | SkPaint.h | 769 friend class SkTextToPathIter; variable
|
/external/skia/src/core/ |
D | SkPaint.cpp | 1052 SkTextToPathIter iter(text, length, *this, false, true); in getTextPath() 1466 SkTextToPathIter::SkTextToPathIter( const char text[], size_t length, in SkTextToPathIter() function in SkTextToPathIter 1529 SkTextToPathIter::~SkTextToPathIter() in ~SkTextToPathIter() 1534 const SkPath* SkTextToPathIter::next(SkScalar* xpos) in next()
|
D | SkDraw.cpp | 1148 SkTextToPathIter iter(text, byteLength, paint, true, true); in drawText_asPaths() 1773 SkTextToPathIter iter(text, byteLength, paint, true, true); in drawTextOnPath()
|