Lines Matching defs:heightA
109 uint32 heightA )
111 return bbs_UInt32Arr_heapSize( cpA, &ptrA->arrE, widthA * heightA );
143 uint32 heightA,
149 bim_UInt32Image_size( cpA, ptrA, widthA, heightA );
153 bbs_UInt32Arr_create( cpA, &ptrA->arrE, widthA * heightA, mspA );
155 ptrA->heightE = heightA;
185 uint32 heightA )
187 if( ptrA->arrE.allocatedSizeE < widthA * heightA )
194 ptrA->heightE = heightA;
195 bbs_UInt32Arr_size( cpA, &ptrA->arrE, widthA * heightA );