Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h740 STBTT_DEF int stbtt_GetGlyphShape(const stbtt_fontinfo *info, int glyph_index, stbtt_vertex **verti…
1173 return stbtt_GetGlyphShape(info, stbtt_FindGlyphIndex(info, unicode_codepoint), vertices); in stbtt_GetCodepointShape()
1245 STBTT_DEF int stbtt_GetGlyphShape(const stbtt_fontinfo *info, int glyph_index, stbtt_vertex **pvert… in stbtt_GetGlyphShape() function
1430 comp_num_verts = stbtt_GetGlyphShape(info, gidx, &comp_verts); in stbtt_GetGlyphShape()
2425 int num_verts = stbtt_GetGlyphShape(info, glyph, &vertices); in stbtt_GetGlyphBitmapSubpixel()
2469 int num_verts = stbtt_GetGlyphShape(info, glyph, &vertices); in stbtt_MakeGlyphBitmapSubpixel()