touchgfx::RenderingBuffer::row() const is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::RenderingBuffer::row() const

touchgfx::RenderingBuffer::row() const method

@fn const unsigned char* RenderingBuffer::row(unsigned y) const Gets a pointer to the given row in the RenderingBuffer. Gets a pointer to the given row in the RenderingBuffer.

Syntax

const unsigned char* row(unsigned y) const;

Arguments

y

The line number, ie the row.

Return value

The pointer to the start of the given line in the RenderingBuffer.

References

LocationText
RenderingBuffer.hpp:218
const unsigned char* row(unsigned y) const

Data Use

Data read by touchgfx::RenderingBuffer::row() const
touchgfx::RenderingBuffer::row() const