Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/AnonR/smanonr..../usr/include/xcb
File: render.h
uint32_t num_aliases;
[1000] Fix | Delete
uint32_t num_filters;
[1001] Fix | Delete
uint8_t pad1[16];
[1002] Fix | Delete
} xcb_render_query_filters_reply_t;
[1003] Fix | Delete
[1004] Fix | Delete
/** Opcode for xcb_render_set_picture_filter. */
[1005] Fix | Delete
#define XCB_RENDER_SET_PICTURE_FILTER 30
[1006] Fix | Delete
[1007] Fix | Delete
/**
[1008] Fix | Delete
* @brief xcb_render_set_picture_filter_request_t
[1009] Fix | Delete
**/
[1010] Fix | Delete
typedef struct xcb_render_set_picture_filter_request_t {
[1011] Fix | Delete
uint8_t major_opcode;
[1012] Fix | Delete
uint8_t minor_opcode;
[1013] Fix | Delete
uint16_t length;
[1014] Fix | Delete
xcb_render_picture_t picture;
[1015] Fix | Delete
uint16_t filter_len;
[1016] Fix | Delete
uint8_t pad0[2];
[1017] Fix | Delete
} xcb_render_set_picture_filter_request_t;
[1018] Fix | Delete
[1019] Fix | Delete
/**
[1020] Fix | Delete
* @brief xcb_render_animcursorelt_t
[1021] Fix | Delete
**/
[1022] Fix | Delete
typedef struct xcb_render_animcursorelt_t {
[1023] Fix | Delete
xcb_cursor_t cursor;
[1024] Fix | Delete
uint32_t delay;
[1025] Fix | Delete
} xcb_render_animcursorelt_t;
[1026] Fix | Delete
[1027] Fix | Delete
/**
[1028] Fix | Delete
* @brief xcb_render_animcursorelt_iterator_t
[1029] Fix | Delete
**/
[1030] Fix | Delete
typedef struct xcb_render_animcursorelt_iterator_t {
[1031] Fix | Delete
xcb_render_animcursorelt_t *data;
[1032] Fix | Delete
int rem;
[1033] Fix | Delete
int index;
[1034] Fix | Delete
} xcb_render_animcursorelt_iterator_t;
[1035] Fix | Delete
[1036] Fix | Delete
/** Opcode for xcb_render_create_anim_cursor. */
[1037] Fix | Delete
#define XCB_RENDER_CREATE_ANIM_CURSOR 31
[1038] Fix | Delete
[1039] Fix | Delete
/**
[1040] Fix | Delete
* @brief xcb_render_create_anim_cursor_request_t
[1041] Fix | Delete
**/
[1042] Fix | Delete
typedef struct xcb_render_create_anim_cursor_request_t {
[1043] Fix | Delete
uint8_t major_opcode;
[1044] Fix | Delete
uint8_t minor_opcode;
[1045] Fix | Delete
uint16_t length;
[1046] Fix | Delete
xcb_cursor_t cid;
[1047] Fix | Delete
} xcb_render_create_anim_cursor_request_t;
[1048] Fix | Delete
[1049] Fix | Delete
/**
[1050] Fix | Delete
* @brief xcb_render_spanfix_t
[1051] Fix | Delete
**/
[1052] Fix | Delete
typedef struct xcb_render_spanfix_t {
[1053] Fix | Delete
xcb_render_fixed_t l;
[1054] Fix | Delete
xcb_render_fixed_t r;
[1055] Fix | Delete
xcb_render_fixed_t y;
[1056] Fix | Delete
} xcb_render_spanfix_t;
[1057] Fix | Delete
[1058] Fix | Delete
/**
[1059] Fix | Delete
* @brief xcb_render_spanfix_iterator_t
[1060] Fix | Delete
**/
[1061] Fix | Delete
typedef struct xcb_render_spanfix_iterator_t {
[1062] Fix | Delete
xcb_render_spanfix_t *data;
[1063] Fix | Delete
int rem;
[1064] Fix | Delete
int index;
[1065] Fix | Delete
} xcb_render_spanfix_iterator_t;
[1066] Fix | Delete
[1067] Fix | Delete
/**
[1068] Fix | Delete
* @brief xcb_render_trap_t
[1069] Fix | Delete
**/
[1070] Fix | Delete
typedef struct xcb_render_trap_t {
[1071] Fix | Delete
xcb_render_spanfix_t top;
[1072] Fix | Delete
xcb_render_spanfix_t bot;
[1073] Fix | Delete
} xcb_render_trap_t;
[1074] Fix | Delete
[1075] Fix | Delete
/**
[1076] Fix | Delete
* @brief xcb_render_trap_iterator_t
[1077] Fix | Delete
**/
[1078] Fix | Delete
typedef struct xcb_render_trap_iterator_t {
[1079] Fix | Delete
xcb_render_trap_t *data;
[1080] Fix | Delete
int rem;
[1081] Fix | Delete
int index;
[1082] Fix | Delete
} xcb_render_trap_iterator_t;
[1083] Fix | Delete
[1084] Fix | Delete
/** Opcode for xcb_render_add_traps. */
[1085] Fix | Delete
#define XCB_RENDER_ADD_TRAPS 32
[1086] Fix | Delete
[1087] Fix | Delete
/**
[1088] Fix | Delete
* @brief xcb_render_add_traps_request_t
[1089] Fix | Delete
**/
[1090] Fix | Delete
typedef struct xcb_render_add_traps_request_t {
[1091] Fix | Delete
uint8_t major_opcode;
[1092] Fix | Delete
uint8_t minor_opcode;
[1093] Fix | Delete
uint16_t length;
[1094] Fix | Delete
xcb_render_picture_t picture;
[1095] Fix | Delete
int16_t x_off;
[1096] Fix | Delete
int16_t y_off;
[1097] Fix | Delete
} xcb_render_add_traps_request_t;
[1098] Fix | Delete
[1099] Fix | Delete
/** Opcode for xcb_render_create_solid_fill. */
[1100] Fix | Delete
#define XCB_RENDER_CREATE_SOLID_FILL 33
[1101] Fix | Delete
[1102] Fix | Delete
/**
[1103] Fix | Delete
* @brief xcb_render_create_solid_fill_request_t
[1104] Fix | Delete
**/
[1105] Fix | Delete
typedef struct xcb_render_create_solid_fill_request_t {
[1106] Fix | Delete
uint8_t major_opcode;
[1107] Fix | Delete
uint8_t minor_opcode;
[1108] Fix | Delete
uint16_t length;
[1109] Fix | Delete
xcb_render_picture_t picture;
[1110] Fix | Delete
xcb_render_color_t color;
[1111] Fix | Delete
} xcb_render_create_solid_fill_request_t;
[1112] Fix | Delete
[1113] Fix | Delete
/** Opcode for xcb_render_create_linear_gradient. */
[1114] Fix | Delete
#define XCB_RENDER_CREATE_LINEAR_GRADIENT 34
[1115] Fix | Delete
[1116] Fix | Delete
/**
[1117] Fix | Delete
* @brief xcb_render_create_linear_gradient_request_t
[1118] Fix | Delete
**/
[1119] Fix | Delete
typedef struct xcb_render_create_linear_gradient_request_t {
[1120] Fix | Delete
uint8_t major_opcode;
[1121] Fix | Delete
uint8_t minor_opcode;
[1122] Fix | Delete
uint16_t length;
[1123] Fix | Delete
xcb_render_picture_t picture;
[1124] Fix | Delete
xcb_render_pointfix_t p1;
[1125] Fix | Delete
xcb_render_pointfix_t p2;
[1126] Fix | Delete
uint32_t num_stops;
[1127] Fix | Delete
} xcb_render_create_linear_gradient_request_t;
[1128] Fix | Delete
[1129] Fix | Delete
/** Opcode for xcb_render_create_radial_gradient. */
[1130] Fix | Delete
#define XCB_RENDER_CREATE_RADIAL_GRADIENT 35
[1131] Fix | Delete
[1132] Fix | Delete
/**
[1133] Fix | Delete
* @brief xcb_render_create_radial_gradient_request_t
[1134] Fix | Delete
**/
[1135] Fix | Delete
typedef struct xcb_render_create_radial_gradient_request_t {
[1136] Fix | Delete
uint8_t major_opcode;
[1137] Fix | Delete
uint8_t minor_opcode;
[1138] Fix | Delete
uint16_t length;
[1139] Fix | Delete
xcb_render_picture_t picture;
[1140] Fix | Delete
xcb_render_pointfix_t inner;
[1141] Fix | Delete
xcb_render_pointfix_t outer;
[1142] Fix | Delete
xcb_render_fixed_t inner_radius;
[1143] Fix | Delete
xcb_render_fixed_t outer_radius;
[1144] Fix | Delete
uint32_t num_stops;
[1145] Fix | Delete
} xcb_render_create_radial_gradient_request_t;
[1146] Fix | Delete
[1147] Fix | Delete
/** Opcode for xcb_render_create_conical_gradient. */
[1148] Fix | Delete
#define XCB_RENDER_CREATE_CONICAL_GRADIENT 36
[1149] Fix | Delete
[1150] Fix | Delete
/**
[1151] Fix | Delete
* @brief xcb_render_create_conical_gradient_request_t
[1152] Fix | Delete
**/
[1153] Fix | Delete
typedef struct xcb_render_create_conical_gradient_request_t {
[1154] Fix | Delete
uint8_t major_opcode;
[1155] Fix | Delete
uint8_t minor_opcode;
[1156] Fix | Delete
uint16_t length;
[1157] Fix | Delete
xcb_render_picture_t picture;
[1158] Fix | Delete
xcb_render_pointfix_t center;
[1159] Fix | Delete
xcb_render_fixed_t angle;
[1160] Fix | Delete
uint32_t num_stops;
[1161] Fix | Delete
} xcb_render_create_conical_gradient_request_t;
[1162] Fix | Delete
[1163] Fix | Delete
/**
[1164] Fix | Delete
* Get the next element of the iterator
[1165] Fix | Delete
* @param i Pointer to a xcb_render_glyph_iterator_t
[1166] Fix | Delete
*
[1167] Fix | Delete
* Get the next element in the iterator. The member rem is
[1168] Fix | Delete
* decreased by one. The member data points to the next
[1169] Fix | Delete
* element. The member index is increased by sizeof(xcb_render_glyph_t)
[1170] Fix | Delete
*/
[1171] Fix | Delete
void
[1172] Fix | Delete
xcb_render_glyph_next (xcb_render_glyph_iterator_t *i);
[1173] Fix | Delete
[1174] Fix | Delete
/**
[1175] Fix | Delete
* Return the iterator pointing to the last element
[1176] Fix | Delete
* @param i An xcb_render_glyph_iterator_t
[1177] Fix | Delete
* @return The iterator pointing to the last element
[1178] Fix | Delete
*
[1179] Fix | Delete
* Set the current element in the iterator to the last element.
[1180] Fix | Delete
* The member rem is set to 0. The member data points to the
[1181] Fix | Delete
* last element.
[1182] Fix | Delete
*/
[1183] Fix | Delete
xcb_generic_iterator_t
[1184] Fix | Delete
xcb_render_glyph_end (xcb_render_glyph_iterator_t i);
[1185] Fix | Delete
[1186] Fix | Delete
/**
[1187] Fix | Delete
* Get the next element of the iterator
[1188] Fix | Delete
* @param i Pointer to a xcb_render_glyphset_iterator_t
[1189] Fix | Delete
*
[1190] Fix | Delete
* Get the next element in the iterator. The member rem is
[1191] Fix | Delete
* decreased by one. The member data points to the next
[1192] Fix | Delete
* element. The member index is increased by sizeof(xcb_render_glyphset_t)
[1193] Fix | Delete
*/
[1194] Fix | Delete
void
[1195] Fix | Delete
xcb_render_glyphset_next (xcb_render_glyphset_iterator_t *i);
[1196] Fix | Delete
[1197] Fix | Delete
/**
[1198] Fix | Delete
* Return the iterator pointing to the last element
[1199] Fix | Delete
* @param i An xcb_render_glyphset_iterator_t
[1200] Fix | Delete
* @return The iterator pointing to the last element
[1201] Fix | Delete
*
[1202] Fix | Delete
* Set the current element in the iterator to the last element.
[1203] Fix | Delete
* The member rem is set to 0. The member data points to the
[1204] Fix | Delete
* last element.
[1205] Fix | Delete
*/
[1206] Fix | Delete
xcb_generic_iterator_t
[1207] Fix | Delete
xcb_render_glyphset_end (xcb_render_glyphset_iterator_t i);
[1208] Fix | Delete
[1209] Fix | Delete
/**
[1210] Fix | Delete
* Get the next element of the iterator
[1211] Fix | Delete
* @param i Pointer to a xcb_render_picture_iterator_t
[1212] Fix | Delete
*
[1213] Fix | Delete
* Get the next element in the iterator. The member rem is
[1214] Fix | Delete
* decreased by one. The member data points to the next
[1215] Fix | Delete
* element. The member index is increased by sizeof(xcb_render_picture_t)
[1216] Fix | Delete
*/
[1217] Fix | Delete
void
[1218] Fix | Delete
xcb_render_picture_next (xcb_render_picture_iterator_t *i);
[1219] Fix | Delete
[1220] Fix | Delete
/**
[1221] Fix | Delete
* Return the iterator pointing to the last element
[1222] Fix | Delete
* @param i An xcb_render_picture_iterator_t
[1223] Fix | Delete
* @return The iterator pointing to the last element
[1224] Fix | Delete
*
[1225] Fix | Delete
* Set the current element in the iterator to the last element.
[1226] Fix | Delete
* The member rem is set to 0. The member data points to the
[1227] Fix | Delete
* last element.
[1228] Fix | Delete
*/
[1229] Fix | Delete
xcb_generic_iterator_t
[1230] Fix | Delete
xcb_render_picture_end (xcb_render_picture_iterator_t i);
[1231] Fix | Delete
[1232] Fix | Delete
/**
[1233] Fix | Delete
* Get the next element of the iterator
[1234] Fix | Delete
* @param i Pointer to a xcb_render_pictformat_iterator_t
[1235] Fix | Delete
*
[1236] Fix | Delete
* Get the next element in the iterator. The member rem is
[1237] Fix | Delete
* decreased by one. The member data points to the next
[1238] Fix | Delete
* element. The member index is increased by sizeof(xcb_render_pictformat_t)
[1239] Fix | Delete
*/
[1240] Fix | Delete
void
[1241] Fix | Delete
xcb_render_pictformat_next (xcb_render_pictformat_iterator_t *i);
[1242] Fix | Delete
[1243] Fix | Delete
/**
[1244] Fix | Delete
* Return the iterator pointing to the last element
[1245] Fix | Delete
* @param i An xcb_render_pictformat_iterator_t
[1246] Fix | Delete
* @return The iterator pointing to the last element
[1247] Fix | Delete
*
[1248] Fix | Delete
* Set the current element in the iterator to the last element.
[1249] Fix | Delete
* The member rem is set to 0. The member data points to the
[1250] Fix | Delete
* last element.
[1251] Fix | Delete
*/
[1252] Fix | Delete
xcb_generic_iterator_t
[1253] Fix | Delete
xcb_render_pictformat_end (xcb_render_pictformat_iterator_t i);
[1254] Fix | Delete
[1255] Fix | Delete
/**
[1256] Fix | Delete
* Get the next element of the iterator
[1257] Fix | Delete
* @param i Pointer to a xcb_render_fixed_iterator_t
[1258] Fix | Delete
*
[1259] Fix | Delete
* Get the next element in the iterator. The member rem is
[1260] Fix | Delete
* decreased by one. The member data points to the next
[1261] Fix | Delete
* element. The member index is increased by sizeof(xcb_render_fixed_t)
[1262] Fix | Delete
*/
[1263] Fix | Delete
void
[1264] Fix | Delete
xcb_render_fixed_next (xcb_render_fixed_iterator_t *i);
[1265] Fix | Delete
[1266] Fix | Delete
/**
[1267] Fix | Delete
* Return the iterator pointing to the last element
[1268] Fix | Delete
* @param i An xcb_render_fixed_iterator_t
[1269] Fix | Delete
* @return The iterator pointing to the last element
[1270] Fix | Delete
*
[1271] Fix | Delete
* Set the current element in the iterator to the last element.
[1272] Fix | Delete
* The member rem is set to 0. The member data points to the
[1273] Fix | Delete
* last element.
[1274] Fix | Delete
*/
[1275] Fix | Delete
xcb_generic_iterator_t
[1276] Fix | Delete
xcb_render_fixed_end (xcb_render_fixed_iterator_t i);
[1277] Fix | Delete
[1278] Fix | Delete
/**
[1279] Fix | Delete
* Get the next element of the iterator
[1280] Fix | Delete
* @param i Pointer to a xcb_render_directformat_iterator_t
[1281] Fix | Delete
*
[1282] Fix | Delete
* Get the next element in the iterator. The member rem is
[1283] Fix | Delete
* decreased by one. The member data points to the next
[1284] Fix | Delete
* element. The member index is increased by sizeof(xcb_render_directformat_t)
[1285] Fix | Delete
*/
[1286] Fix | Delete
void
[1287] Fix | Delete
xcb_render_directformat_next (xcb_render_directformat_iterator_t *i);
[1288] Fix | Delete
[1289] Fix | Delete
/**
[1290] Fix | Delete
* Return the iterator pointing to the last element
[1291] Fix | Delete
* @param i An xcb_render_directformat_iterator_t
[1292] Fix | Delete
* @return The iterator pointing to the last element
[1293] Fix | Delete
*
[1294] Fix | Delete
* Set the current element in the iterator to the last element.
[1295] Fix | Delete
* The member rem is set to 0. The member data points to the
[1296] Fix | Delete
* last element.
[1297] Fix | Delete
*/
[1298] Fix | Delete
xcb_generic_iterator_t
[1299] Fix | Delete
xcb_render_directformat_end (xcb_render_directformat_iterator_t i);
[1300] Fix | Delete
[1301] Fix | Delete
/**
[1302] Fix | Delete
* Get the next element of the iterator
[1303] Fix | Delete
* @param i Pointer to a xcb_render_pictforminfo_iterator_t
[1304] Fix | Delete
*
[1305] Fix | Delete
* Get the next element in the iterator. The member rem is
[1306] Fix | Delete
* decreased by one. The member data points to the next
[1307] Fix | Delete
* element. The member index is increased by sizeof(xcb_render_pictforminfo_t)
[1308] Fix | Delete
*/
[1309] Fix | Delete
void
[1310] Fix | Delete
xcb_render_pictforminfo_next (xcb_render_pictforminfo_iterator_t *i);
[1311] Fix | Delete
[1312] Fix | Delete
/**
[1313] Fix | Delete
* Return the iterator pointing to the last element
[1314] Fix | Delete
* @param i An xcb_render_pictforminfo_iterator_t
[1315] Fix | Delete
* @return The iterator pointing to the last element
[1316] Fix | Delete
*
[1317] Fix | Delete
* Set the current element in the iterator to the last element.
[1318] Fix | Delete
* The member rem is set to 0. The member data points to the
[1319] Fix | Delete
* last element.
[1320] Fix | Delete
*/
[1321] Fix | Delete
xcb_generic_iterator_t
[1322] Fix | Delete
xcb_render_pictforminfo_end (xcb_render_pictforminfo_iterator_t i);
[1323] Fix | Delete
[1324] Fix | Delete
/**
[1325] Fix | Delete
* Get the next element of the iterator
[1326] Fix | Delete
* @param i Pointer to a xcb_render_pictvisual_iterator_t
[1327] Fix | Delete
*
[1328] Fix | Delete
* Get the next element in the iterator. The member rem is
[1329] Fix | Delete
* decreased by one. The member data points to the next
[1330] Fix | Delete
* element. The member index is increased by sizeof(xcb_render_pictvisual_t)
[1331] Fix | Delete
*/
[1332] Fix | Delete
void
[1333] Fix | Delete
xcb_render_pictvisual_next (xcb_render_pictvisual_iterator_t *i);
[1334] Fix | Delete
[1335] Fix | Delete
/**
[1336] Fix | Delete
* Return the iterator pointing to the last element
[1337] Fix | Delete
* @param i An xcb_render_pictvisual_iterator_t
[1338] Fix | Delete
* @return The iterator pointing to the last element
[1339] Fix | Delete
*
[1340] Fix | Delete
* Set the current element in the iterator to the last element.
[1341] Fix | Delete
* The member rem is set to 0. The member data points to the
[1342] Fix | Delete
* last element.
[1343] Fix | Delete
*/
[1344] Fix | Delete
xcb_generic_iterator_t
[1345] Fix | Delete
xcb_render_pictvisual_end (xcb_render_pictvisual_iterator_t i);
[1346] Fix | Delete
[1347] Fix | Delete
int
[1348] Fix | Delete
xcb_render_pictdepth_sizeof (const void *_buffer);
[1349] Fix | Delete
[1350] Fix | Delete
xcb_render_pictvisual_t *
[1351] Fix | Delete
xcb_render_pictdepth_visuals (const xcb_render_pictdepth_t *R);
[1352] Fix | Delete
[1353] Fix | Delete
int
[1354] Fix | Delete
xcb_render_pictdepth_visuals_length (const xcb_render_pictdepth_t *R);
[1355] Fix | Delete
[1356] Fix | Delete
xcb_render_pictvisual_iterator_t
[1357] Fix | Delete
xcb_render_pictdepth_visuals_iterator (const xcb_render_pictdepth_t *R);
[1358] Fix | Delete
[1359] Fix | Delete
/**
[1360] Fix | Delete
* Get the next element of the iterator
[1361] Fix | Delete
* @param i Pointer to a xcb_render_pictdepth_iterator_t
[1362] Fix | Delete
*
[1363] Fix | Delete
* Get the next element in the iterator. The member rem is
[1364] Fix | Delete
* decreased by one. The member data points to the next
[1365] Fix | Delete
* element. The member index is increased by sizeof(xcb_render_pictdepth_t)
[1366] Fix | Delete
*/
[1367] Fix | Delete
void
[1368] Fix | Delete
xcb_render_pictdepth_next (xcb_render_pictdepth_iterator_t *i);
[1369] Fix | Delete
[1370] Fix | Delete
/**
[1371] Fix | Delete
* Return the iterator pointing to the last element
[1372] Fix | Delete
* @param i An xcb_render_pictdepth_iterator_t
[1373] Fix | Delete
* @return The iterator pointing to the last element
[1374] Fix | Delete
*
[1375] Fix | Delete
* Set the current element in the iterator to the last element.
[1376] Fix | Delete
* The member rem is set to 0. The member data points to the
[1377] Fix | Delete
* last element.
[1378] Fix | Delete
*/
[1379] Fix | Delete
xcb_generic_iterator_t
[1380] Fix | Delete
xcb_render_pictdepth_end (xcb_render_pictdepth_iterator_t i);
[1381] Fix | Delete
[1382] Fix | Delete
int
[1383] Fix | Delete
xcb_render_pictscreen_sizeof (const void *_buffer);
[1384] Fix | Delete
[1385] Fix | Delete
int
[1386] Fix | Delete
xcb_render_pictscreen_depths_length (const xcb_render_pictscreen_t *R);
[1387] Fix | Delete
[1388] Fix | Delete
xcb_render_pictdepth_iterator_t
[1389] Fix | Delete
xcb_render_pictscreen_depths_iterator (const xcb_render_pictscreen_t *R);
[1390] Fix | Delete
[1391] Fix | Delete
/**
[1392] Fix | Delete
* Get the next element of the iterator
[1393] Fix | Delete
* @param i Pointer to a xcb_render_pictscreen_iterator_t
[1394] Fix | Delete
*
[1395] Fix | Delete
* Get the next element in the iterator. The member rem is
[1396] Fix | Delete
* decreased by one. The member data points to the next
[1397] Fix | Delete
* element. The member index is increased by sizeof(xcb_render_pictscreen_t)
[1398] Fix | Delete
*/
[1399] Fix | Delete
void
[1400] Fix | Delete
xcb_render_pictscreen_next (xcb_render_pictscreen_iterator_t *i);
[1401] Fix | Delete
[1402] Fix | Delete
/**
[1403] Fix | Delete
* Return the iterator pointing to the last element
[1404] Fix | Delete
* @param i An xcb_render_pictscreen_iterator_t
[1405] Fix | Delete
* @return The iterator pointing to the last element
[1406] Fix | Delete
*
[1407] Fix | Delete
* Set the current element in the iterator to the last element.
[1408] Fix | Delete
* The member rem is set to 0. The member data points to the
[1409] Fix | Delete
* last element.
[1410] Fix | Delete
*/
[1411] Fix | Delete
xcb_generic_iterator_t
[1412] Fix | Delete
xcb_render_pictscreen_end (xcb_render_pictscreen_iterator_t i);
[1413] Fix | Delete
[1414] Fix | Delete
/**
[1415] Fix | Delete
* Get the next element of the iterator
[1416] Fix | Delete
* @param i Pointer to a xcb_render_indexvalue_iterator_t
[1417] Fix | Delete
*
[1418] Fix | Delete
* Get the next element in the iterator. The member rem is
[1419] Fix | Delete
* decreased by one. The member data points to the next
[1420] Fix | Delete
* element. The member index is increased by sizeof(xcb_render_indexvalue_t)
[1421] Fix | Delete
*/
[1422] Fix | Delete
void
[1423] Fix | Delete
xcb_render_indexvalue_next (xcb_render_indexvalue_iterator_t *i);
[1424] Fix | Delete
[1425] Fix | Delete
/**
[1426] Fix | Delete
* Return the iterator pointing to the last element
[1427] Fix | Delete
* @param i An xcb_render_indexvalue_iterator_t
[1428] Fix | Delete
* @return The iterator pointing to the last element
[1429] Fix | Delete
*
[1430] Fix | Delete
* Set the current element in the iterator to the last element.
[1431] Fix | Delete
* The member rem is set to 0. The member data points to the
[1432] Fix | Delete
* last element.
[1433] Fix | Delete
*/
[1434] Fix | Delete
xcb_generic_iterator_t
[1435] Fix | Delete
xcb_render_indexvalue_end (xcb_render_indexvalue_iterator_t i);
[1436] Fix | Delete
[1437] Fix | Delete
/**
[1438] Fix | Delete
* Get the next element of the iterator
[1439] Fix | Delete
* @param i Pointer to a xcb_render_color_iterator_t
[1440] Fix | Delete
*
[1441] Fix | Delete
* Get the next element in the iterator. The member rem is
[1442] Fix | Delete
* decreased by one. The member data points to the next
[1443] Fix | Delete
* element. The member index is increased by sizeof(xcb_render_color_t)
[1444] Fix | Delete
*/
[1445] Fix | Delete
void
[1446] Fix | Delete
xcb_render_color_next (xcb_render_color_iterator_t *i);
[1447] Fix | Delete
[1448] Fix | Delete
/**
[1449] Fix | Delete
* Return the iterator pointing to the last element
[1450] Fix | Delete
* @param i An xcb_render_color_iterator_t
[1451] Fix | Delete
* @return The iterator pointing to the last element
[1452] Fix | Delete
*
[1453] Fix | Delete
* Set the current element in the iterator to the last element.
[1454] Fix | Delete
* The member rem is set to 0. The member data points to the
[1455] Fix | Delete
* last element.
[1456] Fix | Delete
*/
[1457] Fix | Delete
xcb_generic_iterator_t
[1458] Fix | Delete
xcb_render_color_end (xcb_render_color_iterator_t i);
[1459] Fix | Delete
[1460] Fix | Delete
/**
[1461] Fix | Delete
* Get the next element of the iterator
[1462] Fix | Delete
* @param i Pointer to a xcb_render_pointfix_iterator_t
[1463] Fix | Delete
*
[1464] Fix | Delete
* Get the next element in the iterator. The member rem is
[1465] Fix | Delete
* decreased by one. The member data points to the next
[1466] Fix | Delete
* element. The member index is increased by sizeof(xcb_render_pointfix_t)
[1467] Fix | Delete
*/
[1468] Fix | Delete
void
[1469] Fix | Delete
xcb_render_pointfix_next (xcb_render_pointfix_iterator_t *i);
[1470] Fix | Delete
[1471] Fix | Delete
/**
[1472] Fix | Delete
* Return the iterator pointing to the last element
[1473] Fix | Delete
* @param i An xcb_render_pointfix_iterator_t
[1474] Fix | Delete
* @return The iterator pointing to the last element
[1475] Fix | Delete
*
[1476] Fix | Delete
* Set the current element in the iterator to the last element.
[1477] Fix | Delete
* The member rem is set to 0. The member data points to the
[1478] Fix | Delete
* last element.
[1479] Fix | Delete
*/
[1480] Fix | Delete
xcb_generic_iterator_t
[1481] Fix | Delete
xcb_render_pointfix_end (xcb_render_pointfix_iterator_t i);
[1482] Fix | Delete
[1483] Fix | Delete
/**
[1484] Fix | Delete
* Get the next element of the iterator
[1485] Fix | Delete
* @param i Pointer to a xcb_render_linefix_iterator_t
[1486] Fix | Delete
*
[1487] Fix | Delete
* Get the next element in the iterator. The member rem is
[1488] Fix | Delete
* decreased by one. The member data points to the next
[1489] Fix | Delete
* element. The member index is increased by sizeof(xcb_render_linefix_t)
[1490] Fix | Delete
*/
[1491] Fix | Delete
void
[1492] Fix | Delete
xcb_render_linefix_next (xcb_render_linefix_iterator_t *i);
[1493] Fix | Delete
[1494] Fix | Delete
/**
[1495] Fix | Delete
* Return the iterator pointing to the last element
[1496] Fix | Delete
* @param i An xcb_render_linefix_iterator_t
[1497] Fix | Delete
* @return The iterator pointing to the last element
[1498] Fix | Delete
*
[1499] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function