Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.2/utils/vts/
DReadbackVts.cpp32 writer->setLayerTransform(mTransform); in write()
85 vec4((mTransform & Transform::FLIP_H ? -mDisplayFrame.right : 0.0f), in toRenderEngineLayerSettings()
86 (mTransform & Transform::FLIP_V ? -mDisplayFrame.bottom : 0.0f), 0.0f, 1.0f)); in toRenderEngineLayerSettings()
88 const mat4 scale = mat4::scale(vec4(mTransform & Transform::FLIP_H ? -1.0f : 1.0f, in toRenderEngineLayerSettings()
89 mTransform & Transform::FLIP_V ? -1.0f : 1.0f, 1.0f, 1.0f)); in toRenderEngineLayerSettings()
/hardware/interfaces/graphics/composer/2.2/utils/vts/include/composer-vts/2.2/
DReadbackVts.h73 void setTransform(Transform transform) { mTransform = transform; } in setTransform()
82 Transform mTransform = static_cast<Transform>(0); variable
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.cpp1988 mTransform(*this, Transform::None),
2086 mTransform.setPending(transform); in setTransform()
2181 output << fill << " Transform: " << to_string(mTransform.getValue()); in dump()
2241 if (applyAllState || mTransform.isDirty()) { in applyCommonState()
2243 static_cast<uint32_t>(mTransform.getPendingValue()); in applyCommonState()
2244 mTransform.latch(); in applyCommonState()
DHWC2On1Adapter.h570 LatchedState<HWC2::Transform> mTransform; variable
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp1917 mTransform(Transform::None),
2011 mTransform = transform; in setTransform()
2104 output << fill << " Transform: " << to_string(mTransform); in dump()
2152 hwc1Layer.transform = static_cast<uint32_t>(mTransform); in applyCommonState()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
DHWC2On1Adapter.h599 HWC2::Transform mTransform; variable