Home
last modified time | relevance | path

Searched defs:dy (Results 1 – 5 of 5) sorted by relevance

/lvgl-3.7.0/src/core/
Dlv_obj_scroll.c254 void lv_obj_scroll_by_bounded(lv_obj_t * obj, lv_coord_t dx, lv_coord_t dy, lv_anim_enable_t anim_e… in lv_obj_scroll_by_bounded()
302 void lv_obj_scroll_by(lv_obj_t * obj, lv_coord_t dx, lv_coord_t dy, lv_anim_enable_t anim_en) in lv_obj_scroll_by()
/lvgl-3.7.0/src/extra/libs/qrcode/
Dqrcodegen.c459 for (int dy = -4; dy <= 4; dy++) { in drawWhiteFunctionModules() local
479 for (int dy = -1; dy <= 1; dy++) { in drawWhiteFunctionModules() local
560 for (int dy = 0; dy < height; dy++) { in fillRectangle() local
/lvgl-3.7.0/src/draw/nxp/vglite/
Dlv_draw_vglite_arc.c508 float dy = lerp(ay, by, t); in get_arc_control_points() local
/lvgl-3.7.0/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h1957 stbtt_int16 dy = ttBYTE(data, points++); local
2178 static void stbtt__csctx_rmove_to(stbtt__csctx * ctx, float dx, float dy)
2186 static void stbtt__csctx_rline_to(stbtt__csctx * ctx, float dx, float dy)
2407 float dx, dy; local
3379 float dy = e->fdy; local
3847 float dy = (y0 + y2) / 2 - my; local
3874 float dy = y3 - y0; local
5043 float dx = x1 - x0, dy = y1 - y0; local
/lvgl-3.7.0/src/draw/
Dlv_draw_mask.c330 int32_t dy = p2y - p1y; in lv_draw_mask_line_points_init() local