Lines Matching refs:pglyphs
1195 pixman_glyph_t *pglyphs = stack_glyphs;
1202 pglyphs = malloc (count * sizeof(pixman_glyph_t));
1203 if (pglyphs == NULL)
1239 pglyphs[count].x = x;
1240 pglyphs[count].y = y;
1241 pglyphs[count].glyph = ptr;
1256 __global_glyph_cache, count, pglyphs);
1258 if (pglyphs != stack_glyphs)
1259 free(pglyphs);
1720 pixman_glyph_t *pglyphs = stack_glyphs;
1730 pglyphs = malloc(count * sizeof(pixman_glyph_t));
1731 if (pglyphs == NULL)
1767 pglyphs[count].x = x;
1768 pglyphs[count].y = y;
1769 pglyphs[count].glyph = ptr;
1800 __global_glyph_cache, count, pglyphs);
1805 __global_glyph_cache, count, pglyphs);
1817 if (pglyphs != stack_glyphs)
1818 free(pglyphs);
2151 pixman_glyph_t *pglyphs = stack_glyphs;
2158 pglyphs = malloc(count * sizeof(pixman_glyph_t));
2159 if (pglyphs == NULL)
2195 pglyphs[count].x = x;
2196 pglyphs[count].y = y;
2197 pglyphs[count].glyph = ptr;
2212 __global_glyph_cache, count, pglyphs);
2214 if (pglyphs != stack_glyphs)
2215 free(pglyphs);