Searched refs:sharedGlyphs (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dcursor.c73 static GlyphSharePtr sharedGlyphs = (GlyphSharePtr)NULL; variable in typeref:typename:GlyphSharePtr
96 for (prev = &sharedGlyphs;
334 for (pShare = sharedGlyphs;
436 pShare->next = sharedGlyphs;
437 sharedGlyphs = pShare;
/xsrc/external/mit/xorg-server/dist/dix/
H A Dcursor.c70 static GlyphSharePtr sharedGlyphs = (GlyphSharePtr) NULL; variable in typeref:typename:GlyphSharePtr
88 for (prev = &sharedGlyphs;
354 for (pShare = sharedGlyphs;
439 pShare->next = sharedGlyphs;
440 sharedGlyphs = pShare;

Completed in 3 milliseconds