/lvgl-latest/src/draw/sdl/ |
D | lv_draw_sdl_line.c | 60 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/ |
D | lv_tiny_ttf.c | 106 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
|
D | stb_truetype_htcw.h | 568 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 …]
|
D | stb_rect_pack.h | 292 int x1 = x0 + width; in stbrp__skyline_find_min_y() local
|
/lvgl-latest/src/misc/ |
D | lv_area.h | 44 lv_coord_t x1; member
|
D | lv_area.c | 48 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/ |
D | lv_draw_mask.c | 1289 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/ |
D | lv_gpu_d2_ra6m3.c | 519 int x, y, x1, y1, x2, y2, x3, y3, x4, y4, dxu, dxv, dyu, dyv, xx, xy, yx, yy; local
|
/lvgl-latest/src/core/ |
D | lv_obj_scroll.c | 180 lv_coord_t x1 = LV_COORD_MAX; in lv_obj_get_scroll_left() local
|