HomeSort by relevance Sort by last modified time
    Searched defs:n_glyphs (Results 1 - 2 of 2) sorted by null

  /external/pixman/test/
glyph-test.c 224 int n_glyphs, i; local
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)
  /external/pixman/pixman/
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; ++i
    [all...]

Completed in 175 milliseconds