Lines Matching defs:object_id
277 int page_id, region_id, clut_id, object_id, i, bpp_index, page_state;
412 bytestream_put_be16(&q, region_id); /* object_id == region_id */
422 for (object_id = 0; object_id < h->num_rects; object_id++) {
431 if (h->rects[object_id]->nb_colors <= 4) {
434 } else if (h->rects[object_id]->nb_colors <= 16) {
437 } else if (h->rects[object_id]->nb_colors <= 256) {
451 bytestream_put_be16(&q, object_id);
467 h->rects[object_id]->data[0],
468 h->rects[object_id]->w * 2,
469 h->rects[object_id]->w,
470 h->rects[object_id]->h >> 1);
476 h->rects[object_id]->data[0] + h->rects[object_id]->w,
477 h->rects[object_id]->w * 2,
478 h->rects[object_id]->w,
479 h->rects[object_id]->h >> 1);