Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h612 unsigned int h_oversample, v_oversample; member
2683 spc->h_oversample = 1; in stbtt_PackBegin()
2704 if (h_oversample <= STBTT_MAX_OVERSAMPLE) in stbtt_PackSetOversampling()
2705 spc->h_oversample = h_oversample; in stbtt_PackSetOversampling()
2855 ranges[i].h_oversample = (unsigned char) spc->h_oversample; in stbtt_PackFontRangesGatherRects()
2881 int old_h_over = spc->h_oversample; in stbtt_PackFontRangesRenderIntoRects()
2889 spc->h_oversample = ranges[i].h_oversample; in stbtt_PackFontRangesRenderIntoRects()
2891 recip_h = 1.0f / spc->h_oversample; in stbtt_PackFontRangesRenderIntoRects()
2924 if (spc->h_oversample > 1) in stbtt_PackFontRangesRenderIntoRects()
2927 spc->h_oversample); in stbtt_PackFontRangesRenderIntoRects()
[all …]