Searched refs:isPixel (Results 1 – 1 of 1) sorted by relevance
84 #define SamePixUnion(a,b,isPixel)\ argument85 ((isPixel) ? (a).pixel == (b).pixel : (a).pixmap == (b).pixmap)