Searched refs:pglyphs (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/fb/ |
| H A D | fbpict.c | 106 pixman_glyph_t *pglyphs = stack_glyphs; local in function:fbGlyphs 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); [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_glyphs.c | 1195 pixman_glyph_t *pglyphs = stack_glyphs; local in function:glyphs_via_mask 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 local in function:glyphs_fallback 2151 pixman_glyph_t *pglyphs = stack_glyphs; local in function:glyphs_via_image [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna_glyphs.c | 1198 pixman_glyph_t *pglyphs = stack_glyphs; local in function:glyphs_via_mask 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 local in function:glyphs_fallback 2123 pixman_glyph_t *pglyphs = stack_glyphs; local in function:glyphs_via_image [all...] |
Completed in 6 milliseconds