Searched refs:n_glyphs (Results 1 – 4 of 4) sorted by relevance
/external/pixman/pixman/ |
D | pixman-glyph.c | 58 int n_glyphs; member 135 cache->n_glyphs++; in insert_glyph() 152 cache->n_glyphs--; in remove_glyph() 181 cache->n_glyphs = 0; in clear_table() 194 cache->n_glyphs = 0; in pixman_glyph_cache_create() 223 cache->n_glyphs + cache->n_tombstones > N_GLYPHS_HIGH_WATER) in pixman_glyph_cache_thaw() 233 while (cache->n_glyphs > N_GLYPHS_LOW_WATER) in pixman_glyph_cache_thaw() 268 if (cache->n_glyphs >= HASH_SIZE) in pixman_glyph_cache_insert() 321 int n_glyphs, in pixman_glyph_get_extents() argument 330 for (i = 0; i < n_glyphs; ++i) in pixman_glyph_get_extents() [all …]
|
D | pixman.h | 957 int n_glyphs, 961 int n_glyphs, 976 int n_glyphs, 986 int n_glyphs,
|
/external/pixman/test/ |
D | glyph-test.c | 224 int n_glyphs, i; in test_glyphs() local 242 n_glyphs = prng_rand_n (MAX_GLYPHS); in test_glyphs() 243 for (i = 0; i < n_glyphs; ++i) in test_glyphs() 246 for (i = 0; i < 4 * n_glyphs; ++i) in test_glyphs() 248 int g = prng_rand_n (n_glyphs); in test_glyphs() 285 cache, 4 * n_glyphs, glyphs); in test_glyphs() 299 cache, 4 * n_glyphs, glyphs); in test_glyphs() 304 for (i = 0; i < n_glyphs; ++i) in test_glyphs()
|
/external/chromium_org/third_party/ots/src/ |
D | woff2.cc | 399 bool ProcessBboxStream(ots::Buffer* bbox_stream, unsigned int n_glyphs, in ProcessBboxStream() argument 403 if (n_glyphs >= 65536 || loca_values.size() != n_glyphs + 1) { in ProcessBboxStream() 407 unsigned int bitmap_length = ((n_glyphs + 31) >> 5) << 2; in ProcessBboxStream() 411 for (unsigned int i = 0; i < n_glyphs; ++i) { in ProcessBboxStream()
|