Searched refs:glyph16 (Results 1 – 3 of 3) sorted by relevance
/frameworks/minikin/sample/ |
D | MinikinSkia.cpp | 28 uint16_t glyph16 = glyph_id; in GetHorizontalAdvance() local 31 skPaint.getTextWidths(&glyph16, sizeof(glyph16), &skWidth, NULL); in GetHorizontalAdvance() 41 uint16_t glyph16 = glyph_id; 44 skPaint.getTextWidths(&glyph16, sizeof(glyph16), NULL, &skBounds);
|
/frameworks/base/libs/hwui/hwui/ |
D | MinikinSkia.cpp | 48 uint16_t glyph16 = glyph_id; in GetHorizontalAdvance() local 51 skPaint.getTextWidths(&glyph16, sizeof(glyph16), &skWidth, NULL); in GetHorizontalAdvance() 61 uint16_t glyph16 = glyph_id; in GetBounds() local 64 skPaint.getTextWidths(&glyph16, sizeof(glyph16), NULL, &skBounds); in GetBounds()
|
/frameworks/base/core/jni/android/graphics/ |
D | HarfBuzzNGFaceSkia.cpp | 92 uint16_t glyph16; in harfbuzzGetGlyph() local 93 paint->textToGlyphs(&unichar, sizeof(unichar), &glyph16); in harfbuzzGetGlyph() 94 *glyph = glyph16; in harfbuzzGetGlyph()
|