touchgfx::CanvasWidgetRenderer::getScanlineWidth() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::CanvasWidgetRenderer::getScanlineWidth()

touchgfx::CanvasWidgetRenderer::getScanlineWidth() method

@fn static unsigned CanvasWidgetRenderer::getScanlineWidth() The width of a scanline. The width of a scanline. This is the same as the width of the invalidated area. Used to optimize the memory layout of the buffer.

Syntax

static unsigned getScanlineWidth();

Return value

Scanline width (HAL::FRAME_BUFFER_WIDTH).

References

LocationReferrerScopeText
CanvasWidgetRenderer.hpp:96
static unsigned getScanlineWidth();
Scanline.hpp:332touchgfx::Scanline::addCell()touchgfx::Scanline
if (unsigned(x) >= CanvasWidgetRenderer::getScanlineWidth())

Call Tree

Functions calling touchgfx::CanvasWidgetRenderer::getScanlineWidth()
all items filtered out
touchgfx::CanvasWidgetRenderer::getScanlineWidth()