Home | History | Annotate | Download | only in pcf

Lines Matching defs:resolution_x

1500         FT_Short         resolution_x = 0, resolution_y = 0;
1585 prop = pcf_find_property( face, "RESOLUTION_X" );
1594 resolution_x = 0x7FFF;
1596 resolution_x ));
1599 resolution_x = FT_ABS( (FT_Short)prop->value.l );
1625 if ( resolution_x && resolution_y )
1627 resolution_x,