Home | History | Annotate | Download | only in raster

Lines Matching refs:bWidth

489     UShort      bWidth;             /* target bitmap width                 */
2216 if ( e2 >= 0 && e1 < ras.bWidth )
2224 if ( e2 >= ras.bWidth )
2225 e2 = ras.bWidth - 1;
2381 else if ( TRUNC( pxl ) >= ras.bWidth )
2392 if ( e1 >= 0 && e1 < ras.bWidth &&
2402 if ( e1 >= 0 && e1 < ras.bWidth )
3005 ras.bWidth = (UShort)ras.target.width;