Searched refs:n_glyphs (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/pixman/dist/test/ |
| H A D | glyph-test.c | 224 int n_glyphs, i; local in function:test_glyphs 242 n_glyphs = prng_rand_n (MAX_GLYPHS); 243 for (i = 0; i < n_glyphs; ++i) 246 for (i = 0; i < 4 * n_glyphs; ++i) 248 int g = prng_rand_n (n_glyphs); 285 cache, 4 * n_glyphs, glyphs); 299 cache, 4 * n_glyphs, glyphs); 304 for (i = 0; i < n_glyphs; ++i)
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-glyph.c | 58 int n_glyphs; member in struct:pixman_glyph_cache_t 135 cache->n_glyphs++; 152 cache->n_glyphs--; 181 cache->n_glyphs = 0; 194 cache->n_glyphs = 0; 223 cache->n_glyphs + cache->n_tombstones > N_GLYPHS_HIGH_WATER) 233 while (cache->n_glyphs > N_GLYPHS_LOW_WATER) 268 if (cache->n_glyphs >= HASH_SIZE) 321 int n_glyphs, 330 for (i = 0; i < n_glyphs; 320 pixman_glyph_get_extents(pixman_glyph_cache_t * cache,int n_glyphs,pixman_glyph_t * glyphs,pixman_box32_t * extents) argument 355 pixman_glyph_get_mask_format(pixman_glyph_cache_t * cache,int n_glyphs,const pixman_glyph_t * glyphs) argument 399 pixman_composite_glyphs_no_mask(pixman_op_t op,pixman_image_t * src,pixman_image_t * dest,int32_t src_x,int32_t src_y,int32_t dest_x,int32_t dest_y,pixman_glyph_cache_t * cache,int n_glyphs,const pixman_glyph_t * glyphs) argument 503 add_glyphs(pixman_glyph_cache_t * cache,pixman_image_t * dest,int off_x,int off_y,int n_glyphs,const pixman_glyph_t * glyphs) argument 641 pixman_composite_glyphs(pixman_op_t op,pixman_image_t * src,pixman_image_t * dest,pixman_format_code_t mask_format,int32_t src_x,int32_t src_y,int32_t mask_x,int32_t mask_y,int32_t dest_x,int32_t dest_y,int32_t width,int32_t height,pixman_glyph_cache_t * cache,int n_glyphs,const pixman_glyph_t * glyphs) argument [all...] |
| H A D | pixman.h | 1444 int n_glyphs, 1450 int n_glyphs, 1467 int n_glyphs, 1479 int n_glyphs,
|
| /xsrc/external/mit/xorg-server/dist/fb/ |
| H A D | fbpict.c | 110 int n_glyphs; local in function:fbGlyphs 117 n_glyphs = 0; 119 n_glyphs += list[i].len; 126 if (n_glyphs > N_STACK_GLYPHS) { 127 if (!(pglyphs = xallocarray(n_glyphs, sizeof(pixman_glyph_t)))) 149 n_glyphs--; 191 pixman_glyph_get_extents(glyphCache, n_glyphs, pglyphs, &extents); 199 glyphCache, n_glyphs, pglyphs); 205 glyphCache, n_glyphs, pglyphs);
|
Completed in 6 milliseconds