TouchGFX + 0/3 examples
CodeScope will show references to touchgfx::AbstractPainterRGB565::render() from the following samples and libraries:
Examples
STM32469I-Discovery
Demonstrations
STM32469I_EVAL
Demonstrations
STM324x9I_EVAL
Demonstrations
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::AbstractPainterRGB565::render()

touchgfx::AbstractPainterRGB565::render() method

Syntax

virtual void render(uint8_t* ptr,     int x,     int xAdjust,     int y,     unsigned count,     const uint8_t* covers);

Arguments

ptr

x

xAdjust

y

count

covers

Examples

touchgfx::AbstractPainterRGB565::render() is referenced by 3 libraries and example projects.

References

LocationReferrerScopeText
AbstractPainterRGB565.hpp:50
virtual void render(uint8_t* ptr, int x, int xAdjust, int y, unsigned count, const uint8_t* covers);
PainterRGB565.hpp:98touchgfx::PainterRGB565::render()touchgfx::PainterRGB565
virtual void render(uint8_t* ptr, int x, int xAdjust, int y, unsigned count, const uint8_t* covers);
PainterRGB565Bitmap.hpp:91touchgfx::PainterRGB565Bitmap::render()touchgfx::PainterRGB565Bitmap
virtual void render(uint8_t* ptr, int x, int xAdjust, int y, unsigned count, const uint8_t* covers);

Override Tree

Overridden methods
Methods overriding this one
touchgfx::AbstractPainterRGB565::render()