Searched refs:SOURCE_COLOR (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmisprite.c102 #define SOURCE_COLOR 0 macro
352 pScreenPriv->colors[SOURCE_COLOR].red = 0;
353 pScreenPriv->colors[SOURCE_COLOR].green = 0;
354 pScreenPriv->colors[SOURCE_COLOR].blue = 0;
681 CheckDirect (pPriv, SOURCE_COLOR)
691 pPriv->colors[SOURCE_COLOR].pixel)
693 pPriv->colors[SOURCE_COLOR] = pdef[i];
730 sourceColor = &pScreenPriv->colors[SOURCE_COLOR];
1006 pScreenPriv->colors[SOURCE_COLOR].pixel,
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmisprite.c94 #define SOURCE_COLOR 0 macro
321 pScreenPriv->colors[SOURCE_COLOR].red = 0;
322 pScreenPriv->colors[SOURCE_COLOR].green = 0;
323 pScreenPriv->colors[SOURCE_COLOR].blue = 0;
536 CheckDirect(pPriv, SOURCE_COLOR)
543 if (pdef[i].pixel == pPriv->colors[SOURCE_COLOR].pixel) {
544 pPriv->colors[SOURCE_COLOR] = pdef[i];
576 sourceColor = &pScreenPriv->colors[SOURCE_COLOR];
831 pScreenPriv->colors[SOURCE_COLOR].pixel,

Completed in 6 milliseconds