Home
last modified time | relevance | path

Searched refs:CACHE_ALLOC_SIZE (Results 1 – 5 of 5) sorted by relevance

/dports/print/tex-dvipdfmx/texlive-20150521-source/texk/dvipdfm-x/
H A Dpdffont.c257 #define CACHE_ALLOC_SIZE 16u macro
281 font_cache.capacity = CACHE_ALLOC_SIZE; in pdf_init_fonts()
664 font_cache.capacity += CACHE_ALLOC_SIZE; in pdf_font_findresource()
739 font_cache.capacity += CACHE_ALLOC_SIZE; in pdf_font_findresource()
H A Dpdfresource.c84 #define CACHE_ALLOC_SIZE 16u macro
233 rc->capacity += CACHE_ALLOC_SIZE; in pdf_defineresource()
H A Dcid.c508 #define CACHE_ALLOC_SIZE 16u macro
533 __cache->max = CACHE_ALLOC_SIZE; in CIDFont_cache_init()
636 __cache->max += CACHE_ALLOC_SIZE; in CIDFont_cache_find()
H A Dtype0.c352 #define CACHE_ALLOC_SIZE 16u macro
433 __cache.capacity += CACHE_ALLOC_SIZE; in Type0Font_cache_find()
H A Dpdfencoding.c360 #define CACHE_ALLOC_SIZE 16u macro