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

touchgfx::Outline::qsortCells() method

@fn static void Outline::qsortCells(Cell* const start, unsigned num); Quick sort Outline cells. Quick sort Outline cells.

Syntax

static void qsortCells(Cell* const start,     unsigned num);

Arguments

start

num

Number of Cell objects to sort.

References

LocationText
Outline.hpp:230
static void qsortCells(Cell* const start, unsigned num);