Home
last modified time | relevance | path

Searched defs:y1 (Results 1 – 7 of 7) sorted by relevance

/lvgl-latest/src/misc/
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()
190 lv_coord_t y1 = a2_p->y1 > a1_p->y1 ? a2_p->y1 : a1_p->y1; in _lv_area_diff() local
Dlv_area.h45 lv_coord_t y1; member
/lvgl-latest/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
/lvgl-latest/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.h568 unsigned short x0, y0, x1, y1; // coordinates of bbox in bitmap member
574 float x1, y1, s1, t1; // bottom-right member
600 unsigned short x0, y0, x1, y1; // coordinates of bbox in bitmap member
1827 …t_GetGlyphBox(const stbtt_fontinfo * info, int glyph_index, int * x0, int * y0, int * x1, int * y1)
1844 …GetCodepointBox(const stbtt_fontinfo * info, int codepoint, int * x0, int * y0, int * x1, int * y1)
2529 …etGlyphInfoT2(const stbtt_fontinfo * info, int glyph_index, int * x0, int * y0, int * x1, int * y1)
2905 … void stbtt_GetFontBoundingBox(const stbtt_fontinfo * info, int * x0, int * y0, int * x1, int * y1)
2976 int x0 = 0, y0 = 0, x1, y1; // =0 suppresses compiler warning local
3066 float x0, y0, x1, y1; member
3295 float y1)
[all …]
/lvgl-latest/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
/lvgl-latest/src/widgets/
Dlv_dropdown.c527 lv_coord_t y1 = lv_obj_get_y(dropdown->list); in lv_dropdown_open() local