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.h559 unsigned char h_oversample, v_oversample; // don't set these, they're used internally member
568 …PackSetOversampling(stbtt_pack_context *spc, unsigned int h_oversample, unsigned int v_oversample);
612 unsigned int h_oversample, v_oversample; member
2684 spc->v_oversample = 1; in stbtt_PackBegin()
2700 …_PackSetOversampling(stbtt_pack_context *spc, unsigned int h_oversample, unsigned int v_oversample) in stbtt_PackSetOversampling() argument
2703 STBTT_assert(v_oversample <= STBTT_MAX_OVERSAMPLE); in stbtt_PackSetOversampling()
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()
2863 scale * spc->v_oversample, in stbtt_PackFontRangesGatherRects()
[all …]