Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/
H A Drs_rcd_surface_render_node.cpp108 uint32_t RSRcdSurfaceRenderNode::GetRcdBufferWidth() const in GetRcdBufferWidth() function in OHOS::Rosen::RSRcdSurfaceRenderNode
137 config.width = static_cast<int32_t>(GetRcdBufferWidth()); in GetHardenBufferRequestConfig()
138 if (GetRcdBufferWidth() != 0) { in GetHardenBufferRequestConfig()
140 …config.height = static_cast<int32_t>(GetRcdBufferSize() / GetRcdBufferWidth() + GetRcdBufferHeight… in GetHardenBufferRequestConfig()
H A Drs_rcd_surface_render_node.h150 uint32_t GetRcdBufferWidth() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_round_corner_display_test.cpp871 auto bufferWidth = rcdRenderNode.GetRcdBufferWidth();
880 EXPECT_EQ(rcdRenderNode.GetRcdBufferWidth(), width);