Home
last modified time | relevance | path

Searched defs:x2 (Results 1 – 8 of 8) sorted by relevance

/lvgl-3.6.0/src/draw/sdl/
Dlv_draw_sdl_line.c60 lv_coord_t x1 = point1->x, x2 = point2->x, y1 = point1->y, y2 = point2->y; in lv_draw_sdl_draw_line() local
Dlv_draw_sdl_composite.c62 lv_coord_t x2 = full_coords.x2; in lv_draw_sdl_composite_begin() local
/lvgl-3.6.0/src/extra/libs/tiny_ttf/
Dlv_tiny_ttf.c106 int x1, y1, x2, y2; in ttf_get_glyph_dsc_cb() local
139 int x1, y1, x2, y2; in ttf_get_glyph_bitmap_cb() local
Dstb_truetype_htcw.h3424 int x, x1, x2; local
3540 float x2 = (float)(x + 1); local
3849 float x2, float y2, float objspace_flatness_squared, int n)
3873float x2, float y2, float x3, float y3, float objspace_flatness_squared, int n)
4883 int x2 = (int)verts[i].x, y2 = (int)verts[i].y; local
5010 float x2 = verts[j].x * scale_x, y2 = verts[j].y * scale_y; local
5065 float x2 = verts[i - 1].x * scale_x, y2 = verts[i - 1].y * scale_y; local
/lvgl-3.6.0/src/misc/
Dlv_area.h46 lv_coord_t x2; member
Dlv_area.c48 void lv_area_set(lv_area_t * area_p, lv_coord_t x1, lv_coord_t y1, lv_coord_t x2, lv_coord_t y2) in lv_area_set()
/lvgl-3.6.0/src/draw/
Dlv_draw_mask.c1293 lv_coord_t x2 = LV_MAX(lines[0].p1.x, lines[0].p2.x); in lv_draw_mask_polygon() local
1309 lv_coord_t x2 = LV_MAX(lines[1].p1.x, lines[1].p2.x); in lv_draw_mask_polygon() local
/lvgl-3.6.0/src/draw/renesas/
Dlv_gpu_d2_ra6m3.c519 int x, y, x1, y1, x2, y2, x3, y3, x4, y4, dxu, dxv, dyu, dyv, xx, xy, yx, yy; local