Searched refs:SkTextToPathIter (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/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"
1410 SkTextToPathIter iter(text, length, *this, false);
1438 SkTextToPathIter iter(text, length, *this, false);
2498 SkTextToPathIter::SkTextToPathIter( const char text[], size_t length, function in class:SkTextToPathIter
2562 SkTextToPathIter::~SkTextToPathIter() {
2566 bool SkTextToPathIter::next(const SkPath** path, SkScalar* xpos) {
H A DSkDraw.cpp1353 #include "SkTextToPathIter.h"
1396 SkTextToPathIter iter(text, byteLength, paint, true);
1943 SkTextToPathIter iter(text, byteLength, paint, true);
/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"
1449 SkTextToPathIter iter(text, length, *this, false);
1477 SkTextToPathIter iter(text, length, *this, false);
2568 SkTextToPathIter::SkTextToPathIter( const char text[], size_t length, function in class:SkTextToPathIter
2632 SkTextToPathIter::~SkTextToPathIter() {
2636 bool SkTextToPathIter::next(const SkPath** path, SkScalar* xpos) {
H A DSkDraw.cpp1340 #include "SkTextToPathIter.h"
1383 SkTextToPathIter iter(text, byteLength, paint, true);
1930 SkTextToPathIter iter(text, byteLength, paint, true);
/external/chromium_org/third_party/skia/include/core/
H A DSkPaint.h1132 friend class SkTextToPathIter;
/external/skia/include/core/
H A DSkPaint.h1142 friend class SkTextToPathIter;

Completed in 209 milliseconds