Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h933 #ifndef STBTT_MAX_OVERSAMPLE
934 #define STBTT_MAX_OVERSAMPLE 8 macro
937 #if STBTT_MAX_OVERSAMPLE > 255
941 typedef int stbtt__test_oversample_pow2[(STBTT_MAX_OVERSAMPLE & (STBTT_MAX_OVERSAMPLE-1)) == 0 ? 1 …
2702 STBTT_assert(h_oversample <= STBTT_MAX_OVERSAMPLE); in stbtt_PackSetOversampling()
2703 STBTT_assert(v_oversample <= STBTT_MAX_OVERSAMPLE); in stbtt_PackSetOversampling()
2704 if (h_oversample <= STBTT_MAX_OVERSAMPLE) in stbtt_PackSetOversampling()
2706 if (v_oversample <= STBTT_MAX_OVERSAMPLE) in stbtt_PackSetOversampling()
2710 #define STBTT__OVER_MASK (STBTT_MAX_OVERSAMPLE-1)
2714 unsigned char buffer[STBTT_MAX_OVERSAMPLE]; in stbtt__h_prefilter()
[all …]