Home
last modified time | relevance | path

Searched defs:boundsWidth (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.cpp32 uint32_t boundsWidth = static_cast<uint32_t>(localBounds.GetWidth()); in SrcRectScaleDown() local
73 uint32_t boundsWidth = static_cast<uint32_t>(localBounds.GetWidth()); in SrcRectScaleFit() local
H A Drs_render_thread_visitor.cpp734 const float boundsWidth = bounds.GetWidth(); in CacRotationFromTransformType() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_base_render_util_test.cpp1074 const float boundsWidth = bounds.GetWidth(); variable
1092 const float boundsWidth = bounds.GetWidth(); variable
1126 const float boundsWidth = bounds.GetWidth(); variable
1144 const float boundsWidth = bounds.GetWidth(); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_composer_adapter.cpp319 auto boundsWidth = property.GetBoundsWidth(); in GetComposerInfoSrcRect() local
383 auto boundsWidth = params->GetBounds().GetWidth(); in GetComposerInfoSrcRect() local
454 const float boundsWidth = property.GetBoundsWidth(); in DealWithNodeGravity() local
519 const float boundsWidth = params->GetBounds().GetWidth(); in DealWithNodeGravity() local
591 int boundsWidth = static_cast<int>(node.GetRenderProperties().GetBoundsWidth()); in SrcRectRotateTransform() local
642 int boundsWidth = static_cast<int>(bounds.GetWidth()); in SrcRectRotateTransform() local
H A Drs_composer_adapter.cpp201 const int boundsWidth = static_cast<int>(property.GetBoundsWidth()); in DealWithNodeGravity() local
264 const int boundsWidth = static_cast<int>(property.GetBoundsWidth()); in GetComposerInfoSrcRect() local
H A Drs_uni_render_util.cpp302 uint32_t boundsWidth = static_cast<uint32_t>(localBounds.GetWidth()); in SrcRectScaleFit() local
348 uint32_t boundsWidth = static_cast<uint32_t>(localBounds.GetWidth()); in SrcRectScaleDown() local
1321 int boundsWidth = static_cast<int>(node.GetRenderProperties().GetBoundsWidth()); in SrcRectRotateTransform() local
1371 auto boundsWidth = property.GetBoundsWidth(); in UpdateRealSrcRect() local
1420 const float boundsWidth = property.GetBoundsWidth(); in DealWithNodeGravity() local
H A Drs_uni_ui_capture.cpp418 auto boundsWidth = std::round(property.GetBoundsWidth()); in ProcessSurfaceViewWithUni() local
H A Drs_base_render_util.cpp1192 const float boundsWidth = bounds.GetWidth(); in GetSurfaceTransformMatrixForRotationFixed() local
1240 const float boundsWidth = bounds.GetWidth(); in GetGravityMatrix() local
H A Drs_uni_render_visitor.cpp1464 auto boundsWidth = property.GetBoundsWidth(); in UpdateHwcNodeEnableByBufferSize() local
2958 float boundsWidth = property.GetBoundsWidth(); in UpdateSurfaceRenderNodeScale() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_ui_first_surface_render_node_drawable.cpp123 float boundsWidth = surfaceParams->GetCacheSize().x_; in GetGravityTranslate() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp2730 float boundsWidth = GetRenderProperties().GetBoundsWidth(); in GetGravityTranslate() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.cpp3399 auto boundsWidth = contentRect_.GetX() + std::ceil(pManager_->GetLongestLineWithIndent()); in CreateNodePaintMethod() local