Lines Matching defs:pglyphs
106 pixman_glyph_t *pglyphs = stack_glyphs;
127 if (!(pglyphs = xallocarray(n_glyphs, sizeof(pixman_glyph_t))))
167 pglyphs[i].x = x;
168 pglyphs[i].y = y;
169 pglyphs[i].glyph = g;
191 pixman_glyph_get_extents(glyphCache, n_glyphs, pglyphs, &extents);
199 glyphCache, n_glyphs, pglyphs);
205 glyphCache, n_glyphs, pglyphs);
215 if (pglyphs != stack_glyphs)
216 free(pglyphs);