Home | History | Annotate | Download | only in coders

Lines Matching refs:resolution

915     image->resolution.x=(double) bmp_info.x_pixels/100.0;
916 image->resolution.y=(double) bmp_info.y_pixels/100.0;
1708 bmp_info.x_pixels=(unsigned int) (100.0*image->resolution.x/2.54);
1709 bmp_info.y_pixels=(unsigned int) (100.0*image->resolution.y/2.54);
1714 bmp_info.x_pixels=(unsigned int) (100.0*image->resolution.x);
1715 bmp_info.y_pixels=(unsigned int) (100.0*image->resolution.y);