Home | History | Annotate | Download | only in truetype

Lines Matching defs:cvt

147   /*   - the CVT Program                                                   */
205 /* The CVT is a one-dimensional array containing values that control */
210 /* to pixel coordinates before being used by the CVT and glyph programs. */
222 /* - All CVT values are scaled to the maximum ppem size. */
224 /* - When performing a read or write in the CVT, a ratio factor is used */
230 /* We choose ppem = x_ppem = 14 as the CVT scaling size. All cvt */
247 /* Reading a cvt value returns */
248 /* ratio * cvt[index] */
250 /* Writing a cvt value in pixels: */
251 /* cvt[index] / ratio */
317 FT_Long* cvt;