Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimstb_truetype.h780 …etFontVMetricsOS2(const stbtt_fontinfo *info, int *typoAscent, int *typoDescent, int *typoLineGap);
2588 …GetFontVMetricsOS2(const stbtt_fontinfo *info, int *typoAscent, int *typoDescent, int *typoLineGap) in stbtt_GetFontVMetricsOS2() argument
2595 if (typoLineGap) *typoLineGap = ttSHORT(info->data+tab + 72); in stbtt_GetFontVMetricsOS2()