Home | History | Annotate | Download | only in b_ImageEm

Lines Matching refs:widthE

46 	ptrA->widthE = 0;
58 ptrA->widthE = 0;
85 ptrA->widthE = srcPtrA->widthE;
97 if( ptrA->widthE != srcPtrA->widthE ) return FALSE;
119 uint32 baseSizeL = ptrA->widthE * ptrA->heightE;
204 ptrA->widthE = widthA;
240 ptrA->widthE = widthA;
274 + bbs_SIZEOF16( ptrA->widthE )
289 memPtrA += bbs_memWrite32( &ptrA->widthE, memPtrA );
311 ptrA->widthE = widthL;
338 uint8ImageA->widthE = ptrA->widthE;
340 uint8ImageA->arrE.sizeE = ptrA->widthE * ptrA->heightE;
341 uint8ImageA->arrE.allocatedSizeE = ptrA->widthE * ptrA->heightE;
355 widthL = dstPtrA->widthE;
384 bim_UInt8PyramidalImage_size( cpA, dstPtrA, srcPtrA->widthE, srcPtrA->heightE, depthA );