Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimstb_truetype.h627 unsigned char h_oversample, v_oversample; // don't set these, they're used internally member
636 …PackSetOversampling(stbtt_pack_context *spc, unsigned int h_oversample, unsigned int v_oversample);
687 unsigned int h_oversample, v_oversample; member
3818 spc->v_oversample = 1; in stbtt_PackBegin()
3835 …_PackSetOversampling(stbtt_pack_context *spc, unsigned int h_oversample, unsigned int v_oversample) in stbtt_PackSetOversampling() argument
3838 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 …]
Dimgui_draw.cpp1911 src_tmp.PackRange.v_oversample = (unsigned char)cfg.OversampleV; in ImFontAtlasBuildWithStbTruetype()