Searched refs:x_offset (Results 1 – 7 of 7) sorted by relevance
92 rt_uint16_t x_offset, y_offset; in _st7796_window() local96 x_offset = 0; in _st7796_window()100 x_offset = 0; in _st7796_window()104 x_offset = 320; in _st7796_window()108 x_offset = 480; in _st7796_window()112 x_offset = 0; in _st7796_window()115 real_x_start = x_start + x_offset; in _st7796_window()116 real_x_end = x_end + x_offset; in _st7796_window()
127 uint16_t cycle_y, x_offset = 0; in lcd_fill_array() local133 for (x_offset = 0; x_start + x_offset <= x_end; x_offset++) in lcd_fill_array()135 lcd_draw_pixel(x_start + x_offset, cycle_y, *pixel++); in lcd_fill_array()
494 rt_uint32_t x_offset = 0; in lcd_draw_line() local497 x_offset = x2 - x1; in lcd_draw_line()502 x_offset = x1 - x2; in lcd_draw_line()513 for (i = 0; i < x_offset; i++) in lcd_draw_line()520 rt_spi_send(spi_dev_lcd, line_buf, x_offset * 2); in lcd_draw_line()
91 config->x_offset = 0; in pdma_get_default_plane_config()305 ptr->PS[pdma_plane_src].OFFSET = PDMA_PS_OFFSET_X_SET(plane_src->x_offset) in pdma_config_planes()337 ptr->PS[pdma_plane_dst].OFFSET = PDMA_PS_OFFSET_X_SET(plane_dst->x_offset) in pdma_config_planes()751 plane_src.x_offset = PDMA_YUV_SCALE_DEFAULT_X_OFFSET; in pdma_scale()878 plane_src.x_offset = PDMA_YUV_SCALE_DEFAULT_X_OFFSET; in pdma_blit_ex()
1110 rt_uint16_t cycle_y, x_offset = 0; in lcd_fill_array() local1117 for (x_offset = 0; x_start + x_offset <= x_end; x_offset++) in lcd_fill_array()
554 rt_uint16_t cycle_y, x_offset = 0; in lcd_fill_array() local562 for(x_offset = 0;x_start + x_offset <= x_end; x_offset++) in lcd_fill_array()
107 uint16_t x_offset; /**< horizontal offset */ member
Completed in 22 milliseconds