Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/nxp/pxp/
Dlv_draw_buf_pxp.c97 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/
Dlv_draw_buf_vglite.c102 uint16_t shift_y = area->y1; in _invalidate_cache() local
104 buf_u8 += shift_y * stride; in _invalidate_cache()
Dlv_draw_vglite_img.c230 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/
Dstb_truetype_htcw.h914 … 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 …]