Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DProjectionSpace.h48 Rect orientedDestContent = inverseRotatingTransform.transform(destination.getContent()); in getTransform() local
59 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()