Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_surface_capture_task.cpp129 int pixmapWidth = property.GetBoundsWidth(); in CreatePixelMapBySurfaceNode() local
132 opts.size.width = ceil(pixmapWidth * captureConfig_.scaleX); in CreatePixelMapBySurfaceNode()
138 node->GetId(), pixmapWidth, pixmapHeight, opts.size.width, opts.size.height, in CreatePixelMapBySurfaceNode()
158 uint32_t pixmapWidth = screenInfo.width; in CreatePixelMapByDisplayNode() local
163 std::swap(pixmapWidth, pixmapHeight); in CreatePixelMapByDisplayNode()
167 opts.size.width = ceil(pixmapWidth * captureConfig_.scaleX); in CreatePixelMapByDisplayNode()
173 node->GetId(), pixmapWidth, pixmapHeight, opts.size.width, opts.size.height, in CreatePixelMapByDisplayNode()
H A Drs_surface_capture_task_parallel.cpp278 int pixmapWidth = node->GetRenderProperties().GetBoundsWidth(); in CreatePixelMapBySurfaceNode() local
282 opts.size.width = ceil(pixmapWidth * captureConfig_.scaleX); in CreatePixelMapBySurfaceNode()
289 node->GetId(), pixmapWidth, pixmapHeight, opts.size.width, opts.size.height, in CreatePixelMapBySurfaceNode()
311 uint32_t pixmapWidth = screenInfo.width; in CreatePixelMapByDisplayNode() local
315 opts.size.width = ceil(pixmapWidth * captureConfig_.scaleX); in CreatePixelMapByDisplayNode()
321 node->GetId(), pixmapWidth, pixmapHeight, captureConfig_.scaleX, captureConfig_.scaleY, in CreatePixelMapByDisplayNode()
H A Drs_ui_capture_task_parallel.cpp251 float pixmapWidth = node->GetRenderProperties().GetBoundsWidth(); in CreatePixelMapByNode() local
254 opts.size.width = ceil(pixmapWidth * captureConfig_.scaleX); in CreatePixelMapByNode()
260 node->GetId(), pixmapWidth, pixmapHeight, opts.size.width, opts.size.height, in CreatePixelMapByNode()
H A Drs_uni_ui_capture.cpp173 float pixmapWidth = node->GetRenderProperties().GetBoundsWidth(); in CreatePixelMapByNode() local
176 opts.size.width = ceil(pixmapWidth * captureConfig_.scaleX); in CreatePixelMapByNode()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_divided_ui_capture.cpp78 int pixmapWidth = node->GetRenderProperties().GetBoundsWidth(); in CreatePixelMapByNode() local
81 opts.size.width = ceil(pixmapWidth * scaleX_); in CreatePixelMapByNode()