Searched refs:stbtt_FindGlyphIndex (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imstb_truetype.h | 746 STBTT_DEF int stbtt_FindGlyphIndex(const stbtt_fontinfo *info, int unicode_codepoint); 1461 STBTT_DEF int stbtt_FindGlyphIndex(const stbtt_fontinfo *info, int unicode_codepoint) in stbtt_FindGlyphIndex() function 1556 return stbtt_GetGlyphShape(info, stbtt_FindGlyphIndex(info, unicode_codepoint), vertices); in stbtt_GetCodepointShape() 1608 return stbtt_GetGlyphBox(info, stbtt_FindGlyphIndex(info,codepoint), x0,y0,x1,y1); in stbtt_GetCodepointBox() 2573 …return stbtt_GetGlyphKernAdvance(info, stbtt_FindGlyphIndex(info,ch1), stbtt_FindGlyphIndex(info,c… in stbtt_GetCodepointKernAdvance() 2578 … stbtt_GetGlyphHMetrics(info, stbtt_FindGlyphIndex(info,codepoint), advanceWidth, leftSideBearing); in stbtt_GetCodepointHMetrics() 2654 …stbtt_GetGlyphBitmapBoxSubpixel(font, stbtt_FindGlyphIndex(font,codepoint), scale_x, scale_y,shift… in stbtt_GetCodepointBitmapBoxSubpixel() 3624 …return stbtt_GetGlyphBitmapSubpixel(info, scale_x, scale_y,shift_x,shift_y, stbtt_FindGlyphIndex(i… in stbtt_GetCodepointBitmapSubpixel() 3629 …le_y, shift_x, shift_y, oversample_x, oversample_y, sub_x, sub_y, stbtt_FindGlyphIndex(info,codepo… in stbtt_MakeCodepointBitmapSubpixelPrefilter() 3634 …ut, out_w, out_h, out_stride, scale_x, scale_y, shift_x, shift_y, stbtt_FindGlyphIndex(info,codepo… in stbtt_MakeCodepointBitmapSubpixel() [all …]
|
D | imgui_draw.cpp | 1853 … if (!stbtt_FindGlyphIndex(&src_tmp.FontInfo, codepoint)) // It is actually in the font? in ImFontAtlasBuildWithStbTruetype() 1919 …const int glyph_index_in_font = stbtt_FindGlyphIndex(&src_tmp.FontInfo, src_tmp.GlyphsList[glyph_i… in ImFontAtlasBuildWithStbTruetype()
|