Lines Matching refs:Min
1026 const long nWidth = Min( aRectSrc.GetWidth(), aRectDst.GetWidth() ); in CopyPixel()
1027 const long nHeight = Min( aRectSrc.GetHeight(), aRectDst.GetHeight() ); in CopyPixel()
1080 const long nWidth = Min( aRectSrc.GetWidth(), aRectDst.GetWidth() ); in CopyPixel()
1081 const long nHeight = Min( aRectSrc.GetHeight(), aRectDst.GetHeight() ); in CopyPixel()
1494 const long nWidth = Min( pMaskAcc->Width(), pAcc->Width() ); in Replace()
1495 const long nHeight = Min( pMaskAcc->Height(), pAcc->Height() ); in Replace()
1573 const long nWidth = Min( pAlphaAcc->Width(), pAcc->Width() ); in Replace()
1574 const long nHeight = Min( pAlphaAcc->Height(), pAcc->Height() ); in Replace()
1839 const long nWidth = Min( pMaskAcc->Width(), pAcc->Width() ); in CombineSimple()
1840 const long nHeight = Min( pMaskAcc->Height(), pAcc->Height() ); in CombineSimple()
1986 const long nWidth = Min( pAlphaAcc->Width(), pAcc->Width() ); in Blend()
1987 const long nHeight = Min( pAlphaAcc->Height(), pAcc->Height() ); in Blend()