Home
last modified time | relevance | path

Searched refs:nextPowerOfTwo (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgCompressor.cpp84 static int nextPowerOfTwo(int num) in nextPowerOfTwo() function
151 if ((bitsWanted % 8) != 0) bitsWanted = nextPowerOfTwo(bitsWanted); in allocate()