Lines Matching refs:ShaperHarfBuzz
645 class ShaperHarfBuzz : public SkShaper { class
647 ShaperHarfBuzz(std::unique_ptr<SkUnicode>,
705 class ShaperDrivenWrapper : public ShaperHarfBuzz {
707 using ShaperHarfBuzz::ShaperHarfBuzz;
720 class ShapeThenWrap : public ShaperHarfBuzz {
722 using ShaperHarfBuzz::ShaperHarfBuzz;
735 class ShapeDontWrapOrReorder : public ShaperHarfBuzz {
737 using ShaperHarfBuzz::ShaperHarfBuzz;
779 ShaperHarfBuzz::ShaperHarfBuzz(std::unique_ptr<SkUnicode> unicode, in ShaperHarfBuzz() function in __anon3e39c4c70111::ShaperHarfBuzz
789 void ShaperHarfBuzz::shape(const char* utf8, size_t utf8Bytes, in shape()
827 void ShaperHarfBuzz::shape(const char* utf8, size_t utf8Bytes, in shape()
838 void ShaperHarfBuzz::shape(const char* utf8, size_t utf8Bytes, in shape()
1298 ShapedRun ShaperHarfBuzz::shape(char const * const utf8, in shape()