Searched refs:nema_matrix3x3_t (Results 1 – 9 of 9) sorted by relevance
/lvgl-latest/libs/nema_gfx/include/ |
D | nema_matrix3x3.h | 36 typedef float nema_matrix3x3_t[3][3]; typedef 44 void nema_mat3x3_load_identity(nema_matrix3x3_t m); 54 nema_mat3x3_copy(nema_matrix3x3_t m, nema_matrix3x3_t _m); 63 void nema_mat3x3_translate (nema_matrix3x3_t m, float tx, float ty); 72 void nema_mat3x3_scale (nema_matrix3x3_t m, float sx, float sy); 81 void nema_mat3x3_shear (nema_matrix3x3_t m, float shx, float shy); 90 void nema_mat3x3_mirror (nema_matrix3x3_t m, int mx, int my); 98 void nema_mat3x3_rotate (nema_matrix3x3_t m, float angle_degrees); 108 nema_mat3x3_rotate2(nema_matrix3x3_t m, float cosa, float sina); 117 void nema_mat3x3_mul(nema_matrix3x3_t m, nema_matrix3x3_t _m); [all …]
|
D | nema_vg.h | 125 nema_matrix3x3_t m, 141 nema_matrix3x3_t m, 160 nema_matrix3x3_t m, 176 nema_matrix3x3_t m, 191 nema_matrix3x3_t m,
|
D | nema_vg_font.h | 138 …LE paint, const char *str, float x, float y, float w, float h, uint32_t align, nema_matrix3x3_t m); 180 float nema_vg_print_char(NEMA_VG_PAINT_HANDLE paint, char ch, float x, float y, nema_matrix3x3_t m,…
|
D | nema_vg_context.h | 115 uint32_t nema_vg_set_global_matrix(nema_matrix3x3_t m);
|
D | nema_vg_paint.h | 142 void nema_vg_paint_set_tex_matrix(NEMA_VG_PAINT_HANDLE paint, nema_matrix3x3_t m);
|
D | nema_vg_path.h | 137 void nema_vg_path_set_matrix(NEMA_VG_PATH_HANDLE path, nema_matrix3x3_t m);
|
D | nema_graphics.h | 900 float dx3, float dy3, nema_matrix3x3_t m);
|
/lvgl-latest/src/draw/nema_gfx/ |
D | lv_draw_nema_gfx_label.c | 59 void nema_set_matrix(nema_matrix3x3_t m); 164 nema_matrix3x3_t matrix; in _draw_nema_gfx_outline() 339 nema_matrix3x3_t m = { in _draw_nema_gfx_letter()
|
D | lv_draw_nema_gfx_img.c | 214 nema_matrix3x3_t m; in _draw_nema_gfx_img()
|