Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/
Dstb_truetype.h559 unsigned char h_oversample, v_oversample; // don't set these, they're used internally member
568 STBTT_DEF void stbtt_PackSetOversampling(stbtt_pack_context *spc, unsigned int h_oversample, unsign…
612 unsigned int h_oversample, v_oversample; member
2683 spc->h_oversample = 1; in stbtt_PackBegin()
2700 STBTT_DEF void stbtt_PackSetOversampling(stbtt_pack_context *spc, unsigned int h_oversample, unsign… in stbtt_PackSetOversampling() argument
2702 STBTT_assert(h_oversample <= STBTT_MAX_OVERSAMPLE); in stbtt_PackSetOversampling()
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()
2862 scale * spc->h_oversample, in stbtt_PackFontRangesGatherRects()
[all …]