Lines Matching refs:Height

89 	if( rSizePixel.Width() && rSizePixel.Height() )  in Bitmap()
377 if( pRAcc && pRAcc->Width() && pRAcc->Height() ) in GetChecksum()
387 UInt32ToSVBT32( pRAcc->Height(), aBT32 ); in GetChecksum()
408 nCrc = rtl_crc32( nCrc, pRAcc->GetBuffer(), pRAcc->GetScanlineSize() * pRAcc->Height() ); in GetChecksum()
460 if( ( aOldSizePix != aNewSizePix ) && aOldSizePix.Width() && aOldSizePix.Height() ) in ImplAssignWithSize()
463 …aNewPrefSize.Height() = FRound( maPrefSize.Height() * aNewSizePix.Height() / aOldSizePix.Height() … in ImplAssignWithSize()
593 const sal_uLong nBufSize = pWriteAcc->GetScanlineSize() * pWriteAcc->Height(); in Erase()
599 const Rectangle aRect( aTmpPoint, Size( pWriteAcc->Width(), pWriteAcc->Height() ) ); in Erase()
633 const long nHeight = pAcc->Height(); in Invert()
662 const long nHeight = pAcc->Height(); in Mirror()
689 const long nHeight = pAcc->Height(); in Mirror()
713 const long nHeight = pAcc->Height(); in Mirror()
772 const Size aNewSizePix( aSizePix.Height(), aSizePix.Width() ); in Rotate()
780 const long nHeight = aSizePix.Height(); in Rotate()
783 const long nNewHeight = aNewSizePix.Height(); in Rotate()
823 const long nHeight = aSizePix.Height(); in Rotate()
825 const long nNewHeight = aNewSizePix.Height(); in Rotate()
1136 const long nHeight = aSizePixel.Height(); in Expand()
1152 const long nNewHeight = pWriteAcc->Height(); in Expand()
1202 const long nHeight = pReadAcc->Height(); in CreateMask()
1495 const long nHeight = Min( pMaskAcc->Height(), pAcc->Height() ); in Replace()
1574 const long nHeight = Min( pAlphaAcc->Height(), pAcc->Height() ); in Replace()
1646 for( long nY = 0L, nHeight = pAcc->Height(); nY < nHeight; nY++ ) in Replace()
1740 for( long nY = 0L, nHeight = pAcc->Height(); nY < nHeight; nY++ ) in Replace()
1840 const long nHeight = Min( pMaskAcc->Height(), pAcc->Height() ); in CombineSimple()
1987 const long nHeight = Min( pAlphaAcc->Height(), pAcc->Height() ); in Blend()