Home
last modified time | relevance | path

Searched refs:AllocColor (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwincmap.c368 if (AllocColor(pcmap, &nRed, &nGreen, &nBlue, &pixel, 0) != Success) { in winGetPaletteDIB()
451 if (AllocColor(pcmap, &nRed, &nGreen, &nBlue, &pixel, 0) != Success) { in winGetPaletteDD()
564 if ((AllocColor(pcmap, &ones, &ones, &ones, &wp, 0) != Success) in winCreateDefColormap()
565 || (AllocColor(pcmap, &zero, &zero, &zero, &bp, 0) != Success)) { in winCreateDefColormap()
581 if (AllocColor(pcmap, &ones, &ones, &ones, &p, 0) != Success) in winCreateDefColormap()
587 if (AllocColor(pcmap, &zero, &zero, &zero, &p, 0) != Success) in winCreateDefColormap()
/OK3568_Linux_fs/external/xserver/include/
H A Dcolormap.h98 extern _X_EXPORT int AllocColor(ColormapPtr /*pmap */ ,
/OK3568_Linux_fs/external/xserver/render/
H A Dmiindex.c150 if (AllocColor(pColormap, &red, &green, in miBuildRenderColormap()
158 if (AllocColor(pColormap, &red, &green, &blue, &pixel, 0) != Success) in miBuildRenderColormap()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DColor.c479 if ((AllocColor(pCmap, &ones, &ones, &ones, &wp, 0) != in xnestCreateDefaultColormap()
481 (AllocColor(pCmap, &zero, &zero, &zero, &bp, 0) != Success)) in xnestCreateDefaultColormap()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmicmap.c262 if ((AllocColor(cmap, &ones, &ones, &ones, &wp, 0) != in miCreateDefColormap()
264 (AllocColor(cmap, &zero, &zero, &zero, &bp, 0) != Success)) in miCreateDefColormap()
/OK3568_Linux_fs/external/xserver/dix/
H A Dprotocol.txt513 R084 X11:AllocColor
H A Ddispatch.c2555 if ((rc = AllocColor(pmap, &acr.red, &acr.green, &acr.blue, in ProcAllocColor()
2595 if ((rc = AllocColor(pcmp, in ProcAllocNamedColor()
H A Dcolormap.c925 AllocColor(ColormapPtr pmap, in AllocColor() function
/OK3568_Linux_fs/external/xserver/
H A DChangeLog151745 Bug #10463: Always initialize reference pixel before AllocColor()
187989 or other mechanisms to compute pixel values instead of AllocColor