Home
last modified time | relevance | path

Searched refs:orientedDestContent (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
H A DProjectionSpace.h63 Rect orientedDestContent = inverseRotatingTransform.transform(destination.content); in getTransform() local
74 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()