Searched refs:sy (Results 1 – 3 of 3) sorted by relevance
/lvgl-3.7.0/src/draw/sdl/ |
D | lv_draw_sdl_rect.c | 297 …lv_coord_t sx = (lv_coord_t)(dst_area.x1 - corner_area.x1), sy = (lv_coord_t)(dst_area.y1 - corner… in lv_draw_sdl_rect_bg_frag_draw_corners() local 298 SDL_Rect src_rect = {sx, sy, dw, dh}; in lv_draw_sdl_rect_bg_frag_draw_corners() 311 sy = (lv_coord_t)(dst_area.y1 - corner_area.y1); in lv_draw_sdl_rect_bg_frag_draw_corners() local 312 SDL_Rect src_rect = {frag_size + FRAG_SPACING + sx, sy, dw, dh}; in lv_draw_sdl_rect_bg_frag_draw_corners() 330 sy = (lv_coord_t)(dst_area.y1 - corner_area.y1); in lv_draw_sdl_rect_bg_frag_draw_corners() local 331 … SDL_Rect src_rect = {frag_size + FRAG_SPACING + sx, frag_size + FRAG_SPACING + sy, dw, dh}; in lv_draw_sdl_rect_bg_frag_draw_corners() 349 sy = (lv_coord_t)(dst_area.y1 - corner_area.y1); in lv_draw_sdl_rect_bg_frag_draw_corners() local 350 SDL_Rect src_rect = {sx, frag_size + FRAG_SPACING + sy, dw, dh}; in lv_draw_sdl_rect_bg_frag_draw_corners() 845 lv_coord_t sy = (lv_coord_t)(dst_area.y1 - border_area.y1); in frag_render_borders() local 847 SDL_Rect src_rect = {frag_size + 1, sy, 1, lv_area_get_height(&dst_area)}; in frag_render_borders() [all …]
|
/lvgl-3.7.0/src/extra/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 1862 … stbtt_int32 sx, stbtt_int32 sy, stbtt_int32 scx, stbtt_int32 scy, stbtt_int32 cx, stbtt_int32 cy) argument 1867 stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve, sx, sy, scx, scy); 1871 stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve, sx, sy, cx, cy); 1873 stbtt_setvertex(&vertices[num_vertices++], STBTT_vline, sx, sy, 0, 0); 1900 stbtt_int32 x, y, cx, cy, sx, sy, scx, scy; local 1971 sx = sy = cx = cy = scx = scy = 0; 1979 …ertices = stbtt__close_shape(vertices, num_vertices, was_off, start_off, sx, sy, scx, scy, cx, cy); 1991 sy = (y + (stbtt_int32)vertices[off + i + 1].y) >> 1; 1996 sy = (stbtt_int32)vertices[off + i + 1].y; 2002 sy = y; [all …]
|
/lvgl-3.7.0/src/core/ |
D | lv_obj_scroll.c | 333 lv_coord_t sy = lv_obj_get_scroll_y(obj); in lv_obj_scroll_by() local 334 lv_anim_set_values(&a, -sy, -sy + dy); in lv_obj_scroll_by()
|