|
|
struct { |
| uint8_t | CopyLike |
| | A copy-like interface contains the target tile, the source tile and the copy size. More...
|
| |
| uint8_t | FillLike |
| | A copy-like interface contains the target tile and the source tile. More...
|
| |
| } | |
| |
|
struct { |
| uint8_t | CopyOrigLike |
| | A copy-like interface contains the target tile, the dummy tile, the reference to the original source tile and the copy size. More...
|
| |
| uint8_t | FillOrigLike |
| | A copy-like interface contains the target tile, the dummy tile and the reference to the original source tile. More...
|
| |
| } | |
| |
|
struct { |
| uint8_t | TileProcessLike |
| | A simple interface contains only the target tile. More...
|
| |
| } | |
| |