Searched refs:num_masks (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/Xi/
H A Dxiselectev.c75 swaps(&stuff->num_masks, n);
79 for (i = 0; i < stuff->num_masks; i++)
98 int rc, num_masks; local in function:ProcXISelectEvents
109 if (stuff->num_masks == 0)
120 num_masks = stuff->num_masks;
121 while(num_masks--)
176 num_masks = stuff->num_masks;
177 while(num_masks
[all...]
/xsrc/external/mit/xorg-server.old/dist/test/xi2/
H A Dprotocol-xiselectevents.c39 * BadValue for num_masks < 0
101 for (i = 0; i < req->num_masks; i++)
115 for (i = 0; i < req->num_masks; i++)
125 swaps(&req->num_masks, n);
143 req->num_masks = i;
255 req->num_masks = 0;
272 req->num_masks = 1;
275 req->num_masks = 2;
278 req->num_masks = 0xFF;
283 req->num_masks
[all...]
H A Dprotocol-xigetselectedevents.c98 swaps(&rep->num_masks, n);
103 g_assert(rep->num_masks == test_data.num_masks_expected);
/xsrc/external/mit/libXi/dist/src/
H A DXISelEv.c48 XISelectEvents(Display* dpy, Window win, XIEventMask* masks, int num_masks) argument
66 for (i = 0; i < num_masks; i++) {
90 req->num_masks = num_masks;
93 for (i = 0; i < num_masks; i++)
102 for (i = 0; i < num_masks; i++)
149 if (reply.num_masks == 0)
175 len = reply.num_masks * sizeof(XIEventMask);
177 for (i = 0, mi = mask_in; i < reply.num_masks; i++)
195 mask = (unsigned char*)&mask_out[reply.num_masks];
[all...]
/xsrc/external/mit/xorg-server/dist/Xi/
H A Dxiselectev.c126 swaps(&stuff->num_masks);
130 for (i = 0; i < stuff->num_masks; i++) {
149 int rc, num_masks; local in function:ProcXISelectEvents
160 if (stuff->num_masks == 0)
171 num_masks = stuff->num_masks;
172 while (num_masks--) {
306 num_masks = stuff->num_masks;
307 while (num_masks
[all...]
/xsrc/external/mit/xorg-server/dist/test/xi2/
H A Dprotocol-xiselectevents.c42 * BadValue for num_masks < 0
94 for (i = 0; i < req->num_masks; i++) {
107 for (i = 0; i < req->num_masks; i++) {
116 swaps(&req->num_masks);
176 req->num_masks = i;
297 req->num_masks = 0;
314 req->num_masks = 1;
317 req->num_masks = 2;
320 req->num_masks = 0xFF;
325 req->num_masks
[all...]
H A Dprotocol-xigetselectedevents.c83 swaps(&rep->num_masks);
88 assert(rep->num_masks == test_data.num_masks_expected);
/xsrc/external/mit/xorg-server/dist/test/bigreq/
H A Drequest-length.c42 int num_masks; member in struct:main::__anon6eaef16d0108
48 .num_masks = 0,
/xsrc/external/mit/freetype/dist/src/pshinter/
H A Dpshrec.h106 FT_UInt num_masks; member in struct:PS_Mask_TableRec_
H A Dpshrec.c222 table->num_masks = 0;
259 count = table->num_masks;
272 table->num_masks = count;
291 count = table->num_masks;
421 if ( index1 < index2 && index2 < table->num_masks )
470 delta = (FT_Int)( table->num_masks - 1 - index2 );
484 table->num_masks--;
507 for ( index1 = (FT_Int)table->num_masks - 1; index1 > 0; index1-- )
557 dimension->masks.num_masks = 0;
558 dimension->counters.num_masks
[all...]
H A Dpshalgo.c217 count = hint_masks->num_masks;
1572 FT_UInt num_masks = table->hint_masks->num_masks; local in function:psh_glyph_find_strong_points
1586 if ( num_masks > 1 && glyph->num_points > 0 )
1593 for ( ; num_masks > 1; num_masks--, mask++ )
1614 if ( num_masks == 1 )
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXI2proto.h340 uint16_t num_masks; member in struct:__anon80eef7f41108
361 uint16_t num_masks; /**< Number of xXIEventMask structs member in struct:__anon80eef7f41308
/xsrc/external/mit/libXi/dist/include/X11/extensions/
H A DXInput2.h492 int num_masks

Completed in 17 milliseconds