Home | History | Annotate | Download | only in autofit

Lines Matching defs:scaled

1188     /* compute which blue zones are active, i.e. have their scaled */
1326 /* snap a given width in scaled coordinates to one of the */
1337 FT_Pos scaled;
1357 scaled = FT_PIX_ROUND( reference );
1361 if ( width < scaled + 48 )
1366 if ( width > scaled - 48 )