/foundation/arkui/ui_lite/tools/qt/simulator/drivers/display/ |
H A D | monitor.h | 42 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 D | main_widget.h | 75 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 D | canvas_renderer_type.h | 46 double imgHeight; member
|
H A D | offscreen_canvas_rendering_context_2d_model_ng.cpp | 117 pattern_->DrawImage(imageInfo.image, imageInfo.imgWidth, imageInfo.imgHeight); in DrawImage()
|
H A D | canvas_rendering_context_2d_model_ng.cpp | 205 pattern->DrawImage(imageInfo.image, imageInfo.imgWidth, imageInfo.imgHeight); in DrawImage()
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_checkbox.cpp | 227 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 D | ui_analog_clock.cpp | 240 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 D | rs_surface_capture_task_parallel_test.cpp | 90 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 D | rs_surface_capture_task_parallel_unit_test.cpp | 70 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 D | rs_ui_first_surface_render_node_drawable.cpp | 116 Vector2f RSSurfaceRenderNodeDrawable::GetGravityTranslate(float imgWidth, float imgHeight) in GetGravityTranslate() argument 128 imgWidth, imgHeight, gravityMatrix); in GetGravityTranslate()
|
H A D | rs_surface_render_node_drawable.h | 130 Vector2f GetGravityTranslate(float imgWidth, float imgHeight);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
H A D | js_canvas_renderer.cpp | 489 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 D | rs_surface_render_node_two_test.cpp | 982 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 D | rs_surface_render_node_three_test.cpp | 319 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 D | canvas_rendering_context_2d_model_impl.cpp | 119 pattern_->DrawImage(imageInfo.image, imageInfo.imgWidth, imageInfo.imgHeight); in DrawImage()
|
H A D | offscreen_canvas_rendering_context_2d_model_impl.cpp | 121 pattern_->DrawImage(imageInfo.image, imageInfo.imgWidth, imageInfo.imgHeight); in DrawImage()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_surface_render_node.cpp | 2664 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 D | rs_surface_render_node.h | 1106 Vector2f GetGravityTranslate(float imgWidth, float imgHeight);
|