Searched refs:orderedDither (Results 1 – 1 of 1) sorted by relevance
1439 static CARD32 orderedDither[DITHER_DIM][DITHER_DIM] = { variable1444 #define DITHER_SIZE ((sizeof orderedDither / sizeof orderedDither[0][0]) + 1)1589 orderedDither[y & (DITHER_DIM - 1)][x & (DITHER_DIM - 1)]; in ProcRenderCreateCursor()