Searched refs:nmaps (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DSetPntMap.c37 int nmaps)
44 req->nElts = nmaps;
45 req->length += (nmaps + 3)>>2;
46 Data (dpy, (_Xconst char *)map, (long) nmaps);
34 XSetPointerMapping(register Display * dpy,_Xconst unsigned char * map,int nmaps) argument
H A DGetPntMap.c43 int nmaps)
76 MIN((int)rep.nElts, nmaps) );
40 XGetPointerMapping(register Display * dpy,unsigned char * map,int nmaps) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dbuffer9.c58 This->nmaps = 0;
155 while (This->nmaps) {
262 This->nmaps++;
297 if (This->nmaps == This->maxmaps) {
326 if (This->nmaps >= 1)
327 This->maps[This->nmaps-1].should_destroy_buf = true;
335 This->maps[This->nmaps].transfer = NULL;
336 This->maps[This->nmaps].is_pipe_secondary = false;
337 This->maps[This->nmaps].buf = NULL;
338 This->maps[This->nmaps]
[all...]
H A Dbuffer9.h52 int nmaps, maxmaps; member in struct:NineBuffer9
/xsrc/external/mit/ctwm/dist/
H A Dcolormaps.h20 void InsertRGBColormap(Atom a, XStandardColormap *maps, int nmaps,
H A Dcolormaps.c555 InsertRGBColormap(Atom a, XStandardColormap *maps, int nmaps, argument
597 sc->nmaps = nmaps;
656 int nmaps; local in function:LocateStandardColormaps
658 if(XGetRGBColormaps(dpy, Scr->Root, &maps, &nmaps, atoms[i])) {
660 InsertRGBColormap(atoms[i], maps, nmaps, false);
H A Dscreen.h49 int nmaps; /* number of maps below */ member in struct:StdCmap
H A Dutil.c205 for(i = 0; i < sc->nmaps; i++) {
H A Devent_handlers.c1161 int nmaps; local in function:HandlePropertyNotify
1163 if(XGetRGBColormaps(dpy, Scr->Root, &maps, &nmaps,
1166 InsertRGBColormap(Event.xproperty.atom, maps, nmaps, true);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dbuffer9.c60 This->nmaps = 0;
192 assert(!This->nmaps);
365 if (This->nmaps == This->maxmaps) {
394 if (This->nmaps >= 1)
395 This->maps[This->nmaps-1].should_destroy_buf = true;
403 This->maps[This->nmaps].transfer = NULL;
404 This->maps[This->nmaps].is_pipe_secondary = false;
405 This->maps[This->nmaps].buf = NULL;
406 This->maps[This->nmaps].should_destroy_buf = false;
411 if (This->nmaps >
[all...]
H A Dbuffer9.h55 int nlocks, nmaps, maxmaps; member in struct:NineBuffer9
/xsrc/external/mit/twm/dist/src/
H A Dutil.h73 extern void InsertRGBColormap(Atom a, XStandardColormap *maps, int nmaps,
H A Dutil.c391 InsertRGBColormap(Atom a, XStandardColormap *maps, int nmaps, Bool replace) argument
429 sc->nmaps = nmaps;
471 int nmaps; local in function:LocateStandardColormaps
473 if (XGetRGBColormaps(dpy, Scr->Root, &maps, &nmaps, atoms[i])) {
475 InsertRGBColormap(atoms[i], maps, nmaps, False);
524 for (i = 0; i < sc->nmaps; i++) {
H A Dscreen.h47 int nmaps; /* number of maps below */ member in struct:_StdCmap
H A Devents.c747 int nmaps; local in function:HandlePropertyNotify
751 if (XGetRGBColormaps(dpy, Scr->Root, &maps, &nmaps,
754 InsertRGBColormap(Event.xproperty.atom, maps, nmaps, True);

Completed in 19 milliseconds