Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkTextToPathIter.h35 class SkTextInterceptsIter : SkTextBaseIter {
42 SkTextInterceptsIter(const SkGlyphID glyphs[], int count, const SkFont& font, in SkTextInterceptsIter() function
DSkTextBlob.cpp623 template <SkTextInterceptsIter::TextType TextType, typename Func>
629 SkTextInterceptsIter iter(glyphs, glyphCount, font, paint, bounds, pos0.x(), pos0.y(), in GetTextIntercepts()
635 if (TextType == SkTextInterceptsIter::TextType::kPosText) { in GetTextIntercepts()
658 count += GetTextIntercepts<SkTextInterceptsIter::TextType::kText>( in getIntercepts()
666 count += GetTextIntercepts<SkTextInterceptsIter::TextType::kPosText>( in getIntercepts()
673 count += GetTextIntercepts<SkTextInterceptsIter::TextType::kPosText>( in getIntercepts()
953 bool SkTextInterceptsIter::next(SkScalar* array, int* count) { in next()
/external/skqp/src/core/
DSkTextToPathIter.h35 class SkTextInterceptsIter : SkTextBaseIter {
42 SkTextInterceptsIter(const SkGlyphID glyphs[], int count, const SkFont& font, in SkTextInterceptsIter() function
DSkTextBlob.cpp623 template <SkTextInterceptsIter::TextType TextType, typename Func>
629 SkTextInterceptsIter iter(glyphs, glyphCount, font, paint, bounds, pos0.x(), pos0.y(), in GetTextIntercepts()
635 if (TextType == SkTextInterceptsIter::TextType::kPosText) { in GetTextIntercepts()
658 count += GetTextIntercepts<SkTextInterceptsIter::TextType::kText>( in getIntercepts()
666 count += GetTextIntercepts<SkTextInterceptsIter::TextType::kPosText>( in getIntercepts()
673 count += GetTextIntercepts<SkTextInterceptsIter::TextType::kPosText>( in getIntercepts()
953 bool SkTextInterceptsIter::next(SkScalar* array, int* count) { in next()