Searched refs:orientedDestContent (Results 1 – 1 of 1) sorted by relevance
63 Rect orientedDestContent = inverseRotatingTransform.transform(destination.content); in getTransform() local74 const float scaleX = static_cast<float>(orientedDestContent.width()) / content.width(); in getTransform()75 const float scaleY = static_cast<float>(orientedDestContent.height()) / content.height(); in getTransform()79 const float destX = orientedDestContent.left; in getTransform()80 const float destY = orientedDestContent.top; in getTransform()