Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_composer_adapter.cpp174 int32_t boundWidth = static_cast<int32_t>(screenInfo_.width); in IsOutOfScreenRegion() local
178 std::swap(boundWidth, boundHeight); in IsOutOfScreenRegion()
183 dstRect.x >= boundWidth || in IsOutOfScreenRegion()
H A Drs_uni_render_util.cpp438 …auto boundWidth = useRenderParams ? nodeParams->GetBounds().GetWidth() : property.GetBoundsWidth(); in CreateBufferDrawParam() local
440 params.dstRect = Drawing::Rect(0, 0, boundWidth, boundHeight); in CreateBufferDrawParam()
458 RectF localBounds = { 0.0f, 0.0f, boundWidth, boundHeight }; in CreateBufferDrawParam()
488 auto boundWidth = nodeParams->GetBounds().GetWidth(); in CreateBufferDrawParam() local
490 params.dstRect = Drawing::Rect(0, 0, boundWidth, boundHeight); in CreateBufferDrawParam()
508 RectF localBounds = { 0.0f, 0.0f, boundWidth, boundHeight }; in CreateBufferDrawParam()
H A Drs_uni_render_composer_adapter.cpp1066 int32_t boundWidth = static_cast<int32_t>(screenInfo_.phyWidth); in IsOutOfScreenRegion() local
1070 std::swap(boundWidth, boundHeight); in IsOutOfScreenRegion()
1075 dstRect.x >= boundWidth || in IsOutOfScreenRegion()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H A Dform_pattern.cpp1414 float boundWidth = cardInfo_.width.Value() - cardInfo_.borderWidth * DOUBLE; in AttachRSNode() local
1420 boundWidth = size.Width() - cardInfo_.borderWidth * DOUBLE; in AttachRSNode()
1424 round(boundWidth), round(boundHeight)); in AttachRSNode()