Home
last modified time | relevance | path

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

/lvgl-latest/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h890 …t stbtt_GetCodepointSVG(const stbtt_fontinfo * info, int unicode_codepoint, stbtt_uint32 * svgOfs);
891 STBTT_DEF int stbtt_GetGlyphSVG(const stbtt_fontinfo * info, int gl, stbtt_uint32 * svgOfs);
2946 STBTT_DEF int stbtt_GetGlyphSVG(const stbtt_fontinfo * info, int gl, stbtt_uint32 * svgOfs) argument
2955 *svgOfs = info->svg + ttULONG(info->data, svg_doc + 4);
2963 …nt stbtt_GetCodepointSVG(const stbtt_fontinfo * info, int unicode_codepoint, stbtt_uint32 * svgOfs) argument
2965 return stbtt_GetGlyphSVG(info, stbtt_FindGlyphIndex(info, unicode_codepoint), svgOfs);