Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkDraw.h97 class SkTextToPathIter {
99 SkTextToPathIter(const char text[], size_t length, const SkPaint&,
101 ~SkTextToPathIter();
DSkPaint.h769 friend class SkTextToPathIter; variable
/external/skia/src/core/
DSkPaint.cpp1052 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()
DSkDraw.cpp1148 SkTextToPathIter iter(text, byteLength, paint, true, true); in drawText_asPaths()
1773 SkTextToPathIter iter(text, byteLength, paint, true, true); in drawTextOnPath()