Home | History | Annotate | Download | only in src

Lines Matching full:glyphadvances

764   float* glyphAdvances = (float*) malloc (maxGlyphCount * sizeof (float));
794 glyphAdvances, glyphOffsets);
825 glyphAdvances, glyphOffsets, justifiedGlyphAdvances, justifiedGlyphOffsets);
854 glyphAdvances, justifiedGlyphAdvances, justifiedGlyphOffsets,
878 free (glyphAdvances);
884 glyphAdvances = modifiedGlyphAdvances;
892 free(glyphAdvances);
895 glyphAdvances = justifiedGlyphAdvances;
936 info->mask = glyphAdvances[i];
962 free (glyphAdvances);