Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/tiny_ttf/
Dlv_tiny_ttf.c25 #define STBTT_HEAP_FACTOR_SIZE_128 20 macro
Dstb_truetype_htcw.h462 #ifndef STBTT_HEAP_FACTOR_SIZE_128
463 #define STBTT_HEAP_FACTOR_SIZE_128 800 macro
3075 … int count = (size < 32 ? STBTT_HEAP_FACTOR_SIZE_32 : size < 128 ? STBTT_HEAP_FACTOR_SIZE_128 :