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 D | rs_surface_capture_task.cpp | 129 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 D | rs_surface_capture_task_parallel.cpp | 278 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 D | rs_ui_capture_task_parallel.cpp | 251 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 D | rs_uni_ui_capture.cpp | 173 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 D | rs_divided_ui_capture.cpp | 78 int pixmapWidth = node->GetRenderProperties().GetBoundsWidth(); in CreatePixelMapByNode() local 81 opts.size.width = ceil(pixmapWidth * scaleX_); in CreatePixelMapByNode()
|