Home
last modified time | relevance | path

Searched refs:glyph_t (Results 1 – 3 of 3) sorted by relevance

/external/pixman/pixman/
Dpixman-glyph.c35 typedef struct glyph_t glyph_t; typedef
37 #define TOMBSTONE ((glyph_t *)0x1)
46 struct glyph_t struct
62 glyph_t * glyphs[HASH_SIZE]; argument
66 free_glyph (glyph_t *glyph) in free_glyph()
94 static glyph_t *
100 glyph_t *g; in lookup_glyph()
118 glyph_t *glyph) in insert_glyph()
121 glyph_t **loc; in insert_glyph()
142 glyph_t *glyph) in remove_glyph()
[all …]
/external/icu/icu4c/source/samples/layout/
DGnomeFontInstance.cpp181 cairo_glyph_t *glyph_t = LE_NEW_ARRAY(cairo_glyph_t, glyphCount); in rasterizeGlyphs() local
188 glyph_t[out].index = glyph; in rasterizeGlyphs()
189 glyph_t[out].x = x + positions[in*2]; in rasterizeGlyphs()
190 glyph_t[out].y = y + positions[in*2 + 1]; in rasterizeGlyphs()
198 cairo_show_glyphs(cairo, glyph_t, out); in rasterizeGlyphs()
200 LE_DELETE_ARRAY(glyph_t); in rasterizeGlyphs()
/external/chromium_org/third_party/icu/source/samples/layout/
DGnomeFontInstance.cpp181 cairo_glyph_t *glyph_t = LE_NEW_ARRAY(cairo_glyph_t, glyphCount); in rasterizeGlyphs() local
188 glyph_t[out].index = glyph; in rasterizeGlyphs()
189 glyph_t[out].x = x + positions[in*2]; in rasterizeGlyphs()
190 glyph_t[out].y = y + positions[in*2 + 1]; in rasterizeGlyphs()
198 cairo_show_glyphs(cairo, glyph_t, out); in rasterizeGlyphs()
200 LE_DELETE_ARRAY(glyph_t); in rasterizeGlyphs()