Home
last modified time | relevance | path

Searched refs:ProcRenderAddGlyphs (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/render/
H A Drender.c78 static int ProcRenderAddGlyphs(ClientPtr pClient);
155 ProcRenderAddGlyphs,
994 ProcRenderAddGlyphs(ClientPtr client) in ProcRenderAddGlyphs() function
/OK3568_Linux_fs/external/xserver/
H A DChangeLog106996 render: Bounds check for nglyphs in ProcRenderAddGlyphs (#28801)
162368 ProcRenderAddGlyphs: Avoid allocating a glyph just to find it cached
162394 ProcRenderAddGlyphs: Take advantage of the for loops to simplify the code a bit
162400 ProcRenderAddGlyphs: Convert while loops to for loops where more natural