Home
last modified time | relevance | path

Searched refs:imgHeight (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()
79 for (uint32_t i = 0; i < imgHeight; i++) { in UpdatePaintSlot()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_renderer_type.h46 double imgHeight; 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.cpp227 int16_t imgHeight = header.height; in OnDraw() local
230 coords.SetHeight(imgHeight); in OnDraw()
233 int16_t offsetTop = (GetHeight() - imgHeight) / 2; // 2 : half in OnDraw()
H A Dui_analog_clock.cpp240 int16_t imgHeight = hand.imageInfo_.header.height; in CalculateRedrawArea() local
245 int16_t bottom = top + imgHeight - 1; in CalculateRedrawArea()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_surface_capture_task_parallel_test.cpp90 const float imgHeight = 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.cpp70 const float imgHeight = 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.cpp489 imageInfo.imgHeight = jsImage->GetHeight(); in DrawImage()
680 int32_t imgHeight = jsImgHeight->ToNumber<int32_t>(); in JsPutImageData() local
683 ImageData imageData = { .dirtyWidth = imgWidth, .dirtyHeight = imgHeight }; in JsPutImageData()
687 imageData.dirtyHeight = imageData.dirtyY < 0 ? std::min(imageData.dirtyY + imageData.dirtyHeight, imgHeight) in JsPutImageData()
688 : std::min(imgHeight - imageData.dirtyY, imageData.dirtyHeight); in JsPutImageData()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_surface_render_node_two_test.cpp982 float imgHeight = 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.cpp319 float imgHeight = 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 23 milliseconds