Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkDraw.h134 class SkTextToPathIter {
136 SkTextToPathIter(const char text[], size_t length, const SkPaint&,
138 ~SkTextToPathIter();
DSkPaint.h877 friend class SkTextToPathIter; variable
/external/skia/src/core/
DSkPaint.cpp1174 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()
DSkDraw.cpp1280 SkTextToPathIter iter(text, byteLength, paint, true, true); in drawText_asPaths()
1964 SkTextToPathIter iter(text, byteLength, paint, true, true); in drawTextOnPath()