Home | History | Annotate | Download | only in base

Lines Matching refs:FT_PIX_ROUND

545     metrics->horiAdvance = FT_PIX_ROUND( metrics->horiAdvance );
546 metrics->vertAdvance = FT_PIX_ROUND( metrics->vertAdvance );
2469 w = FT_PIX_ROUND( w );
2470 h = FT_PIX_ROUND( h );
2477 if ( h != FT_PIX_ROUND( bsize->y_ppem ) )
2480 if ( w == FT_PIX_ROUND( bsize->x_ppem ) || ignore_width )
2534 metrics->height = FT_PIX_ROUND( FT_MulFix( face->height,
2537 metrics->max_advance = FT_PIX_ROUND( FT_MulFix( face->max_advance_width,
2899 akerning->x = FT_PIX_ROUND( akerning->x );
2900 akerning->y = FT_PIX_ROUND( akerning->y );