Searched refs:SkTextToPathIter (Results 1 - 6 of 6) 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) {
H A DSkDevice.cpp19 #include "SkTextToPathIter.h"
333 SkTextToPathIter iter((const char*)text, byteLength, paint, true);
H A DSkDraw.cpp1368 #include "SkTextToPathIter.h"
1411 SkTextToPathIter iter(text, byteLength, paint, true);
/external/skia/src/gpu/
H A DGrTextContext.cpp20 #include "SkTextToPathIter.h"
152 SkTextToPathIter iter(text, byteLength, skPaint, true);
/external/skia/include/core/
H A DSkPaint.h1140 friend class SkTextToPathIter;

Completed in 277 milliseconds