Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_util.cpp1195 float heightAdjust = boundsHeight; in GetSurfaceTransformMatrixForRotationFixed() local
1205 heightAdjust = boundsHeight; in GetSurfaceTransformMatrixForRotationFixed()
1207 heightAdjust = std::min(bufferHeight, boundsHeight); in GetSurfaceTransformMatrixForRotationFixed()
1212 matrix.PreTranslate(0, heightAdjust); in GetSurfaceTransformMatrixForRotationFixed()
1217 matrix.PreTranslate(boundsWidth, heightAdjust); in GetSurfaceTransformMatrixForRotationFixed()