Home
last modified time | relevance | path

Searched defs:imgWidth (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/tools/qt/simulator/drivers/display/
H A Dmonitor.h45 void UpdatePaint(uint32_t* tftFb, uint32_t imgWidth, uint32_t imgHeight) in UpdatePaint()
/ohos5.0/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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_renderer_type.h45 double imgWidth; member
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_checkbox.cpp226 int16_t imgWidth = header.width; in OnDraw() local
H A Dui_analog_clock.cpp239 int16_t imgWidth = hand.imageInfo_.header.width; in CalculateRedrawArea() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_ui_first_surface_render_node_drawable.cpp115 Vector2f RSSurfaceRenderNodeDrawable::GetGravityTranslate(float imgWidth, float imgHeight) in GetGravityTranslate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_surface_render_node_two_test.cpp909 float imgWidth = 1.0f; variable
H A Drs_surface_render_node_test.cpp2213 float imgWidth = 1.0f; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas_renderer.cpp675 int32_t imgWidth = jsImgWidth->ToNumber<int32_t>(); in JsPutImageData() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp2717 Vector2f RSSurfaceRenderNode::GetGravityTranslate(float imgWidth, float imgHeight) in GetGravityTranslate()