Searched refs:shift_y (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/src/draw/nxp/pxp/ |
D | lv_draw_buf_pxp.c | 97 uint16_t shift_y = area->y1; in _invalidate_cache() local 99 buf_u8 += shift_y * stride; in _invalidate_cache()
|
/lvgl-latest/src/draw/nxp/vglite/ |
D | lv_draw_buf_vglite.c | 102 uint16_t shift_y = area->y1; in _invalidate_cache() local 104 buf_u8 += shift_y * stride; in _invalidate_cache()
|
D | lv_draw_vglite_img.c | 230 uint16_t shift_y = area->y1; in _move_buf_close_to_area() local 232 area->y1 -= shift_y; in _move_buf_close_to_area() 233 area->y2 -= shift_y; in _move_buf_close_to_area() 234 *buf_u8 += shift_y * stride; in _move_buf_close_to_area()
|
/lvgl-latest/src/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 914 … float shift_x, float shift_y, int codepoint, int * width, int * height, int * xoff, int * yoff); 926 … out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int codepoint); 931 …ut_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int oversample_x, 945 … float scale_y, float shift_x, float shift_y, int * ix0, int * iy0, int * ix1, int * iy1); 954 … float shift_x, float shift_y, int glyph, int * width, int * height, int * xoff, int * yoff); 958 … int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int glyph); 960 …ut_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int oversample_x, 965 … float shift_x, float shift_y, int * ix0, int * iy0, int * ix1, int * iy1); 979 … float shift_x, float shift_y, // translation applied to input vertices 3014 … float shift_x, float shift_y, int * ix0, int * iy0, int * ix1, int * iy1) argument [all …]
|