Searched defs:TOMBSTONE (Results 1 - 1 of 1) sorted by relevance

/external/pixman/pixman/
H A Dpixman-glyph.c37 #define TOMBSTONE ((glyph_t *)0x1) macro
105 if (g != TOMBSTONE &&
131 } while (*loc && *loc != TOMBSTONE);
133 if (*loc == TOMBSTONE)
150 cache->glyphs[idx & HASH_MASK] = TOMBSTONE;
157 while (cache->glyphs[idx & HASH_MASK] == TOMBSTONE)
175 if (glyph && glyph != TOMBSTONE)

Completed in 997 milliseconds