Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/renesas/dave2d/
Dlv_draw_dave2d_triangle.c102 float y0; in lv_draw_dave2d_triangle() local
Dlv_draw_dave2d_fill.c53 float y0; in lv_draw_dave2d_fill() local
/lvgl-latest/src/draw/nema_gfx/
Dlv_draw_nema_gfx_fill.c117 float x0, y0, x1, y1; in lv_draw_nema_gfx_fill() local
Dlv_draw_nema_gfx_triangle.c131 float x0, x1, y0, y1; in lv_draw_nema_gfx_triangle() local
Dlv_draw_nema_gfx_img.c206 float y0 = (coords->y1 - layer->buf_area.y1); in _draw_nema_gfx_img() local
/lvgl-latest/src/libs/tiny_ttf/
Dstb_truetype_htcw.h568 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/
Dlv_draw_sw_gradient.c38 int32_t y0; /* center of the start circle */ member
63 int32_t y0; member
/lvgl-latest/src/others/vg_lite_tvg/
Dvg_lite_tvg.cpp1307 vg_lite_float_t x0, y0, x1, y1, length; in vg_lite_update_linear_grad() local