Home
last modified time | relevance | path

Searched defs:boundsHeight (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread_util.cpp33 uint32_t boundsHeight = static_cast<uint32_t>(localBounds.GetHeight()); in SrcRectScaleDown() local
74 uint32_t boundsHeight = static_cast<uint32_t>(localBounds.GetHeight()); in SrcRectScaleFit() local
H A Drs_render_thread_visitor.cpp735 const float boundsHeight = bounds.GetHeight(); in CacRotationFromTransformType() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_base_render_util_test.cpp1057 const float boundsHeight = bounds.GetHeight(); variable
1075 const float boundsHeight = bounds.GetHeight(); variable
1109 const float boundsHeight = bounds.GetHeight(); variable
1127 const float boundsHeight = bounds.GetHeight(); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_composer_adapter.cpp320 auto boundsHeight = property.GetBoundsHeight(); in GetComposerInfoSrcRect() local
384 auto boundsHeight = params->GetBounds().GetHeight(); in GetComposerInfoSrcRect() local
455 const float boundsHeight = property.GetBoundsHeight(); in DealWithNodeGravity() local
520 const float boundsHeight = params->GetBounds().GetHeight(); in DealWithNodeGravity() local
592 int boundsHeight = static_cast<int>(node.GetRenderProperties().GetBoundsHeight()); in SrcRectRotateTransform() local
643 int boundsHeight = static_cast<int>(bounds.GetHeight()); in SrcRectRotateTransform() local
H A Drs_composer_adapter.cpp202 const int boundsHeight = static_cast<int>(property.GetBoundsHeight()); in DealWithNodeGravity() local
265 const int boundsHeight = static_cast<int>(property.GetBoundsHeight()); in GetComposerInfoSrcRect() local
H A Drs_uni_render_util.cpp303 uint32_t boundsHeight = static_cast<uint32_t>(localBounds.GetHeight()); in SrcRectScaleFit() local
349 uint32_t boundsHeight = static_cast<uint32_t>(localBounds.GetHeight()); in SrcRectScaleDown() local
1322 int boundsHeight = static_cast<int>(node.GetRenderProperties().GetBoundsHeight()); in SrcRectRotateTransform() local
1372 auto boundsHeight = property.GetBoundsHeight(); in UpdateRealSrcRect() local
1421 const float boundsHeight = property.GetBoundsHeight(); in DealWithNodeGravity() local
H A Drs_uni_ui_capture.cpp419 auto boundsHeight = std::round(property.GetBoundsHeight()); in ProcessSurfaceViewWithUni() local
H A Drs_base_render_util.cpp1193 const float boundsHeight = bounds.GetHeight(); in GetSurfaceTransformMatrixForRotationFixed() local
1241 const float boundsHeight = bounds.GetHeight(); in GetGravityMatrix() local
H A Drs_uni_render_visitor.cpp1465 auto boundsHeight = property.GetBoundsHeight(); in UpdateHwcNodeEnableByBufferSize() local
2959 float boundsHeight = property.GetBoundsHeight(); in UpdateSurfaceRenderNodeScale() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_ui_first_surface_render_node_drawable.cpp124 float boundsHeight = surfaceParams->GetCacheSize().y_; in GetGravityTranslate() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp2731 float boundsHeight = GetRenderProperties().GetBoundsHeight(); in GetGravityTranslate() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.cpp3400 …auto boundsHeight = contentRect_.GetY() + static_cast<float>(pManager_->GetHeight() + std::fabs(ba… in CreateNodePaintMethod() local