Lines Matching refs:aSizePix
768 const Size aSizePix( GetSizePixel() ); in Rotate() local
772 const Size aNewSizePix( aSizePix.Height(), aSizePix.Width() ); in Rotate()
778 const long nWidth = aSizePix.Width(); in Rotate()
780 const long nHeight = aSizePix.Height(); in Rotate()
806 Rectangle aTmpRectangle( aTmpPoint, aSizePix ); in Rotate()
822 const long nWidth = aSizePix.Width(); in Rotate()
823 const long nHeight = aSizePix.Height(); in Rotate()
895 const Size aSizePix( GetSizePixel() ); in Crop() local
899 aRect.Intersection( Rectangle( Point(), aSizePix ) ); in Crop()
942 const Size aSizePix( GetSizePixel() ); in CopyPixel() local
946 aRectDst.Intersection( Rectangle( Point(), aSizePix ) ); in CopyPixel()
1072 aRectSrc.Intersection( Rectangle( Point(), aSizePix ) ); in CopyPixel()