Home | History | Annotate | Download | only in core

Lines Matching refs:SkTextInterceptsIter

1117 template <SkTextInterceptsIter::TextType TextType, typename Func>
1126 SkTextInterceptsIter iter(static_cast<const char*>(text), length, paint, bounds,
1132 if (TextType == SkTextInterceptsIter::TextType::kPosText) {
1145 return GetTextIntercepts<SkTextInterceptsIter::TextType::kText>(
1154 return GetTextIntercepts<SkTextInterceptsIter::TextType::kPosText>(
1164 return GetTextIntercepts<SkTextInterceptsIter::TextType::kPosText>(
2293 bool SkTextInterceptsIter::next(SkScalar* array, int* count) {