Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DHarfBuzzNGFaceSkia.cpp92 SkUnichar unichar = unicode; in harfbuzzGetGlyph() local
95 paint->textToGlyphs(&unichar, sizeof(unichar), &glyph16); in harfbuzzGetGlyph()
/frameworks/base/libs/hwui/tests/common/
DTestUtils.cpp94 int32_t unichar = utf32_from_utf8_at(text, 4, 0, &nextIndex); in layoutTextUnscaled() local
97 glyph_t glyph = autoCache.getCache()->unicharToGlyph(unichar); in layoutTextUnscaled()
98 autoCache.getCache()->unicharToGlyph(unichar); in layoutTextUnscaled()
106 SkGlyph skGlyph = autoCache.getCache()->getUnicharMetrics(unichar); in layoutTextUnscaled()