Searched refs:orientedDestContent (Results 1 – 1 of 1) sorted by relevance
48 Rect orientedDestContent = inverseRotatingTransform.transform(destination.getContent()); in getTransform() local59 const float scaleX = static_cast<float>(orientedDestContent.width()) / mContent.width(); in getTransform()60 const float scaleY = static_cast<float>(orientedDestContent.height()) / mContent.height(); in getTransform()64 const float destX = orientedDestContent.left; in getTransform()65 const float destY = orientedDestContent.top; in getTransform()