Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Dcursor.c337 GlyphSharePtr pShare; in AllocGlyphCursor() local
352 pShare = (GlyphSharePtr) NULL; in AllocGlyphCursor()
354 for (pShare = sharedGlyphs; in AllocGlyphCursor()
355 pShare && in AllocGlyphCursor()
356 ((pShare->font != sourcefont) || in AllocGlyphCursor()
357 (pShare->sourceChar != sourceChar) || in AllocGlyphCursor()
358 (pShare->maskChar != maskChar)); pShare = pShare->next); in AllocGlyphCursor()
360 if (pShare) { in AllocGlyphCursor()
365 bits = pShare->bits; in AllocGlyphCursor()
429 pShare = malloc(sizeof(GlyphShare)); in AllocGlyphCursor()
[all …]