Home
last modified time | relevance | path

Searched refs:imgWidth (Results 1 - 18 of 18) sorted by relevance

/foundation/arkui/ui_lite/tools/qt/simulator/drivers/display/
H A Dmonitor.h42 void UpdatePaintSignal(uint32_t* tftFb, uint32_t imgWidth, uint32_t imgHeight);
45 void UpdatePaint(uint32_t* tftFb, uint32_t imgWidth, uint32_t imgHeight) in UpdatePaint() argument
47 emit UpdatePaintSignal(tftFb, imgWidth, imgHeight); in UpdatePaint()
/foundation/arkui/ui_lite/tools/qt/simulator/uitest/
H A Dmain_widget.h75 void UpdatePaintSlot(uint32_t* tftFb, uint32_t imgWidth, uint32_t imgHeight) in UpdatePaintSlot() argument
77 img_ = QImage(imgWidth, imgHeight, QImage::Format_RGB32); in UpdatePaintSlot()
80 for (uint32_t j = 0; j < imgWidth; j++) { in UpdatePaintSlot()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_renderer_type.h45 double imgWidth; member
H A Doffscreen_canvas_rendering_context_2d_model_ng.cpp117 pattern_->DrawImage(imageInfo.image, imageInfo.imgWidth, imageInfo.imgHeight); in DrawImage()
H A Dcanvas_rendering_context_2d_model_ng.cpp205 pattern->DrawImage(imageInfo.image, imageInfo.imgWidth, imageInfo.imgHeight); in DrawImage()
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_checkbox.cpp226 int16_t imgWidth = header.width; in OnDraw() local
229 coords.SetWidth(imgWidth); in OnDraw()
232 int16_t offsetLeft = (GetWidth() - imgWidth) / 2; // 2 : half in OnDraw()
H A Dui_analog_clock.cpp239 int16_t imgWidth = hand.imageInfo_.header.width; in CalculateRedrawArea() local
243 int16_t right = left + imgWidth - 1; in CalculateRedrawArea()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_surface_capture_task_parallel_test.cpp89 const float imgWidth = 1.0f; in HWTEST_F() local
91 node->GetGravityTranslate(imgWidth, imgHeight); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/
H A Drs_surface_capture_task_parallel_unit_test.cpp69 const float imgWidth = 1.0f; in HWTEST_F() local
71 node->GetGravityTranslate(imgWidth, imgHeight); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_ui_first_surface_render_node_drawable.cpp116 Vector2f RSSurfaceRenderNodeDrawable::GetGravityTranslate(float imgWidth, float imgHeight) in GetGravityTranslate() argument
128 imgWidth, imgHeight, gravityMatrix); in GetGravityTranslate()
H A Drs_surface_render_node_drawable.h130 Vector2f GetGravityTranslate(float imgWidth, float imgHeight);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas_renderer.cpp488 imageInfo.imgWidth = jsImage->GetWidth(); in DrawImage()
679 int32_t imgWidth = jsImgWidth->ToNumber<int32_t>(); in JsPutImageData() local
683 ImageData imageData = { .dirtyWidth = imgWidth, .dirtyHeight = imgHeight }; in JsPutImageData()
685 imageData.dirtyWidth = imageData.dirtyX < 0 ? std::min(imageData.dirtyX + imageData.dirtyWidth, imgWidth) in JsPutImageData()
686 : std::min(imgWidth - imageData.dirtyX, imageData.dirtyWidth); in JsPutImageData()
699 uint32_t idx = static_cast<uint32_t>(4 * (j + imgWidth * i)); in JsPutImageData()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_surface_render_node_two_test.cpp981 float imgWidth = 1.0f; in HWTEST_F() local
983 node->GetGravityTranslate(imgWidth, imgHeight); in HWTEST_F()
990 node->GetGravityTranslate(imgWidth, imgHeight); in HWTEST_F()
H A Drs_surface_render_node_three_test.cpp318 float imgWidth = 1.0f; in HWTEST_F() local
320 node->GetGravityTranslate(imgWidth, imgHeight); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/canvas/
H A Dcanvas_rendering_context_2d_model_impl.cpp119 pattern_->DrawImage(imageInfo.image, imageInfo.imgWidth, imageInfo.imgHeight); in DrawImage()
H A Doffscreen_canvas_rendering_context_2d_model_impl.cpp121 pattern_->DrawImage(imageInfo.image, imageInfo.imgWidth, imageInfo.imgHeight); in DrawImage()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp2664 Vector2f RSSurfaceRenderNode::GetGravityTranslate(float imgWidth, float imgHeight) in GetGravityTranslate() argument
2681 imgWidth, imgHeight, gravityMatrix); in GetGravityTranslate()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_render_node.h1106 Vector2f GetGravityTranslate(float imgWidth, float imgHeight);

Completed in 25 milliseconds