Searched defs:y0 (Results 1 – 8 of 8) sorted by relevance
/lvgl-latest/src/draw/renesas/dave2d/ |
D | lv_draw_dave2d_triangle.c | 102 float y0; in lv_draw_dave2d_triangle() local
|
D | lv_draw_dave2d_fill.c | 53 float y0; in lv_draw_dave2d_fill() local
|
/lvgl-latest/src/draw/nema_gfx/ |
D | lv_draw_nema_gfx_fill.c | 117 float x0, y0, x1, y1; in lv_draw_nema_gfx_fill() local
|
D | lv_draw_nema_gfx_triangle.c | 131 float x0, x1, y0, y1; in lv_draw_nema_gfx_triangle() local
|
D | lv_draw_nema_gfx_img.c | 206 float y0 = (coords->y1 - layer->buf_area.y1); in _draw_nema_gfx_img() local
|
/lvgl-latest/src/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 568 unsigned short x0, y0, x1, y1; // coordinates of bbox in bitmap member 573 float x0, y0, s0, t0; // top-left member 600 unsigned short x0, y0, x1, y1; // coordinates of bbox in bitmap member 1827 STBTT_DEF int stbtt_GetGlyphBox(const stbtt_fontinfo * info, int glyph_index, int * x0, int * y0, i… 1844 STBTT_DEF int stbtt_GetCodepointBox(const stbtt_fontinfo * info, int codepoint, int * x0, int * y0,… 2529 static int stbtt__GetGlyphInfoT2(const stbtt_fontinfo * info, int glyph_index, int * x0, int * y0, … 2945 STBTT_DEF void stbtt_GetFontBoundingBox(const stbtt_fontinfo * info, int * x0, int * y0, int * x1, … 3016 int x0 = 0, y0 = 0, x1, y1; // =0 suppresses compiler warning local 3106 float x0, y0, x1, y1; member 3334 …_handle_clipped_edge(float * scanline, int x, stbtt__active_edge * e, float x0, float y0, float x1, [all …]
|
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_gradient.c | 38 int32_t y0; /* center of the start circle */ member 63 int32_t y0; member
|
/lvgl-latest/src/others/vg_lite_tvg/ |
D | vg_lite_tvg.cpp | 1307 vg_lite_float_t x0, y0, x1, y1, length; in vg_lite_update_linear_grad() local
|