Searched refs:t1_hinter__realloc_array (Results 1 – 1 of 1) sorted by relevance
/plan9/sys/src/cmd/gs/src/ |
H A D | gxhintn.c | 730 private bool t1_hinter__realloc_array(gs_memory_t *mem, void **a, void *a0, int *max_count, int ele… in t1_hinter__realloc_array() function 750 …if(t1_hinter__realloc_array(this->memory, (void **)&this->zone, this->zone0, &this->max_zone_count… in t1_hinter__set_alignment_zones() 777 …if(t1_hinter__realloc_array(this->memory, (void **)&this->stem_snap[hv], this->stem_snap0[hv], &th… in t1_hinter__set_stem_snap() 860 …if(t1_hinter__realloc_array(this->memory, (void **)&this->pole, this->pole0, &this->max_pole_count… in t1_hinter__can_add_pole() 1073 …if(t1_hinter__realloc_array(this->memory, (void **)&this->contour, this->contour0, &this->max_cont… in t1_hinter__closepath() 1083 …if(t1_hinter__realloc_array(this->memory, (void **)&this->hint, this->hint0, &this->max_hint_count… in t1_hinter__can_add_hint() 1172 …if(t1_hinter__realloc_array(this->memory, (void **)&this->hint_range, this->hint_range0, &this->ma… in t1_hinter__can_add_hint_range()
|