Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_layer_info.h448 void SetRotationFixed(bool rotationFixed) in SetRotationFixed() argument
450 rotationFixed_ = rotationFixed; in SetRotationFixed()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.cpp655 bool rotationFixed = layer->GetRotationFixed(); in CreateLayerBufferDrawParam() local
657 if (rotationFixed) { in CreateLayerBufferDrawParam()
667 int nodeRotation = rotationFixed ? 0 : RSUniRenderUtil::GetRotationFromMatrix(params.matrix); in CreateLayerBufferDrawParam()
677 rotationFixed ? static_cast<float>(dstRect.w) : static_cast<float>(boundRect.w), in CreateLayerBufferDrawParam()
678 rotationFixed ? static_cast<float>(dstRect.h) : static_cast<float>(boundRect.h) }; in CreateLayerBufferDrawParam()
679 if (rotationFixed) { in CreateLayerBufferDrawParam()
687 if (rotationFixed) { in CreateLayerBufferDrawParam()