Home
last modified time | relevance | path

Searched defs:dx (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.c460 for (int dx = -4; dx <= 4; dx++) { in drawWhiteFunctionModules() local
480 for (int dx = -1; dx <= 1; dx++) in drawWhiteFunctionModules() local
561 for (int dx = 0; dx < width; dx++) in fillRectangle() local
/lvgl-3.7.0/src/draw/nxp/vglite/
Dlv_draw_vglite_arc.c507 float dx = lerp(ax, bx, t); in get_arc_control_points() local
/lvgl-3.7.0/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h1940 stbtt_int16 dx = 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
3073 int x, dx; member
3375 float dx = e->fdx; local
3846 float dx = (x0 + x2) / 2 - mx; local
3873 float dx = x3 - x0; local
5043 float dx = x1 - x0, dy = y1 - y0; local
/lvgl-3.7.0/src/draw/
Dlv_draw_mask.c329 int32_t dx = p2x - p1x; in lv_draw_mask_line_points_init() local