Home
last modified time | relevance | path

Searched refs:_gx_utility_rectangle_define (Results 1 – 25 of 36) sorted by relevance

12

/GUIX-v6.4.1/common/src/
Dgx_canvas_line_draw.c117 _gx_utility_rectangle_define(&bound, x_start, y_end, x_end, y_start); in _gx_canvas_line_draw()
122 _gx_utility_rectangle_define(&bound, x_start, y_start, x_end, y_end); in _gx_canvas_line_draw()
130 _gx_utility_rectangle_define(&bound, x_end, y_end, x_start, y_start); in _gx_canvas_line_draw()
135 _gx_utility_rectangle_define(&bound, x_end, y_start, x_start, y_end); in _gx_canvas_line_draw()
Dgx_canvas_hide.c96_gx_utility_rectangle_define(&dirty, 0, 0, (GX_VALUE)(canvas -> gx_canvas_x_resolution - 1), (GX_V… in _gx_canvas_hide()
106_gx_utility_rectangle_define(&combine, 0, 0, (GX_VALUE)(head -> gx_canvas_x_resolution - 1), (GX_V… in _gx_canvas_hide()
Dgx_radial_slider_needle_rectangle_calculate.c106 _gx_utility_rectangle_define(rectangle, (GX_VALUE)xpos, (GX_VALUE)ypos, in _gx_radial_slider_needle_rectangle_calculate()
112 _gx_utility_rectangle_define(rectangle, 0, 0, 0, 0); in _gx_radial_slider_needle_rectangle_calculate()
Dgx_text_scroll_wheel_draw.c598_gx_utility_rectangle_define(&selected_area, xpos, ypos, (GX_VALUE)(xpos + width - 1), (GX_VALUE)(… in _gx_text_scroll_wheel_round_draw()
652_gx_utility_rectangle_define(&draw_area, xpos, ypos, (GX_VALUE)(xpos + width - 1), (GX_VALUE)(ypos… in _gx_text_scroll_wheel_round_draw()
695_gx_utility_rectangle_define(&draw_area, xpos, (GX_VALUE)(ypos - trans_height), (GX_VALUE)(xpos + … in _gx_text_scroll_wheel_round_draw()
794_gx_utility_rectangle_define(&selected_area, xpos, ypos, (GX_VALUE)(xpos + width - 1), (GX_VALUE)(… in _gx_text_scroll_wheel_flat_draw()
841_gx_utility_rectangle_define(&draw_area, xpos, ypos, (GX_VALUE)(xpos + width - 1), (GX_VALUE)(ypos… in _gx_text_scroll_wheel_flat_draw()
Dgxe_utility_rectangle_define.c86 return (_gx_utility_rectangle_define(rectangle, left, top, right, bottom)); in _gxe_utility_rectangle_define()
Dgx_utility_rectangle_define.c74 UINT _gx_utility_rectangle_define(GX_RECTANGLE *rectangle, GX_VALUE left, in _gx_utility_rectangle_define() function
Dgx_icon_pixelmap_update.c86 _gx_utility_rectangle_define(&size, in _gx_icon_pixelmap_update()
Dgx_radial_progress_bar_create.c89 _gx_utility_rectangle_define(&size, 0, 0, 0, 0); in _gx_radial_progress_bar_create()
Dgx_icon_create.c91 _gx_utility_rectangle_define(&size, x, y, (GX_VALUE)(x + 1), (GX_VALUE)(y + 1)); in _gx_icon_create()
Dgx_canvas_pixelmap_blend.c102 _gx_utility_rectangle_define(&bound, x_position, y_position, in _gx_canvas_pixelmap_blend()
Dgx_canvas_pixelmap_draw.c111 _gx_utility_rectangle_define(&bound, x_position, y_position, in _gx_canvas_pixelmap_draw()
Dgx_widget_front_move.c112 _gx_utility_rectangle_define(&dirty_area, GX_VALUE_MAX, GX_VALUE_MAX, -1, -1); in _gx_widget_front_move()
Dgx_canvas_circle_draw.c96_gx_utility_rectangle_define(&bound, (GX_VALUE)(xcenter - (INT)r - brush_width), (GX_VALUE)(ycente… in _gx_canvas_circle_draw()
Dgx_canvas_ellipse_draw.c98_gx_utility_rectangle_define(&bound, (GX_VALUE)(xcenter - a - brush_width), (GX_VALUE)(ycenter - b… in _gx_canvas_ellipse_draw()
Dgx_canvas_polygon_draw.c119_gx_utility_rectangle_define(&bound, (GX_VALUE)(left - width), (GX_VALUE)(top - width), (GX_VALUE)… in _gx_canvas_polygon_draw()
Dgx_vertical_scrollbar_create.c96 _gx_utility_rectangle_define(&size, 0, 0, 0, 0); in _gx_vertical_scrollbar_create()
Dgx_horizontal_scrollbar_create.c92 _gx_utility_rectangle_define(&size, 0, 0, 0, 0); in _gx_horizontal_scrollbar_create()
Dgx_canvas_arc_draw.c126_gx_utility_rectangle_define(&bound, (GX_VALUE)((UINT)xcenter - r - brush_width), (GX_VALUE)((UINT… in _gx_canvas_arc_draw()
Dgx_canvas_create.c122 _gx_utility_rectangle_define(&canvas -> gx_canvas_dirty_area, 0, 0, -1, -1); in _gx_canvas_create()
Dgx_system_dirty_list_trim.c170 _gx_utility_rectangle_define(dirty_area, canvas -> gx_canvas_x_resolution, in _gx_system_dirty_list_trim()
Dgx_canvas_pie_draw.c139_gx_utility_rectangle_define(&bound, (GX_VALUE)(xcenter - (INT)r - brush_width), (GX_VALUE)(ycente… in _gx_canvas_pie_draw()
Dgx_canvas_text_draw.c188 _gx_utility_rectangle_define(&bound, x_start, y_start, in _gx_canvas_text_draw_ext()
Dgx_canvas_pixelmap_rotate.c243 _gx_utility_rectangle_define(&bound, x_position, y_position, in _gx_canvas_pixelmap_rotate()
Dgx_utility_canvas_to_bmp.c786_gx_utility_rectangle_define(&canvas_size, 0, 0, (GX_VALUE)(canvas -> gx_canvas_x_resolution - 1),… in _gx_utility_canvas_to_bmp()
/GUIX-v6.4.1/guix_studio/
Dstudiox_screen_driver.c113 _gx_utility_rectangle_define(&Limit, 0, 0, in guix_canvas_flush()
289 _gx_utility_rectangle_define(&dirty, 0, 0, in guix_canvas_paint()
635 _gx_utility_rectangle_define(&size, 0, 0, xres - 1, yres - 1); in guix_configure_target_win_canvas()

12