Home
last modified time | relevance | path

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

/dports/graphics/swftools/swftools-0.9.2/lib/modules/
H A Dswftext.c687 if(f->use->neighbors_hash) { in font_freeusage()
688 rfx_free(f->use->neighbors_hash);f->use->neighbors_hash = 0; in font_freeusage()
991 if(!u->neighbors_hash[hash]) { in hashadd()
992 u->neighbors_hash[hash] = nr+1; in hashadd()
1006 int pos = u->neighbors_hash[hash]; in swf_FontUseGetPair()
1025 if(u->neighbors_hash) { in swf_FontUsePair()
1026 free(u->neighbors_hash); 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.h551 int* neighbors_hash; member