Lines Matching full:xwol
63 uint32 xwoL = woL + ( ptrA->borderWidthE << 1 );
72 bim_UInt32Image_create( cpA, &ptrA->bitImageE, xwoL, ( xhoL >> 5 ) + ( ( ( xhoL & 0x1F ) != 0 ) ? 1 : 0 ), mspL );
215 uint32 wiL, wi2L, hiL, woL, hoL, xwoL, xhoL; /* image size specifies */
273 xwoL = woL + ( ptrA->borderWidthE << 1 );
276 ptrA->currentWidthE = xwoL;
280 bim_UInt32Image_size( cpA, &ptrA->bitImageE, xwoL, ( xhoL >> 5 ) + ( ( ( xhoL & 0x1F ) != 0 ) ? 1 : 0 ) );
397 bitRowL += xwoL;