Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/libs/tiny_ttf/
Dlv_tiny_ttf.c12 #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
3035 … int count = (size < 32 ? STBTT_HEAP_FACTOR_SIZE_32 : size < 128 ? STBTT_HEAP_FACTOR_SIZE_128 :