Searched refs:h_oversample (Results 1 – 1 of 1) sorted by relevance
646 unsigned char h_oversample, v_oversample; // don't set these, they're used internally member649 STBTT_DEF void stbtt_PackSetOversampling(stbtt_pack_context * spc, unsigned int h_oversample,703 unsigned int h_oversample, v_oversample; member4293 spc->h_oversample = 1;4311 STBTT_DEF void stbtt_PackSetOversampling(stbtt_pack_context * spc, unsigned int h_oversample, unsig… argument4313 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 …]