Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.cpp1476 auto originalDstRect = node.GetOriginalDstRect(); in CheckForceHardwareAndUpdateDstRect() local
1477 dstRect.left_ += (dstRect.width_ - originalDstRect.width_) / 2; in CheckForceHardwareAndUpdateDstRect()
1478 dstRect.top_ += (dstRect.height_ - originalDstRect.height_) / 2; in CheckForceHardwareAndUpdateDstRect()
1479 dstRect.width_ = originalDstRect.width_; in CheckForceHardwareAndUpdateDstRect()
1480 dstRect.height_ = originalDstRect.height_; in CheckForceHardwareAndUpdateDstRect()