Searched defs:dx (Results 1 – 5 of 5) sorted by relevance
/lvgl-3.6.0/src/core/ |
D | lv_obj_scroll.c | 254 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() 303 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.6.0/src/extra/libs/qrcode/ |
D | qrcodegen.c | 460 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.6.0/src/draw/nxp/vglite/ |
D | lv_draw_vglite_arc.c | 507 float dx = lerp(ax, bx, t); in get_arc_control_points() local
|
/lvgl-3.6.0/src/extra/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 1948 stbtt_int16 dx = ttBYTE(data, points++); local 2186 static void stbtt__csctx_rmove_to(stbtt__csctx * ctx, float dx, float dy) 2194 static void stbtt__csctx_rline_to(stbtt__csctx * ctx, float dx, float dy) 2415 float dx, dy; local 3082 int x, dx; member 3384 float dx = e->fdx; local 3855 float dx = (x0 + x2) / 2 - mx; local 3882 float dx = x3 - x0; local 5055 float dx = x1 - x0, dy = y1 - y0; local
|
/lvgl-3.6.0/src/draw/ |
D | lv_draw_mask.c | 329 int32_t dx = p2x - p1x; in lv_draw_mask_line_points_init() local
|