Searched refs:transBounds (Results 1 – 2 of 2) sorted by relevance
914 Drawing::Rect transBounds; in DrawPixelStretch() local915 rotateMat.MapRect(transBounds, bounds); in DrawPixelStretch()916 rotateMat.Set(Drawing::Matrix::TRANS_X, bounds.GetLeft() - transBounds.GetLeft()); in DrawPixelStretch()917 rotateMat.Set(Drawing::Matrix::TRANS_Y, bounds.GetTop() - transBounds.GetTop()); in DrawPixelStretch()
993 Drawing::Rect transBounds; in DrawPixelStretch() local994 rotateMat.MapRect(transBounds, bounds); in DrawPixelStretch()995 rotateMat.Set(Drawing::Matrix::TRANS_X, bounds.GetLeft() - transBounds.GetLeft()); in DrawPixelStretch()996 rotateMat.Set(Drawing::Matrix::TRANS_Y, bounds.GetTop() - transBounds.GetTop()); in DrawPixelStretch()