Home
last modified time | relevance | path

Searched refs:v_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
2684 spc->v_oversample = 1; in stbtt_PackBegin()
2706 if (v_oversample <= STBTT_MAX_OVERSAMPLE) in stbtt_PackSetOversampling()
2707 spc->v_oversample = v_oversample; in stbtt_PackSetOversampling()
2856 ranges[i].v_oversample = (unsigned char) spc->v_oversample; in stbtt_PackFontRangesGatherRects()
2882 int old_v_over = spc->v_oversample; in stbtt_PackFontRangesRenderIntoRects()
2890 spc->v_oversample = ranges[i].v_oversample; in stbtt_PackFontRangesRenderIntoRects()
2892 recip_v = 1.0f / spc->v_oversample; in stbtt_PackFontRangesRenderIntoRects()
2929 if (spc->v_oversample > 1) in stbtt_PackFontRangesRenderIntoRects()
2932 spc->v_oversample); in stbtt_PackFontRangesRenderIntoRects()
[all …]