Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimstb_truetype.h402 xpos += scale*stbtt_GetCodepointKernAdvance(&font, text[ch],text[ch+1]);
794 STBTT_DEF int stbtt_GetCodepointKernAdvance(const stbtt_fontinfo *info, int ch1, int ch2);
2569 STBTT_DEF int stbtt_GetCodepointKernAdvance(const stbtt_fontinfo *info, int ch1, int ch2) in stbtt_GetCodepointKernAdvance() function