Home
last modified time | relevance | path

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

/lvgl-latest/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h1162 #ifndef STBTT_MAX_OVERSAMPLE
1163 #define STBTT_MAX_OVERSAMPLE 8 macro
1166 #if STBTT_MAX_OVERSAMPLE > 255
1170 typedef int stbtt__test_oversample_pow2[(STBTT_MAX_OVERSAMPLE & (STBTT_MAX_OVERSAMPLE - 1)) == 0 ? …
4313 STBTT_assert(h_oversample <= STBTT_MAX_OVERSAMPLE);
4314 STBTT_assert(v_oversample <= STBTT_MAX_OVERSAMPLE);
4315 if(h_oversample <= STBTT_MAX_OVERSAMPLE)
4317 if(v_oversample <= STBTT_MAX_OVERSAMPLE)
4326 #define STBTT__OVER_MASK (STBTT_MAX_OVERSAMPLE-1)
4330 unsigned char buffer[STBTT_MAX_OVERSAMPLE];
[all …]