Home | History | Annotate | Download | only in truetype

Lines Matching refs:cvt

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