Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/tests/common/
DTestUtils.cpp71 SkUnichar unichar = SkUTF8_NextUnichar(&text); in layoutTextUnscaled() local
72 glyph_t glyph = autoCache.getCache()->unicharToGlyph(unichar); in layoutTextUnscaled()
73 autoCache.getCache()->unicharToGlyph(unichar); in layoutTextUnscaled()
81 SkGlyph skGlyph = autoCache.getCache()->getUnicharMetrics(unichar); in layoutTextUnscaled()
/frameworks/base/core/jni/android/graphics/
DHarfBuzzNGFaceSkia.cpp90 SkUnichar unichar = unicode; in harfbuzzGetGlyph() local
93 paint->textToGlyphs(&unichar, sizeof(unichar), &glyph16); in harfbuzzGetGlyph()