Home | History | Annotate | Download | only in bdf

Lines Matching refs:y_ppem

530             bsize->y_ppem = 0x7FFF << 6;
532 bsize->y_ppem ));
535 bsize->y_ppem = FT_ABS( (FT_Short)prop->value.l ) << 6;
580 if ( bsize->y_ppem == 0 )
582 bsize->y_ppem = bsize->size;
584 bsize->y_ppem = FT_MulDiv( bsize->y_ppem, resolution_y, 72 );
587 bsize->x_ppem = FT_MulDiv( bsize->y_ppem,
591 bsize->x_ppem = bsize->y_ppem;
752 if ( height == ( ( bsize->y_ppem + 32 ) >> 6 ) )