Home
last modified time | relevance | path

Searched refs:neighbors_hash_size (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/swftools/swftools-0.9.2/lib/modules/
H A Dswftext.c990 hash = hash%u->neighbors_hash_size; in hashadd()
1001 if(!u || !u->neighbors_hash_size) in swf_FontUseGetPair()
1005 hash = hash%u->neighbors_hash_size; in swf_FontUseGetPair()
1024 if(u->num_neighbors*3 >= u->neighbors_hash_size*2) { in swf_FontUsePair()
1028 u->neighbors_hash_size = u->neighbors_hash_size?u->neighbors_hash_size*2:1024; in swf_FontUsePair()
1029 u->neighbors_hash = rfx_calloc(u->neighbors_hash_size*sizeof(int)); in swf_FontUsePair()
/dports/graphics/swftools/swftools-0.9.2/lib/
H A Drfxswf.h552 int neighbors_hash_size; member