HomeSort by relevance Sort by last modified time
    Searched defs:glyph_t (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/font/
FontUtil.h 38 typedef uint16_t glyph_t; typedef
  /external/icu/icu4c/source/samples/layout/
GnomeFontInstance.cpp 187 cairo_glyph_t *glyph_t = LE_NEW_ARRAY(cairo_glyph_t, glyphCount); local
194 glyph_t[out].index = glyph;
195 glyph_t[out].x = x + positions[in*2];
196 glyph_t[out].y = y + positions[in*2 + 1];
204 cairo_show_glyphs(cairo, glyph_t, out);
206 LE_DELETE_ARRAY(glyph_t);

Completed in 80 milliseconds