Home
last modified time | relevance | path

Searched refs:mx (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/src/libs/tjpgd/
Dlv_tjpgd.c216 uint32_t mx, my; in decoder_get_area() local
217 mx = jd->msx * 8; in decoder_get_area()
222 decoded_area->x1 = -((int32_t)mx); in decoder_get_area()
241 decoded_area->x1 += mx; in decoder_get_area()
242 decoded_area->x2 += mx; in decoder_get_area()
246 decoded_area->x2 = mx - 1; in decoder_get_area()
Dtjpgd.c835 unsigned int ix, iy, mx, my, rx, ry; in jd_mcu_output() local
842 mx = jd->msx * 8; in jd_mcu_output()
844 rx = (x + mx <= jd->width) ? mx : jd->width - in jd_mcu_output()
871 pc += mx * 8 + iy * 8; in jd_mcu_output()
874 for(ix = 0; ix < mx; ix++) { in jd_mcu_output()
877 if(mx == 16) { /* Double block width? */ in jd_mcu_output()
894 mx >>= jd->scale; in jd_mcu_output()
895 if(rx < mx) { /* Is the MCU spans right edge? */ in jd_mcu_output()
908 s += (mx - rx) * (JD_FORMAT != 2 ? 3 : 1); /* Skip truncated pixels */ in jd_mcu_output()
1108 unsigned int x, y, mx, my; in jd_decomp() local
[all …]
/lvgl-latest/libs/nema_gfx/include/
Dnema_matrix3x3.h90 void nema_mat3x3_mirror (nema_matrix3x3_t m, int mx, int my);
/lvgl-latest/src/libs/tiny_ttf/
Dstb_truetype_htcw.h3883 float mx = (x0 + 2 * x1 + x2) / 4; local
3886 float dx = (x0 + x2) / 2 - mx;
3891 … stbtt__tesselate_curve(points, num_points, x0, y0, (x0 + x1) / 2.0f, (y0 + y1) / 2.0f, mx, my,
3893 … stbtt__tesselate_curve(points, num_points, mx, my, (x1 + x2) / 2.0f, (y1 + y2) / 2.0f, x2, y2,
3936 float mx = (xa + xb) / 2; local
3939 …stbtt__tesselate_cubic(points, num_points, x0, y0, x01, y01, xa, ya, mx, my, objspace_flatness_squ…
3940 …stbtt__tesselate_cubic(points, num_points, mx, my, xb, yb, x23, y23, x3, y3, objspace_flatness_squ…
5104 float mx = x0 - sx, my = y0 - sy; local
5110 float b = 2 * (ax * ax + ay * ay) + (mx * bx + my * by);
5111 float c = mx * ax + my * ay;
[all …]