Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/fb/
H A Dfbpict.c106 pixman_glyph_t *pglyphs = stack_glyphs; in fbGlyphs() local
127 if (!(pglyphs = xallocarray(n_glyphs, sizeof(pixman_glyph_t)))) in fbGlyphs()
167 pglyphs[i].x = x; in fbGlyphs()
168 pglyphs[i].y = y; in fbGlyphs()
169 pglyphs[i].glyph = g; in fbGlyphs()
191 pixman_glyph_get_extents(glyphCache, n_glyphs, pglyphs, &extents); in fbGlyphs()
199 glyphCache, n_glyphs, pglyphs); in fbGlyphs()
205 glyphCache, n_glyphs, pglyphs); in fbGlyphs()
215 if (pglyphs != stack_glyphs) in fbGlyphs()
216 free(pglyphs); in fbGlyphs()