Home
last modified time | relevance | path

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

/third_party/cups-filters/fontembed/
Dsfnt_subset.c152 int locaSize=(otf->numGlyphs+1)*(otf->indexToLocFormat+1)*2; in otf_subset() local
154 char *new_loca=malloc(locaSize); in otf_subset()
204 {OTF_TAG('l','o','c','a'),otf_action_replace,new_loca,locaSize}, in otf_subset()