Searched refs:maxGlyfLen (Results 1 – 1 of 1) sorted by relevance
501 int maxGlyfLen=0; // no single glyf takes more space in otf_load_glyf() local508 if (maxGlyfLen<glyfLen) { in otf_load_glyf()509 maxGlyfLen=glyfLen; in otf_load_glyf()516 otf->gly=malloc(maxGlyfLen*sizeof(char)); in otf_load_glyf()