Lines Matching refs:mpInfoAry
195 mpInfoAry( NULL ), in ImplImageBmp()
206 delete[] mpInfoAry; in ~ImplImageBmp()
225 delete[] mpInfoAry; in Create()
226 mpInfoAry = new sal_uInt8[ mnSize ]; in Create()
227 memset( mpInfoAry, 0, mnSize ); in Create()
243 delete[] mpInfoAry; in Create()
244 mpInfoAry = new sal_uInt8[ mnSize ]; in Create()
245 memset( mpInfoAry, in Create()
267 memcpy( pNewAry, mpInfoAry, nOldSize ); in Expand()
268 delete[] mpInfoAry; in Expand()
269 mpInfoAry = pNewAry; in Expand()
298 mpInfoAry[ nPos ] = mpInfoAry[ nSrcPos ]; in Replace()
315 mpInfoAry[ nPos ] = rImageBmp.mpInfoAry[ nSrcPos ]; in Replace()
332 mpInfoAry[ nPos ] &= ~( IMPSYSIMAGEITEM_MASK | IMPSYSIMAGEITEM_ALPHA ); in Replace()
333 …mpInfoAry[ nPos ] |= ( rBmpEx.IsAlpha() ? IMPSYSIMAGEITEM_ALPHA : ( rBmpEx.IsTransparent() ? IMPSY… in Replace()
411 if( mpInfoAry[ nPos ] & ( IMPSYSIMAGEITEM_MASK | IMPSYSIMAGEITEM_ALPHA ) ) in Draw()