Searched refs:SkTextInterceptsIter (Results 1 – 2 of 2) sorted by relevance
51 class SkTextInterceptsIter : SkTextBaseIter {58 SkTextInterceptsIter(const char text[], size_t length, const SkPaint& paint, in SkTextInterceptsIter() function
1117 template <SkTextInterceptsIter::TextType TextType, typename Func>1126 SkTextInterceptsIter iter(static_cast<const char*>(text), length, paint, bounds, in GetTextIntercepts()1132 if (TextType == SkTextInterceptsIter::TextType::kPosText) { in GetTextIntercepts()1145 return GetTextIntercepts<SkTextInterceptsIter::TextType::kText>( in getTextIntercepts()1154 return GetTextIntercepts<SkTextInterceptsIter::TextType::kPosText>( in getPosTextIntercepts()1164 return GetTextIntercepts<SkTextInterceptsIter::TextType::kPosText>( in getPosTextHIntercepts()2293 bool SkTextInterceptsIter::next(SkScalar* array, int* count) { in next()