Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Dcursor.c70 static GlyphSharePtr sharedGlyphs = (GlyphSharePtr) NULL; variable
88 for (prev = &sharedGlyphs; in FreeCursorBits()
354 for (pShare = sharedGlyphs; in AllocGlyphCursor()
439 pShare->next = sharedGlyphs; in AllocGlyphCursor()
440 sharedGlyphs = pShare; in AllocGlyphCursor()