Home | History | Annotate | Download | only in raster

Lines Matching defs:pixel_width

3351     Long      pixel_width;
3381 pixel_width = 2 * ( ( ras.target.width + 3 ) >> 2 );
3383 if ( ras.bWidth > pixel_width )
3384 ras.bWidth = pixel_width;