Searched defs:SkTextToPathIter (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkTextToPathIter.h16 class SkTextToPathIter { class
18 SkTextToPathIter(const char text[], size_t length, const SkPaint& paint,
20 ~SkTextToPathIter();
H A DSkPaint.cpp32 #include "SkTextToPathIter.h"
1181 SkTextToPathIter iter(text, length, *this, false);
1209 SkTextToPathIter iter(text, length, *this, false);
2298 SkTextToPathIter::SkTextToPathIter( const char text[], size_t length, function in class:SkTextToPathIter
2361 SkTextToPathIter::~SkTextToPathIter() {
2365 bool SkTextToPathIter::next(const SkPath** path, SkScalar* xpos) {

Completed in 87 milliseconds