Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/render/
H A Dglyphstr.h108 extern GlyphPtr FindGlyph(GlyphSetPtr glyphSet, Glyph id);
H A Dglyph.c333 FindGlyph(GlyphSetPtr glyphSet, Glyph id) in FindGlyph() function
H A Drender.c1359 if ((*glyphs = FindGlyph(glyphSet, glyph))) { in ProcRenderCompositeGlyphs()