Searched refs:maTwoRect (Results 1 – 2 of 2) sorted by relevance
844 maTwoRect ( rTwoRect ), in ImplSalDDB()938 maTwoRect.mnSrcX = maTwoRect.mnSrcY = maTwoRect.mnDestX = maTwoRect.mnDestY = 0; in ImplSalDDB()939 maTwoRect.mnSrcWidth = maTwoRect.mnDestWidth = nWidth; in ImplSalDDB()940 maTwoRect.mnSrcHeight = maTwoRect.mnDestHeight = nHeight; in ImplSalDDB()960 if( rTwoRect.mnSrcX == maTwoRect.mnSrcX && rTwoRect.mnSrcY == maTwoRect.mnSrcY && in ImplMatches()961 rTwoRect.mnSrcWidth == maTwoRect.mnSrcWidth && rTwoRect.mnSrcHeight == maTwoRect.mnSrcHeight && in ImplMatches()968 …maTwoRect.mnSrcWidth == maTwoRect.mnDestWidth && maTwoRect.mnSrcHeight == maTwoRect.mnDestHeight && in ImplMatches()969 rTwoRect.mnSrcX >= maTwoRect.mnSrcX && rTwoRect.mnSrcY >= maTwoRect.mnSrcY && in ImplMatches()970 ( rTwoRect.mnSrcX + rTwoRect.mnSrcWidth ) <= ( maTwoRect.mnSrcX + maTwoRect.mnSrcWidth ) && in ImplMatches()971 ( rTwoRect.mnSrcY + rTwoRect.mnSrcHeight ) <= ( maTwoRect.mnSrcY + maTwoRect.mnSrcHeight ) ) in ImplMatches()[all …]
129 SalTwoRect maTwoRect; member in ImplSalDDB157 long ImplGetWidth() const { return maTwoRect.mnDestWidth; } in ImplGetWidth()158 long ImplGetHeight() const { return maTwoRect.mnDestHeight; } in ImplGetHeight()160 …sal_uIntPtr ImplGetMemSize() const { return( ( maTwoRect.mnDestWidth * maTwoRect.mnDestHeight * … in ImplGetMemSize()
Completed in 17 milliseconds