Home | History | Annotate | Download | only in truetype

Lines Matching refs:x_ppem

782       metrics->x_ppem   = 0;
1185 if ( metrics->x_ppem < 1 || metrics->y_ppem < 1 )
1194 metrics->x_scale = FT_DivFix( metrics->x_ppem << 6,
1211 if ( metrics->x_ppem >= metrics->y_ppem )
1214 size->ttmetrics.ppem = metrics->x_ppem;
1217 metrics->x_ppem );
1223 size->ttmetrics.x_ratio = FT_DivFix( metrics->x_ppem,