Home
last modified time | relevance | path

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

/third_party/cups-filters/fontembed/
Dsfnt.c501 int maxGlyfLen=0; // no single glyf takes more space in otf_load_glyf() local
508 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()