Lines Matching refs:mnY

54 …if ( ( rDesc.mpBitmap = new Bitmap( Size( rDesc.mnX, rDesc.mnY ), (sal_uInt16)rDesc.mnDstBitsPerPi…  in ImplGetBitmap()
62 nyCount = rDesc.mnY + 1; in ImplGetBitmap()
251 rDesc.mnY = mpCGM->ImplGetUI( nPrecision ); in ImplGetDimensions()
296 if ( ( rDesc.mnX || rDesc.mnY ) == 0 ) in ImplGetDimensions()
304 …if ( ( nScanSize * rDesc.mnY + nHeaderSize ) != mpCGM->mnElementSize ) // try a scansize without d… in ImplGetDimensions()
307 …if ( ( nScanSize * rDesc.mnY + nHeaderSize ) != mpCGM->mnElementSize ) // then we'll try word alig… in ImplGetDimensions()
310 …if ( ( nScanSize * rDesc.mnY + nHeaderSize ) != mpCGM->mnElementSize ) // and last we'll try dword… in ImplGetDimensions()
313 … if ( ( nScanSize * ( rDesc.mnY - 1 ) + rDesc.mnScanSize + nHeaderSize ) != mpCGM->mnElementSize ) in ImplGetDimensions()
316 … if ( ( nScanSize * ( rDesc.mnY - 1 ) + rDesc.mnScanSize + nHeaderSize ) != mpCGM->mnElementSize ) in ImplGetDimensions()
329 mpCGM->mnParaSize += rDesc.mnScanSize * rDesc.mnY; in ImplGetDimensions()
342 rDest.mpBitmap->Expand( 0, rSource.mnY ); in ImplInsert()
343 rDest.mpBitmap->CopyPixel( Rectangle( Point( 0, rDest.mnY ), Size( rSource.mnX, rSource.mnY ) ), in ImplInsert()
344 Rectangle( Point( 0, 0 ), Size( rSource.mnX, rSource.mnY ) ), rSource.mpBitmap ); in ImplInsert()
357 rDest.mpBitmap->Expand( 0, rSource.mnY ); in ImplInsert()
358 rDest.mpBitmap->CopyPixel( Rectangle( Point( 0, rDest.mnY ), Size( rSource.mnX, rSource.mnY ) ), in ImplInsert()
359 Rectangle( Point( 0, 0 ), Size( rSource.mnX, rSource.mnY ) ), rSource.mpBitmap ); in ImplInsert()
363 rDest.mnY += rSource.mnY; in ImplInsert()