HomeSort by relevance Sort by last modified time
    Searched refs:n_glyphs (Results 1 - 4 of 4) 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...]
pixman.h     [all...]
  /external/chromium_org/third_party/ots/src/
woff2.cc 409 bool ProcessBboxStream(ots::Buffer* bbox_stream, unsigned int n_glyphs,
413 if (n_glyphs >= 65536 || loca_values.size() != n_glyphs + 1) {
416 // Safe because n_glyphs is bounded
417 unsigned int bitmap_length = ((n_glyphs + 31) >> 5) << 2;
421 for (unsigned int i = 0; i < n_glyphs; ++i) {
    [all...]

Completed in 714 milliseconds