Home
last modified time | relevance | path

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

/lvgl-latest/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h646 unsigned char h_oversample, v_oversample; // don't set these, they're used internally member
649 STBTT_DEF void stbtt_PackSetOversampling(stbtt_pack_context * spc, unsigned int h_oversample,
703 unsigned int h_oversample, v_oversample; member
4293 spc->h_oversample = 1;
4311 STBTT_DEF void stbtt_PackSetOversampling(stbtt_pack_context * spc, unsigned int h_oversample, unsig… argument
4313 STBTT_assert(h_oversample <= STBTT_MAX_OVERSAMPLE);
4315 if(h_oversample <= STBTT_MAX_OVERSAMPLE)
4316 spc->h_oversample = h_oversample;
4475 ranges[i].h_oversample = (unsigned char)spc->h_oversample;
4487 scale * spc->h_oversample,
[all …]