Lines Matching defs:num_buttons
770 bev->num_buttons = sev->num_buttons;
846 bv->num_buttons = 256;
1114 sizeXIButtonClassType(int num_buttons, int* structure, int* state, int* atoms)
1120 size = ((((num_buttons + 7)/8) + 3)/4);
1125 labels = num_buttons * sizeof(Atom);
1129 labels += ((((num_buttons + 7)/8) + 3)/4) * sizeof(Atom);
1146 * num_elements is num_buttons for XIButtonClass or num_keycodes for
1229 ((XIButtonClassInfo*)any)->num_buttons);
1271 sizeXIButtonClassType(bin->num_buttons, &struct_size,
1281 memcpy(bout->labels, bin->labels, bout->num_buttons * sizeof(Atom));
1677 ((xXIButtonInfo*)any_wire)->num_buttons);
1751 sizeXIButtonClassType(cls_wire->num_buttons,
1755 wire_mask_size = ((cls_wire->num_buttons + 7)/8 + 3)/4 * 4;
1759 cls_lib->num_buttons = cls_wire->num_buttons;
1771 for (j = 0; j < cls_lib->num_buttons; j++)