Searched refs:shift_x (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/src/draw/nxp/pxp/ |
D | lv_draw_buf_pxp.c | 90 uint16_t shift_x = area->x1 - (area->x1 % align_pixels); in _invalidate_cache() local 92 offset_x = area->x1 - shift_x; in _invalidate_cache() 93 buf_u8 += (shift_x * bits_per_pixel) / 8; in _invalidate_cache()
|
/lvgl-latest/src/draw/nxp/vglite/ |
D | lv_draw_buf_vglite.c | 95 uint16_t shift_x = area->x1 - (area->x1 % align_pixels); in _invalidate_cache() local 97 offset_x = area->x1 - shift_x; in _invalidate_cache() 98 buf_u8 += (shift_x * bits_per_pixel) / 8; in _invalidate_cache()
|
D | lv_draw_vglite_img.c | 222 uint16_t shift_x = area->x1 - (area->x1 % align_pixels); in _move_buf_close_to_area() local 224 area->x1 -= shift_x; in _move_buf_close_to_area() 225 area->x2 -= shift_x; in _move_buf_close_to_area() 226 *buf_u8 += (shift_x * bits_per_pixel) / 8; 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 …int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int codepoi… 931 …nt out_w, int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, i… 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 …int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int oversam… 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 …]
|