Home
last modified time | relevance | path

Searched refs:typefaceEncoding (Results 1 – 2 of 2) sorted by relevance

/external/skqp/tests/
DFontHostTest.cpp82 SkTypeface::Encoding typefaceEncoding; member
97 SkTextEncoding encoding = static_cast<SkTextEncoding>(test.typefaceEncoding); in test_charsToGlyphs()
103 face->charsToGlyphs(test.chars, test.typefaceEncoding, faceGlyphIds, test.charCount); in test_charsToGlyphs()
/external/skqp/src/core/
DSkFont.cpp187 SkTypeface::Encoding typefaceEncoding; in textToGlyphs() local
190 typefaceEncoding = SkTypeface::kUTF8_Encoding; in textToGlyphs()
193 typefaceEncoding = SkTypeface::kUTF16_Encoding; in textToGlyphs()
196 typefaceEncoding = SkTypeface::kUTF32_Encoding; in textToGlyphs()
205 (void) this->getTypefaceOrDefault()->charsToGlyphs(text, typefaceEncoding, glyphs,count); in textToGlyphs()