Searched defs:max_w (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/littlevgl/src/lv_objx/ |
A D | lv_label.c | 482 lv_coord_t max_w = lv_obj_get_width(label); in lv_label_get_letter_pos() local 551 lv_coord_t max_w = lv_obj_get_width(label); in lv_label_get_letter_on() local 666 lv_coord_t max_w = lv_obj_get_width(label); in lv_label_is_char_under_pos() local 974 lv_coord_t max_w = lv_obj_get_width(label); in lv_label_refr_text() local
|
A D | lv_canvas.c | 512 void lv_canvas_draw_text(lv_obj_t * canvas, lv_coord_t x, lv_coord_t y, lv_coord_t max_w, const lv_… in lv_canvas_draw_text()
|
A D | lv_btnm.c | 168 …lv_coord_t max_w = lv_obj_get_width(btnm) - style_bg->body.padding.left - style_bg->bod… in lv_btnm_set_map() local
|
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowsevents.c | 786 int max_w, max_h; in WIN_WindowProc() local
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_video.c | 2170 SDL_SetWindowMaximumSize(SDL_Window * window, int max_w, int max_h) in SDL_SetWindowMaximumSize() 2200 SDL_GetWindowMaximumSize(SDL_Window * window, int *max_w, int *max_h) in SDL_GetWindowMaximumSize()
|
A D | SDL_sysvideo.h | 83 int max_w, max_h; member
|
Completed in 23 milliseconds