the base class for operations with a target tile, a dummy tile, a reference to the original source tile and masks More...
#include <arm_2d_types.h>
Public Member Functions | |
inherit (arm_2d_op_core_t) | |
Data Fields | |
struct { | |
const arm_2d_tile_t * | ptTile |
target tile More... | |
const arm_2d_region_t * | ptRegion |
target region More... | |
} | Target |
struct { | |
const arm_2d_tile_t * | ptTile |
the dummy source tile More... | |
} | Source |
uint32_t | wMode |
struct { | |
const arm_2d_tile_t * | ptTile |
the origin tile More... | |
arm_2d_tile_t | tDummySource |
the buffer for the source More... | |
} | Origin |
struct { | |
const arm_2d_tile_t * | ptOriginSide |
origin side mask More... | |
const arm_2d_tile_t * | ptTargetSide |
target side mask More... | |
} | Mask |
the base class for operations with a target tile, a dummy tile, a reference to the original source tile and masks