Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Dcolormap.c454 TellNoMap(WindowPtr pwin, Colormap * pmid) in TellNoMap() argument
456 if (wColormap(pwin) == *pmid) { in TellNoMap()
482 Colormap *pmid = (Colormap *) value; in TellLostMap() local
488 if (wColormap(pwin) == *pmid) { in TellLostMap()
492 .u.colormap.colormap = *pmid, in TellLostMap()
507 Colormap *pmid = (Colormap *) value; in TellGainedMap() local
513 if (wColormap(pwin) == *pmid) { in TellGainedMap()
517 .u.colormap.colormap = *pmid, in TellGainedMap()