Home
last modified time | relevance | path

Searched refs:SkTextInterceptsIter (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkTextToPathIter.h51 class SkTextInterceptsIter : SkTextBaseIter {
58 SkTextInterceptsIter(const char text[], size_t length, const SkPaint& paint, in SkTextInterceptsIter() function
DSkPaint.cpp1167 SkTextInterceptsIter iter(text, length, *this, bounds, x, y, in getTextIntercepts()
1168 SkTextInterceptsIter::TextType::kText); in getTextIntercepts()
1212 SkTextInterceptsIter iter(text, length, *this, bounds, pos[0].fX, pos[0].fY, in getPosTextIntercepts()
1213 SkTextInterceptsIter::TextType::kPosText); in getPosTextIntercepts()
2387 bool SkTextInterceptsIter::next(SkScalar* array, int* count) { in next()