rapp_bitblt.h File Reference

RAPP bitblt operations. More...

Go to the source code of this file.

Functions

int rapp_bitblt_copy_bin (uint8_t *restrict dst, int dst_dim, int dst_off, const uint8_t *restrict src, int src_dim, int src_off, int width, int height)
 Bitblt COPY operation.
int rapp_bitblt_not_bin (uint8_t *restrict dst, int dst_dim, int dst_off, const uint8_t *restrict src, int src_dim, int src_off, int width, int height)
 Bitblt NOT operation.
int rapp_bitblt_and_bin (uint8_t *restrict dst, int dst_dim, int dst_off, const uint8_t *restrict src, int src_dim, int src_off, int width, int height)
 Bitblt AND operation.
int rapp_bitblt_or_bin (uint8_t *restrict dst, int dst_dim, int dst_off, const uint8_t *restrict src, int src_dim, int src_off, int width, int height)
 Bitblt OR operation.
int rapp_bitblt_xor_bin (uint8_t *restrict dst, int dst_dim, int dst_off, const uint8_t *restrict src, int src_dim, int src_off, int width, int height)
 Bitblt XOR operation.
int rapp_bitblt_nand_bin (uint8_t *restrict dst, int dst_dim, int dst_off, const uint8_t *restrict src, int src_dim, int src_off, int width, int height)
 Bitblt NAND operation.
int rapp_bitblt_nor_bin (uint8_t *restrict dst, int dst_dim, int dst_off, const uint8_t *restrict src, int src_dim, int src_off, int width, int height)
 Bitblt NOR operation.
int rapp_bitblt_xnor_bin (uint8_t *restrict dst, int dst_dim, int dst_off, const uint8_t *restrict src, int src_dim, int src_off, int width, int height)
 Bitblt XNOR operation.
int rapp_bitblt_andn_bin (uint8_t *restrict dst, int dst_dim, int dst_off, const uint8_t *restrict src, int src_dim, int src_off, int width, int height)
 Bitblt ANDN operation.
int rapp_bitblt_orn_bin (uint8_t *restrict dst, int dst_dim, int dst_off, const uint8_t *restrict src, int src_dim, int src_off, int width, int height)
 Bitblt ORN operation.
int rapp_bitblt_nandn_bin (uint8_t *restrict dst, int dst_dim, int dst_off, const uint8_t *restrict src, int src_dim, int src_off, int width, int height)
 Bitblt NANDN operation.
int rapp_bitblt_norn_bin (uint8_t *restrict dst, int dst_dim, int dst_off, const uint8_t *restrict src, int src_dim, int src_off, int width, int height)
 Bitblt NORN operation.

Detailed Description

RAPP bitblt operations.


Generated on 1 Jun 2016 for RAPP by  doxygen 1.6.1