|
SemiDrive SSDK Appication Program Interface PTG3.0
|
#include <asw.h>
Data Fields | |
| int | type |
| int | fmt |
| int | color |
| int | pos_x |
| int | pos_y |
| int | addr |
| int | stride |
| int addr |
buffer base address
| int color |
B:bit[31:24], G:bit[23:16], R:bit[15:8], A:bit[7:0]
| int fmt |
buffer format, only support FMT_RGB565, FMT_RGBA5551, FMT_ARGB1555, FMT_RGB_YUV888, FMT_RGBA8888, FMT_ARGB8888
| int hsize |
| int pos_x |
the position x in buffer
| int pos_y |
the position y in buffer
| int stride |
buffer pitch
| int type |
triangle type, value in enum TRIAG_TYPE
| int vsize |