Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/libs/tiny_ttf/
Dlv_tiny_ttf.c11 #define STBTT_HEAP_FACTOR_SIZE_32 50 macro
Dstb_truetype_htcw.h458 #ifndef STBTT_HEAP_FACTOR_SIZE_32
459 #define STBTT_HEAP_FACTOR_SIZE_32 2000 macro
3035 … int count = (size < 32 ? STBTT_HEAP_FACTOR_SIZE_32 : size < 128 ? STBTT_HEAP_FACTOR_SIZE_128 :