Home
last modified time | relevance | path

Searched refs:my (Results 1 – 5 of 5) sorted by relevance

/lvgl-latest/src/extra/libs/sjpg/
Dtjpgd.c796 unsigned int ix, iy, mx, my, rx, ry; in mcu_output() local
803 mx = jd->msx * 8; my = jd->msy * 8; /* MCU size (pixel) */ in mcu_output()
805 ry = (img_y + my <= jd->height) ? my : jd->height - img_y; in mcu_output()
819 for (iy = 0; iy < my; iy++) { in mcu_output()
821 if (my == 16) { /* Double block height? */ in mcu_output()
844 for (iy = 0; iy < my; iy++) { in mcu_output()
846 if (my == 16) { /* Double block height? */ in mcu_output()
868 for (iy = 0; iy < my; iy += w) { in mcu_output()
895 pc = jd->mcubuf + mx * my; in mcu_output()
898 for (iy = 0; iy < my; iy += 8) { in mcu_output()
[all …]
/lvgl-latest/docs/intro/
Dindex.md53 … few words about your project in the [My projects](https://forum.lvgl.io/c/my-projects/10) categor…
121 ### Is my MCU/hardware supported?
130 ### Is my display supported?
194 ### How to speed up my UI?
/lvgl-latest/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h3844 float my = (y0 + 2 * y1 + y2) / 4; local
3847 float dy = (y0 + y2) / 2 - my;
3851 … stbtt__tesselate_curve(points, num_points, x0, y0, (x0 + x1) / 2.0f, (y0 + y1) / 2.0f, mx, my,
3853 … stbtt__tesselate_curve(points, num_points, mx, my, (x1 + x2) / 2.0f, (y1 + y2) / 2.0f, x2, y2,
3897 float my = (ya + yb) / 2; local
3899 …stbtt__tesselate_cubic(points, num_points, x0, y0, x01, y01, xa, ya, mx, my, objspace_flatness_squ…
3900 …stbtt__tesselate_cubic(points, num_points, mx, my, xb, yb, x23, y23, x3, y3, objspace_flatness_squ…
5064 float mx = x0 - sx, my = y0 - sy; local
5070 float b = 2 * (ax * ax + ay * ay) + (mx * bx + my * by);
5071 float c = mx * ax + my * ay;
[all …]
/lvgl-latest/docs/
DCONTRIBUTING.md189 You can also open a new topic in the [My projects](https://forum.lvgl.io/c/my-projects/10) category…
DCHANGELOG.md876 - ci apply my updates to the verify-formatting action [`02f02fa`](https://github.com/littlevgl/lvgl…