Searched refs:FindGlyph (Results 1 – 3 of 3) sorted by relevance
2448 if (FindGlyph((ImWchar)' ')) in BuildLookupTable()2453 tab_glyph = *FindGlyph((ImWchar)' '); in BuildLookupTable()2522 const ImFontGlyph* ImFont::FindGlyph(ImWchar c) const in FindGlyph() function in ImFont2739 if (const ImFontGlyph* glyph = FindGlyph(c)) in RenderChar()2860 if (const ImFontGlyph* glyph = FindGlyph((ImWchar)c)) in RenderText()
2108 IMGUI_API const ImFontGlyph*FindGlyph(ImWchar c) const;
3190 const ImFontGlyph* glyph = g.Font->FindGlyph('*'); in InputTextEx()