Lines Matching refs:widthE
44 ptrA->widthE = 0;
54 ptrA->widthE = 0;
80 ptrA->widthE = srcPtrA->widthE;
91 if( ptrA->widthE != srcPtrA->widthE ) return FALSE;
154 ptrA->widthE = widthA;
165 struct bbs_MemSeg sharedSegL = bbs_MemSeg_createShared( cpA, srcPtrA->arrE.arrPtrE, srcPtrA->widthE * srcPtrA->heightE );
175 srcPtrA->widthE,
193 ptrA->widthE = widthA;
213 + bbs_SIZEOF16( ptrA->widthE )
227 memPtrA += bbs_memWrite32( &ptrA->widthE, memPtrA );
244 memPtrA += bbs_memRead32( &ptrA->widthE, memPtrA );
274 for( iL = ptrA->widthE * ptrA->heightE; iL > 0; iL-- )