Searched refs:FindGlyph (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/xorg-server/dist/render/
H A Dglyphstr.h108 extern GlyphPtr FindGlyph(GlyphSetPtr glyphSet, Glyph id);
H A Dglyph.c332 FindGlyph(GlyphSetPtr glyphSet, Glyph id) function in typeref:typename:GlyphPtr
H A Drender.c1366 if ((*glyphs = FindGlyph(glyphSet, glyph))) {
/xsrc/external/mit/xorg-server.old/dist/render/
H A Dglyphstr.h124 FindGlyph (GlyphSetPtr glyphSet, Glyph id);
H A Dglyph.c361 FindGlyph (GlyphSetPtr glyphSet, Glyph id) function in typeref:typename:GlyphPtr
H A Drender.c1421 if ((*glyphs = FindGlyph (glyphSet, glyph)))
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_draw.cpp2448 if (FindGlyph((ImWchar)' '))
2453 tab_glyph = *FindGlyph((ImWchar)' ');
2522 const ImFontGlyph* ImFont::FindGlyph(ImWchar c) const function in class:ImFont
2739 if (const ImFontGlyph* glyph = FindGlyph(c))
2860 if (const ImFontGlyph* glyph = FindGlyph((ImWchar)c))
H A Dimgui.h2092 const ImFontGlyph* FallbackGlyph; // 4-8 // out // = FindGlyph(FontFallbackChar)
2108 IMGUI_API const ImFontGlyph*FindGlyph(ImWchar c) const;
H A Dimgui_widgets.cpp3190 const ImFontGlyph* glyph = g.Font->FindGlyph('*');
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_draw.cpp2448 if (FindGlyph((ImWchar)' '))
2453 tab_glyph = *FindGlyph((ImWchar)' ');
2522 const ImFontGlyph* ImFont::FindGlyph(ImWchar c) const function in class:ImFont
2739 if (const ImFontGlyph* glyph = FindGlyph(c))
2860 if (const ImFontGlyph* glyph = FindGlyph((ImWchar)c))
H A Dimgui.h2092 const ImFontGlyph* FallbackGlyph; // 4-8 // out // = FindGlyph(FontFallbackChar)
2108 IMGUI_API const ImFontGlyph*FindGlyph(ImWchar c) const;
H A Dimgui_widgets.cpp3190 const ImFontGlyph* glyph = g.Font->FindGlyph('*');

Completed in 66 milliseconds