Home | History | Annotate | Download | only in core

Lines Matching refs:SkTextInterceptsIter

1114 template <SkTextInterceptsIter::TextType TextType, typename Func>
1123 SkTextInterceptsIter iter(static_cast<const char*>(text), length, paint, bounds,
1129 if (TextType == SkTextInterceptsIter::TextType::kPosText) {
1142 return GetTextIntercepts<SkTextInterceptsIter::TextType::kText>(
1151 return GetTextIntercepts<SkTextInterceptsIter::TextType::kPosText>(
1161 return GetTextIntercepts<SkTextInterceptsIter::TextType::kPosText>(
1823 bool SkTextInterceptsIter::next(SkScalar* array, int* count) {