Home | History | Annotate | Download | only in pcf

Lines Matching refs:y_ppem

1577             bsize->y_ppem = 0x7FFF << 6;
1579 bsize->y_ppem ));
1582 bsize->y_ppem = FT_ABS( (FT_Short)prop->value.l ) << 6;
1619 if ( bsize->y_ppem == 0 )
1621 bsize->y_ppem = bsize->size;
1623 bsize->y_ppem = FT_MulDiv( bsize->y_ppem, resolution_y, 72 );
1626 bsize->x_ppem = FT_MulDiv( bsize->y_ppem,
1630 bsize->x_ppem = bsize->y_ppem;