Searched refs:v_oversample (Results 1 – 2 of 2) sorted by relevance
627 unsigned char h_oversample, v_oversample; // don't set these, they're used internally member636 …PackSetOversampling(stbtt_pack_context *spc, unsigned int h_oversample, unsigned int v_oversample);687 unsigned int h_oversample, v_oversample; member3818 spc->v_oversample = 1; in stbtt_PackBegin()3835 …_PackSetOversampling(stbtt_pack_context *spc, unsigned int h_oversample, unsigned int v_oversample) in stbtt_PackSetOversampling() argument3838 STBTT_assert(v_oversample <= STBTT_MAX_OVERSAMPLE); in stbtt_PackSetOversampling()3841 if (v_oversample <= STBTT_MAX_OVERSAMPLE) in stbtt_PackSetOversampling()3842 spc->v_oversample = v_oversample; in stbtt_PackSetOversampling()3998 ranges[i].v_oversample = (unsigned char) spc->v_oversample; in stbtt_PackFontRangesGatherRects()4008 scale * spc->v_oversample, in stbtt_PackFontRangesGatherRects()[all …]
1911 src_tmp.PackRange.v_oversample = (unsigned char)cfg.OversampleV; in ImFontAtlasBuildWithStbTruetype()