Home
last modified time | relevance | path

Searched defs:dx (Results 1 – 15 of 15) sorted by relevance

/lvgl-latest/src/draw/vg_lite/
Dlv_draw_vg_lite_line.c76 float dx = p2_x - p1_x; in lv_draw_vg_lite_line() local
/lvgl-latest/src/draw/sw/
Dlv_draw_sw_gradient.c43 int32_t dx; member
324 int32_t dx = end.x - start.x; in lv_gradient_radial_setup() local
489 int32_t dx = end.x - start.x; in lv_gradient_linear_setup() local
589 int32_t dx = xp - state->x0; in lv_gradient_conical_get_line() local
Dlv_draw_sw_mask.c174 int32_t dx = p2x - p1x; in lv_draw_sw_mask_line_points_init() local
/lvgl-latest/src/misc/
Dlv_matrix.c57 void lv_matrix_translate(lv_matrix_t * matrix, float dx, float dy) in lv_matrix_translate()
/lvgl-latest/src/core/
Dlv_obj_scroll.c258 void lv_obj_scroll_by_bounded(lv_obj_t * obj, int32_t dx, int32_t dy, lv_anim_enable_t anim_en) in lv_obj_scroll_by_bounded()
306 void lv_obj_scroll_by(lv_obj_t * obj, int32_t dx, int32_t dy, lv_anim_enable_t anim_en) in lv_obj_scroll_by()
/lvgl-latest/src/libs/qrcode/
Dqrcodegen.c477 for(int dx = -4; dx <= 4; dx++) { in drawWhiteFunctionModules() local
497 for(int dx = -1; dx <= 1; dx++) in drawWhiteFunctionModules() local
581 for(int dx = 0; dx < width; dx++) in fillRectangle() local
/lvgl-latest/src/libs/thorvg/
DtvgSwRasterTexmap.h288 float dx, u, v, iptr; in _rasterBlendingPolygonImageSegment() local
465 float dx, u, v, iptr; in _rasterPolygonImageSegment() local
DtvgMath.cpp237 auto dx = ((pt2.x - pt1.x) / len) * at; in split() local
DtvgSwCommon.h139 float dx, dy; member
147 float dx, dy, dr; member
DtvgSwFill.cpp249 auto dx = fill->linear.dx; in _prepareLinear() local
DtvgSwRaster.cpp276 auto dx = (sx > 0.0f) ? static_cast<uint8_t>((sx - rx) * 255.0f) : 0; in _interpUpScaler() local
/lvgl-latest/src/draw/nxp/vglite/
Dlv_draw_vglite_arc.c392 float dx = _lerp(ax, bx, t); in _get_arc_control_points() local
/lvgl-latest/src/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
3113 int x, dx; member
3415 float dx = e->fdx; local
3886 float dx = (x0 + x2) / 2 - mx; local
3913 float dx = x3 - x0; local
5083 float dx = x1 - x0, dy = y1 - y0; local
/lvgl-latest/src/indev/
Dlv_indev.c1470 int32_t dx = indev->pointer.last_short_click_point.x - indev->pointer.act_point.x; in indev_proc_short_click() local
/lvgl-latest/src/others/vg_lite_tvg/
Dvg_lite_tvg.cpp1927 float dx = (p2_trans.x - p1_trans.x); in vg_lite_draw_grad() local