Home | History | Annotate | Download | only in raster

Lines Matching defs:pixel_width

3312     Long      pixel_width;
3342 pixel_width = 2 * ( ( ras.target.width + 3 ) >> 2 );
3344 if ( ras.bWidth > pixel_width )
3345 ras.bWidth = pixel_width;