Searched refs:ProcRenderAddGlyphs (Results 1 – 2 of 2) sorted by relevance
78 static int ProcRenderAddGlyphs(ClientPtr pClient);155 ProcRenderAddGlyphs,994 ProcRenderAddGlyphs(ClientPtr client) in ProcRenderAddGlyphs() function
106996 render: Bounds check for nglyphs in ProcRenderAddGlyphs (#28801)162368 ProcRenderAddGlyphs: Avoid allocating a glyph just to find it cached162394 ProcRenderAddGlyphs: Take advantage of the for loops to simplify the code a bit162400 ProcRenderAddGlyphs: Convert while loops to for loops where more natural