Home
last modified time | relevance | path

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

/lvgl-3.6.0/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h648 unsigned char h_oversample, v_oversample; // don't set these, they're used internally member
652 unsigned int v_oversample);
705 unsigned int h_oversample, v_oversample; member
4303 spc->v_oversample = 1;
4320 …PackSetOversampling(stbtt_pack_context * spc, unsigned int h_oversample, unsigned int v_oversample) argument
4323 STBTT_assert(v_oversample <= STBTT_MAX_OVERSAMPLE);
4326 if(v_oversample <= STBTT_MAX_OVERSAMPLE)
4327 spc->v_oversample = v_oversample;
4485 ranges[i].v_oversample = (unsigned char)spc->v_oversample;
4497 scale * spc->v_oversample,
[all …]