Searched refs:pShare (Results 1 – 1 of 1) sorted by relevance
337 GlyphSharePtr pShare; in AllocGlyphCursor() local352 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 …]