Lines Matching refs:ent
1052 palette->ent[i] = prng_rand() & mask;
1075 old_idx = palette->ent[i15];
1083 palette->ent[i15] = i;
1088 assert (palette->ent[CONVERT_15 (palette->rgba[i], is_rgb)] == i);
1341 const format_entry_t *ent = &format_list[i];
1343 if (strcasecmp (ent->name, s) == 0)
1344 return ent->format;
1377 const format_entry_t *ent = &format_list[i];
1379 if (ent->is_alias)
1382 emit (ent->name, &n_chars);
1399 const operator_entry_t *ent = &op_list[i];
1402 if (ent->is_alias)
1406 ent->name + strlen ("PIXMAN_OP_"));
1428 const dither_entry_t *ent = &dither_list[i];
1430 if (ent->is_alias)
1433 emit (ent->name, &n_chars);
1446 const operator_entry_t *ent = &op_list[i];
1448 if (ent->is_alias)
1450 if (strcasecmp (ent->name, s) == 0)
1451 return ent->op;
1455 if (strcasecmp (ent->name + strlen ("PIXMAN_OP_"), s) == 0)
1456 return ent->op;
1470 const dither_entry_t *ent = &dither_list[i];
1472 if (strcasecmp (ent->name, s) == 0)
1473 return ent->dither;
1486 const operator_entry_t *ent = &op_list[i];
1488 if (ent->op == op)
1489 return ent->name;
1502 const format_entry_t *ent = &format_list[i];
1504 if (ent->format == format)
1505 return ent->name;
1518 const dither_entry_t *ent = &dither_list[i];
1520 if (ent->dither == dither)
1521 return ent->name;