HomeSort by: relevance | last modified time | path
    Searched defs:num_masks (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/test/bigreq/
request-length.c 42 int num_masks; member in struct:__anon10312
48 .num_masks = 0,
  /xsrc/external/mit/xorg-server/dist/Xi/
xiselectev.c 126 swaps(&stuff->num_masks);
130 for (i = 0; i < stuff->num_masks; i++) {
149 int rc, num_masks; local
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.old/dist/Xi/
xiselectev.c 75 swaps(&stuff->num_masks, n);
79 for (i = 0; i < stuff->num_masks; i++)
98 int rc, num_masks; local
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/freetype/dist/src/pshinter/
pshrec.h 106 FT_UInt num_masks; member in struct:PS_Mask_TableRec_
pshalgo.c 217 count = hint_masks->num_masks;
1572 FT_UInt num_masks = table->hint_masks->num_masks; local
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/
XI2proto.h 340 uint16_t num_masks; member in struct:__anon11219
361 uint16_t num_masks; /**< Number of xXIEventMask structs member in struct:__anon11221

Completed in 11 milliseconds