Blit Image structure definition. More...
#include <app_qspi.h>
Public Attributes | |
uint32_t | src_img_address |
uint32_t | src_img_w |
uint32_t | src_img_h |
uint32_t | src_img_x |
uint32_t | src_img_x_delta |
uint32_t | src_img_y |
uint32_t | src_img_y_delta |
uint32_t | dst_buff_address |
uint32_t | dst_buff_width |
uint32_t | dst_buff_height |
uint32_t | dst_buff_x |
uint32_t | dst_buff_y |
uint32_t | pixel_depth |
Blit Image structure definition.
Definition at line 441 of file app_qspi.h.
uint32_t blit_image_config_t::dst_buff_address |
destination buffer address
Definition at line 449 of file app_qspi.h.
uint32_t blit_image_config_t::dst_buff_height |
pixel height of destination buffer
Definition at line 451 of file app_qspi.h.
uint32_t blit_image_config_t::dst_buff_width |
pixel width of destination buffer
Definition at line 450 of file app_qspi.h.
uint32_t blit_image_config_t::dst_buff_x |
x-coordinate of destination buffer, left-top point is Coordinate origin
Definition at line 452 of file app_qspi.h.
uint32_t blit_image_config_t::dst_buff_y |
y-coordinate of destination buffer, left-top point is Coordinate origin
Definition at line 453 of file app_qspi.h.
uint32_t blit_image_config_t::pixel_depth |
pixel depth in byte
Definition at line 454 of file app_qspi.h.
uint32_t blit_image_config_t::src_img_address |
source address, just offset in storage device
Definition at line 442 of file app_qspi.h.
uint32_t blit_image_config_t::src_img_h |
pixel height of source image
Definition at line 444 of file app_qspi.h.
uint32_t blit_image_config_t::src_img_w |
pixel width of source image
Definition at line 443 of file app_qspi.h.
uint32_t blit_image_config_t::src_img_x |
x-coordinate of source image, left-top point is Coordinate origin
Definition at line 445 of file app_qspi.h.
uint32_t blit_image_config_t::src_img_x_delta |
blit image width in pixel, do not multiple pexel depth
Definition at line 446 of file app_qspi.h.
uint32_t blit_image_config_t::src_img_y |
y-coordinate of source image, left-top point is Coordinate origin
Definition at line 447 of file app_qspi.h.
uint32_t blit_image_config_t::src_img_y_delta |
blit image height in pixel, do not multiple pexel depth
Definition at line 448 of file app_qspi.h.