TouchGFX + 0/4 examples
CodeScope will show references to touchgfx::BlitOperations from the following samples and libraries:
Examples
STM32469I-Discovery
Demonstrations
STM32469I_EVAL
Demonstrations
STM324x9I_EVAL
Demonstrations
STM32F429I-Discovery
Demonstrations
 
Symbols
loading...
Files
loading...

touchgfx::BlitOperations enum

@enum BlitOperations The BlitOp operations. The BlitOp operations.

Syntax

enum BlitOperations {     BLIT_OP_COPY = 1 << 0,      BLIT_OP_FILL = 1 << 1,      BLIT_OP_COPY_WITH_ALPHA = 1 << 2,      BLIT_OP_FILL_WITH_ALPHA = 1 << 3,      BLIT_OP_COPY_WITH_TRANSPARENT_PIXELS = 1 << 4,      BLIT_OP_COPY_ARGB8888 = 1 << 5,      BLIT_OP_COPY_ARGB8888_WITH_ALPHA = 1 << 6,      BLIT_OP_COPY_A4 = 1 << 7,      BLIT_OP_COPY_A8 = 1 << 8  };

Values

BLIT_OP_COPY

No summary provided. Read more...

BLIT_OP_FILL

No summary provided. Read more...

BLIT_OP_COPY_WITH_ALPHA

No summary provided. Read more...

BLIT_OP_FILL_WITH_ALPHA

No summary provided. Read more...

BLIT_OP_COPY_WITH_TRANSPARENT_PIXELS

No summary provided. Read more...

BLIT_OP_COPY_ARGB8888

No summary provided. Read more...

BLIT_OP_COPY_ARGB8888_WITH_ALPHA

No summary provided. Read more...

BLIT_OP_COPY_A4

No summary provided. Read more...

BLIT_OP_COPY_A8

No summary provided. Read more...

Examples

touchgfx::BlitOperations is referenced by 4 libraries and example projects.

References

LocationReferrerScopeText
BlitOp.hpp:30
enum BlitOperations
DMA.hpp:225touchgfx::DMA_Interface::getBlitCaps()touchgfx::DMA_Interface
virtual BlitOperations getBlitCaps() = 0;
HAL.hpp:382touchgfx::HAL::getBlitCaps()touchgfx::HAL
virtual BlitOperations getBlitCaps()
HAL.hpp:463touchgfx::HAL::blitCopyGlyph()::operationtouchgfx::HAL::blitCopyGlyph()
virtual void blitCopyGlyph(const uint8_t* pSrc, uint16_t x, uint16_t y, uint16_t width, uint16_t height, uint16_t srcWidth, colortype color, uint8_t alpha, BlitOperations operation);

Type Use

Variables of touchgfx::BlitOperations type
touchgfx::BlitOperations