| /bsp/fujitsu/mb9x/mb9bf500r/ |
| A D | info.c | 38 rect.x2 -= 1; rect.y2 -= 1; in view_event_handler() 39 rtgui_dc_draw_hline(dc, rect.x1, rect.x2, rect.y1); in view_event_handler() 40 rtgui_dc_draw_vline(dc, rect.x1, rect.y1, rect.y2); in view_event_handler() 42 rtgui_dc_draw_hline(dc, rect.x1, rect.x2, rect.y2); in view_event_handler() 43 rtgui_dc_draw_vline(dc, rect.x2, rect.y1, rect.y2 + 1); in view_event_handler() 50 rect.y1 += 25; in view_event_handler() 151 rtgui_dc_draw_vline(dc, index, rect.y1, rect.y2); in view_event_handler() 211 rect.x1 = 0; in rtgui_startup() 212 rect.y1 = 0; in rtgui_startup() 213 rect.x2 = 128; in rtgui_startup() [all …]
|
| /bsp/mini4020/drivers/ |
| A D | lcd.c | 27 rtgui_rect_t rect; in radio_rtgui_init() local 31 rect.x1 = 0; in radio_rtgui_init() 32 rect.y1 = 0; in radio_rtgui_init() 33 rect.x2 = 320; in radio_rtgui_init() 34 rect.y2 = 25; in radio_rtgui_init() 35 rtgui_panel_register("info", &rect); in radio_rtgui_init() 39 rect.x1 = 0; in radio_rtgui_init() 40 rect.y1 = 25; in radio_rtgui_init() 41 rect.x2 = 320; in radio_rtgui_init() 42 rect.y2 = 240; in radio_rtgui_init() [all …]
|
| A D | lcdc.h | 70 void lcd_update(rtgui_rect_t *rect);
|
| A D | lcdc.c | 98 void lcd_update(rtgui_rect_t *rect) in lcd_update() argument
|
| /bsp/nuvoton/numaker-iot-m467/applications/lvgl/ |
| A D | lv_port_disp.c | 33 struct rt_device_rect_info rect; in lcd_fb_flush() local 35 rect.x = area->x1; in lcd_fb_flush() 36 rect.y = area->y1; in lcd_fb_flush() 37 rect.width = area->x2 - area->x1 + 1; in lcd_fb_flush() 38 rect.height = area->y2 - area->y1 + 1; in lcd_fb_flush() 40 rt_device_control(lcd_device, RTGRAPHIC_CTRL_RECT_UPDATE, &rect); in lcd_fb_flush()
|
| /bsp/nuvoton/numaker-m032ki/applications/lvgl/ |
| A D | lv_port_disp.c | 33 struct rt_device_rect_info rect; in lcd_fb_flush() local 35 rect.x = area->x1; in lcd_fb_flush() 36 rect.y = area->y1; in lcd_fb_flush() 37 rect.width = area->x2 - area->x1 + 1; in lcd_fb_flush() 38 rect.height = area->y2 - area->y1 + 1; in lcd_fb_flush() 40 rt_device_control(lcd_device, RTGRAPHIC_CTRL_RECT_UPDATE, &rect); in lcd_fb_flush()
|
| /bsp/nuvoton/numaker-m2354/applications/lvgl/ |
| A D | lv_port_disp.c | 33 struct rt_device_rect_info rect; in lcd_fb_flush() local 35 rect.x = area->x1; in lcd_fb_flush() 36 rect.y = area->y1; in lcd_fb_flush() 37 rect.width = area->x2 - area->x1 + 1; in lcd_fb_flush() 38 rect.height = area->y2 - area->y1 + 1; in lcd_fb_flush() 40 rt_device_control(lcd_device, RTGRAPHIC_CTRL_RECT_UPDATE, &rect); in lcd_fb_flush()
|
| /bsp/nuvoton/numaker-m467hj/applications/lvgl/ |
| A D | lv_port_disp.c | 33 struct rt_device_rect_info rect; in lcd_fb_flush() local 35 rect.x = area->x1; in lcd_fb_flush() 36 rect.y = area->y1; in lcd_fb_flush() 37 rect.width = area->x2 - area->x1 + 1; in lcd_fb_flush() 38 rect.height = area->y2 - area->y1 + 1; in lcd_fb_flush() 40 rt_device_control(lcd_device, RTGRAPHIC_CTRL_RECT_UPDATE, &rect); in lcd_fb_flush()
|
| /bsp/nuvoton/numaker-pfm-m487/applications/lvgl/ |
| A D | lv_port_disp.c | 33 struct rt_device_rect_info rect; in lcd_fb_flush() local 35 rect.x = area->x1; in lcd_fb_flush() 36 rect.y = area->y1; in lcd_fb_flush() 37 rect.width = area->x2 - area->x1 + 1; in lcd_fb_flush() 38 rect.height = area->y2 - area->y1 + 1; in lcd_fb_flush() 40 rt_device_control(lcd_device, RTGRAPHIC_CTRL_RECT_UPDATE, &rect); in lcd_fb_flush()
|
| /bsp/nuvoton/nk-980iot/applications/lvgl/ |
| A D | lv_port_disp.c | 33 struct rt_device_rect_info rect; in lcd_fb_flush() local 35 rect.x = area->x1; in lcd_fb_flush() 36 rect.y = area->y1; in lcd_fb_flush() 37 rect.width = area->x2 - area->x1 + 1; in lcd_fb_flush() 38 rect.height = area->y2 - area->y1 + 1; in lcd_fb_flush() 40 rt_device_control(lcd_device, RTGRAPHIC_CTRL_RECT_UPDATE, &rect); in lcd_fb_flush()
|
| /bsp/nuvoton/numaker-iot-m487/applications/lvgl/ |
| A D | lv_port_disp.c | 29 struct rt_device_rect_info rect; in lcd_fb_flush() local 31 rect.x = area->x1; in lcd_fb_flush() 32 rect.y = area->y1; in lcd_fb_flush() 33 rect.width = area->x2 - area->x1 + 1; in lcd_fb_flush() 34 rect.height = area->y2 - area->y1 + 1; in lcd_fb_flush() 36 rt_device_control(lcd_device, RTGRAPHIC_CTRL_RECT_UPDATE, &rect); in lcd_fb_flush()
|
| /bsp/k210/drivers/test/ |
| A D | lcd_test.c | 10 struct rt_device_rect_info rect; in drawarea() local 27 rect.x = x; in drawarea() 28 rect.y = y; in drawarea() 29 rect.width = w; in drawarea() 30 rect.height = h; in drawarea() 32 rt_device_control(dev, RTGRAPHIC_CTRL_RECT_UPDATE, &rect); in drawarea()
|
| /bsp/simulator/SDL2/include/ |
| A D | SDL_render.h | 599 const SDL_Rect * rect, 630 const SDL_Rect * rect, 656 const SDL_Rect * rect, 688 const SDL_Rect * rect, 724 const SDL_Rect *rect, 913 SDL_Rect * rect); 947 SDL_Rect * rect); 1301 const SDL_Rect * rect); 1357 const SDL_Rect * rect); 1536 const SDL_FRect * rect); [all …]
|
| A D | SDL_surface.h | 622 const SDL_Rect * rect); 641 SDL_Rect * rect); 776 (SDL_Surface * dst, const SDL_Rect * rect, Uint32 color);
|
| A D | SDL_rect.h | 223 rect, int *X1, 364 rect, float *X1,
|
| A D | SDL_video.h | 439 extern DECLSPEC int SDLCALL SDL_GetDisplayBounds(int displayIndex, SDL_Rect * rect); 470 extern DECLSPEC int SDLCALL SDL_GetDisplayUsableBounds(int displayIndex, SDL_Rect * rect); 660 extern DECLSPEC int SDLCALL SDL_GetRectDisplayIndex(const SDL_Rect * rect); 1556 extern DECLSPEC int SDLCALL SDL_SetWindowMouseRect(SDL_Window * window, const SDL_Rect * rect);
|
| A D | SDL_test_font.h | 75 SDL_Rect rect; member
|
| A D | SDL_keyboard.h | 326 extern DECLSPEC void SDLCALL SDL_SetTextInputRect(const SDL_Rect *rect);
|
| /bsp/efm32/ |
| A D | application.c | 125 rtgui_rect_t rect; in pic_view_event_handler() local 137 rtgui_widget_get_rect(RTGUI_WIDGET(object), &rect); in pic_view_event_handler() 139 rect.x1 +=10; in pic_view_event_handler() 140 rect.y1 +=10; in pic_view_event_handler() 144 rtgui_image_blit(image, dc, &rect); in pic_view_event_handler() 338 rtgui_rect_t rect; in photo_view_event_handler() local 342 rtgui_widget_get_rect(RTGUI_WIDGET(object), &rect); in photo_view_event_handler() 343 rt_kprintf(" (%d, %d) (%d, %d)\n", rect.x1, rect.y1, rect.x2, rect.y2); in photo_view_event_handler() 345 rect.y1 +=15; in photo_view_event_handler() 357 rtgui_image_blit(image, dc, &rect); in photo_view_event_handler()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/g2d_rcq/ |
| A D | g2d_bld.c | 38 __s32 bld_in_set(struct blender_submodule *p_bld, __u32 sel, g2d_rect rect, in bld_in_set() argument 61 p_reg->mem_size[sel].bits.width = rect.w - 1; in bld_in_set() 62 p_reg->mem_size[sel].bits.height = rect.h - 1; in bld_in_set() 64 p_reg->mem_coor[sel].bits.xcoor = rect.x <= 0 ? 0 : rect.x - 1; in bld_in_set() 65 p_reg->mem_coor[sel].bits.ycoor = rect.y <= 0 ? 0 : rect.y - 1; in bld_in_set()
|
| A D | g2d_bld.h | 38 __s32 bld_in_set(struct blender_submodule *p_bld, __u32 sel, g2d_rect rect,
|
| /bsp/k210/drivers/ |
| A D | drv_mpylcd.c | 159 struct rt_device_rect_info rect; in lcd_update() local 182 rect.x = x; in lcd_update() 183 rect.y = y; in lcd_update() 184 rect.width = w; in lcd_update() 185 rect.height = h; in lcd_update() 187 rt_device_control(dev, RTGRAPHIC_CTRL_RECT_UPDATE, &rect); in lcd_update()
|
| /bsp/nuvoton/libraries/nu_packages/ADC_TOUCH/ |
| A D | adc_touch.c | 390 struct rt_device_rect_info rect; in nu_draw_bots() local 444 rect.x = start_x; in nu_draw_bots() 445 rect.y = start_y; in nu_draw_bots() 446 rect.width = DEF_DOT_NUMBER; in nu_draw_bots() 447 rect.height = DEF_DOT_NUMBER; in nu_draw_bots() 448 rt_device_control(lcd_device, RTGRAPHIC_CTRL_RECT_UPDATE, &rect); in nu_draw_bots()
|
| /bsp/simulator/drivers/ |
| A D | sdl_fb.c | 114 struct rt_device_rect_info *rect; in sdlfb_control() local 117 rect = (struct rt_device_rect_info *)args; in sdlfb_control()
|
| /bsp/nxp/imx/imxrt/libraries/drivers/vglite/inc/ |
| A D | vg_lite.h | 989 uint32_t *rect,
|