HomeSort by relevance Sort by last modified time
    Searched refs:glyph16 (Results 1 - 3 of 3) sorted by null

  /frameworks/minikin/sample/
MinikinSkia.cpp 28 uint16_t glyph16 = glyph_id; local
31 skPaint.getTextWidths(&glyph16, sizeof(glyph16), &skWidth, NULL);
41 uint16_t glyph16 = glyph_id;
44 skPaint.getTextWidths(&glyph16, sizeof(glyph16), NULL, &skBounds);
  /frameworks/base/libs/hwui/hwui/
MinikinSkia.cpp 48 uint16_t glyph16 = glyph_id; local
51 skPaint.getTextWidths(&glyph16, sizeof(glyph16), &skWidth, NULL);
61 uint16_t glyph16 = glyph_id; local
64 skPaint.getTextWidths(&glyph16, sizeof(glyph16), NULL, &skBounds);
  /frameworks/base/core/jni/android/graphics/
HarfBuzzNGFaceSkia.cpp 92 uint16_t glyph16; local
93 paint->textToGlyphs(&unichar, sizeof(unichar), &glyph16);
94 *glyph = glyph16;

Completed in 260 milliseconds