Searched refs:bits_per_pixel (Results 1 – 6 of 6) sorted by relevance
89 uint8_t bits_per_pixel = lv_color_format_get_bpp(cf); in _invalidate_cache() local91 uint16_t align_pixels = align_bytes * 8 / bits_per_pixel; in _invalidate_cache()98 buf_u8 += (shift_x * bits_per_pixel) / 8; in _invalidate_cache()111 uint16_t line_size = (line_pixels * bits_per_pixel) / 8; in _invalidate_cache()123 uint8_t bits_per_pixel = lv_color_format_get_bpp(cf); in _width_to_stride() local124 uint32_t width_bits = (w * bits_per_pixel + 7) & ~7; in _width_to_stride()
217 uint8_t bits_per_pixel = lv_color_format_get_bpp(cf); in _move_buf_close_to_area() local219 uint16_t align_pixels = align_bytes * 8 / bits_per_pixel; in _move_buf_close_to_area()226 *buf_u8 += (shift_x * bits_per_pixel) / 8; in _move_buf_close_to_area()
84 uint8_t bits_per_pixel = lv_color_format_get_bpp(cf); in _invalidate_cache() local86 uint16_t align_pixels = align_bytes * 8 / bits_per_pixel; in _invalidate_cache()93 buf_u8 += (shift_x * bits_per_pixel) / 8; in _invalidate_cache()106 uint16_t line_size = (line_pixels * bits_per_pixel) / 8; in _invalidate_cache()
44 int bits_per_pixel; member161 dsc->vinfo.bits_per_pixel = fb.fb_depth; in lv_linux_fbdev_set_file()181 LV_LOG_INFO("%dx%d, %dbpp", dsc->vinfo.xres, dsc->vinfo.yres, dsc->vinfo.bits_per_pixel); in lv_linux_fbdev_set_file()198 switch(dsc->vinfo.bits_per_pixel) { in lv_linux_fbdev_set_file()209 LV_LOG_WARN("Not supported color format (%d bits)", dsc->vinfo.bits_per_pixel); in lv_linux_fbdev_set_file()216 uint32_t draw_buf_size = hor_res * (dsc->vinfo.bits_per_pixel >> 3); in lv_linux_fbdev_set_file()
41 ``static uint8_t buffer[LV_CANVAS_BUF_SIZE(width, height, bits_per_pixel, stride_in_bytes)]``.
41 uint8_t bits_per_pixel; member487 font_dsc->bpp = font_header.bits_per_pixel; in lvgl_load_font()