Public Member Functions | |
C4TextureShapeActivationMap (int32_t block_x0, int32_t block_y0, int32_t n_blocks_x, int32_t n_blocks_y, int32_t num_shapes) | |
int32_t | Get (int32_t block_x, int32_t block_y, int32_t shape_idx, int32_t xpart, int32_t ypart, uint8_t *bg_pix) const |
void | Add (int32_t block_x, int32_t block_y, int32_t shape_idx, int32_t xpart, int32_t ypart, uint8_t back_pix) |
Definition at line 123 of file C4TextureShape.cpp.
|
inline |
Definition at line 136 of file C4TextureShape.cpp.
void C4TextureShapeActivationMap::Add | ( | int32_t | block_x, |
int32_t | block_y, | ||
int32_t | shape_idx, | ||
int32_t | xpart, | ||
int32_t | ypart, | ||
uint8_t | back_pix | ||
) |
Definition at line 164 of file C4TextureShape.cpp.
Referenced by C4TextureShape::Draw().
int32_t C4TextureShapeActivationMap::Get | ( | int32_t | block_x, |
int32_t | block_y, | ||
int32_t | shape_idx, | ||
int32_t | xpart, | ||
int32_t | ypart, | ||
uint8_t * | bg_pix | ||
) | const |
Definition at line 154 of file C4TextureShape.cpp.
Referenced by C4TextureShape::Draw().