Searched defs:n_twilight (Results 1 - 1 of 1) sorted by relevance

/external/freetype/src/truetype/
H A Dttobjs.c927 FT_UShort n_twilight; local
967 n_twilight = maxp->maxTwilightPoints;
970 n_twilight += 4;
972 error = tt_glyphzone_new( memory, n_twilight, 0, &size->twilight );
976 size->twilight.n_points = n_twilight;

Completed in 214 milliseconds