| /xsrc/external/mit/xorg-server/dist/render/ |
| H A D | glyphstr.h | 103 AddGlyph(GlyphSetPtr glyphSet, GlyphPtr glyph, Glyph id);
|
| H A D | glyph.c | 283 AddGlyph(GlyphSetPtr glyphSet, GlyphPtr glyph, Glyph id) function in typeref:typename:void 288 CheckDuplicates(&globalGlyphs[glyphSet->fdepth], "AddGlyph top global"); 311 CheckDuplicates(&globalGlyphs[glyphSet->fdepth], "AddGlyph bottom");
|
| H A D | render.c | 1173 AddGlyph(glyphSet, glyphs[i].glyph, glyphs[i].id);
|
| /xsrc/external/mit/xorg-server.old/dist/render/ |
| H A D | glyphstr.h | 118 AddGlyph (GlyphSetPtr glyphSet, GlyphPtr glyph, Glyph id);
|
| H A D | glyph.c | 307 AddGlyph (GlyphSetPtr glyphSet, GlyphPtr glyph, Glyph id) function in typeref:typename:void 312 CheckDuplicates (&globalGlyphs[glyphSet->fdepth], "AddGlyph top global"); 339 CheckDuplicates (&globalGlyphs[glyphSet->fdepth], "AddGlyph bottom");
|
| H A D | render.c | 1228 AddGlyph (glyphSet, glyphs[i].glyph, glyphs[i].id);
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_draw.cpp | 2031 dst_font->AddGlyph((ImWchar)codepoint, q.x0 + char_off_x, q.y0 + font_off_y, q.x1 + char_off_x, q.y1 + font_off_y, q.s0, q.t0, q.s1, q.t1, char_advance_x_mod); 2140 r.Font->AddGlyph((ImWchar)r.ID, r.GlyphOffset.x, r.GlyphOffset.y, r.GlyphOffset.x + r.Width, r.GlyphOffset.y + r.Height, uv0.x, uv0.y, uv1.x, uv1.y, r.GlyphAdvanceX); 2484 void ImFont::AddGlyph(ImWchar codepoint, float x0, float y0, float x1, float y1, float u0, float v0, float u1, float v1, float advance_x) function in class:ImFont
|
| H A D | imgui.h | 2125 IMGUI_API void AddGlyph(ImWchar c, float x0, float y0, float x1, float y1, float u0, float v0, float u1, float v1, float advance_x);
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_draw.cpp | 2031 dst_font->AddGlyph((ImWchar)codepoint, q.x0 + char_off_x, q.y0 + font_off_y, q.x1 + char_off_x, q.y1 + font_off_y, q.s0, q.t0, q.s1, q.t1, char_advance_x_mod); 2140 r.Font->AddGlyph((ImWchar)r.ID, r.GlyphOffset.x, r.GlyphOffset.y, r.GlyphOffset.x + r.Width, r.GlyphOffset.y + r.Height, uv0.x, uv0.y, uv1.x, uv1.y, r.GlyphAdvanceX); 2484 void ImFont::AddGlyph(ImWchar codepoint, float x0, float y0, float x1, float y1, float u0, float v0, float u1, float v1, float advance_x) function in class:ImFont
|
| H A D | imgui.h | 2125 IMGUI_API void AddGlyph(ImWchar c, float x0, float y0, float x1, float y1, float u0, float v0, float u1, float v1, float advance_x);
|