Searched refs:FontRunIterator (Results 1 – 2 of 2) sorted by relevance
/external/skia/modules/skshaper/src/ |
D | SkShaper_harfbuzz.cpp | 478 class FontRunIterator : public RunIterator { class 480 static SkTLazy<FontRunIterator> Make(const char* utf8, size_t utf8Bytes, in Make() 484 SkTLazy<FontRunIterator> ret; in Make() 494 FontRunIterator(const char* utf8, size_t utf8Bytes, SkFont font, in FontRunIterator() function in __anona3885cf40111::FontRunIterator 829 const FontRunIterator* font) const; 840 const FontRunIterator* font) const; 849 const FontRunIterator* font) const; 924 SkTLazy<FontRunIterator> maybeFont(FontRunIterator::Make(utf8, utf8Bytes, in shape() 926 FontRunIterator* font = maybeFont.getMaybeNull(); in shape() 950 const FontRunIterator* font) const in shapeCorrect() [all …]
|
/external/skqp/modules/skshaper/src/ |
D | SkShaper_harfbuzz.cpp | 270 class FontRunIterator : public RunIterator { class 272 static SkTLazy<FontRunIterator> Make(const char* utf8, size_t utf8Bytes, in Make() 277 SkTLazy<FontRunIterator> ret; in Make() 281 FontRunIterator(const char* utf8, size_t utf8Bytes, sk_sp<SkTypeface> typeface, in FontRunIterator() function in __anon65b03dab0111::FontRunIterator 570 SkTLazy<FontRunIterator> maybeFont(FontRunIterator::Make(utf8, utf8Bytes, in shape() 574 FontRunIterator* font = maybeFont.getMaybeNull(); in shape()
|