Lines Matching defs:pglyphs
1198 pixman_glyph_t *pglyphs = stack_glyphs;
1205 pglyphs = malloc (count * sizeof(pixman_glyph_t));
1206 if (pglyphs == NULL)
1242 pglyphs[count].x = x;
1243 pglyphs[count].y = y;
1244 pglyphs[count].glyph = ptr;
1259 __global_glyph_cache, count, pglyphs);
1261 if (pglyphs != stack_glyphs)
1262 free(pglyphs);
1686 pixman_glyph_t *pglyphs = stack_glyphs;
1696 pglyphs = malloc(count * sizeof(pixman_glyph_t));
1697 if (pglyphs == NULL)
1733 pglyphs[count].x = x;
1734 pglyphs[count].y = y;
1735 pglyphs[count].glyph = ptr;
1766 __global_glyph_cache, count, pglyphs);
1771 __global_glyph_cache, count, pglyphs);
1783 if (pglyphs != stack_glyphs)
1784 free(pglyphs);
2123 pixman_glyph_t *pglyphs = stack_glyphs;
2130 pglyphs = malloc(count * sizeof(pixman_glyph_t));
2131 if (pglyphs == NULL)
2167 pglyphs[count].x = x;
2168 pglyphs[count].y = y;
2169 pglyphs[count].glyph = ptr;
2184 __global_glyph_cache, count, pglyphs);
2186 if (pglyphs != stack_glyphs)
2187 free(pglyphs);