Home
last modified time | relevance | path

Searched defs:x1 (Results 1 – 9 of 9) sorted by relevance

/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 STBTT_DEF void stbtt_GetFontBoundingBox(const stbtt_fontinfo * info, int * x0, int * y0, int * x1, …
2976 int x0 = 0, y0 = 0, x1, y1; // =0 suppresses compiler warning local
3066 float x0, y0, x1, y1; member
3153 int x1 = e->x; local
[all …]
Dstb_rect_pack.h292 int x1 = x0 + width; in stbrp__skyline_find_min_y() local
/lvgl-latest/src/misc/
Dlv_area.h44 lv_coord_t x1; 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-latest/src/draw/
Dlv_draw_mask.c1289 lv_coord_t x1 = LV_MIN(lines[0].p1.x, lines[0].p2.x); in lv_draw_mask_polygon() local
1305 lv_coord_t x1 = LV_MIN(lines[1].p1.x, lines[1].p2.x); in lv_draw_mask_polygon() local
/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/core/
Dlv_obj_scroll.c180 lv_coord_t x1 = LV_COORD_MAX; in lv_obj_get_scroll_left() local