Searched refs:new_bounding_box (Results 1 – 1 of 1) sorted by relevance
72 int new_bounding_box[4]; /* New composite bounding box */ member955 doc->new_bounding_box[0], doc->new_bounding_box[1], in copy_dsc()956 doc->new_bounding_box[2], doc->new_bounding_box[3]); in copy_dsc()1478 if (bounding_box[0] < doc->new_bounding_box[0]) in copy_page()1479 doc->new_bounding_box[0] = bounding_box[0]; in copy_page()1480 if (bounding_box[1] < doc->new_bounding_box[1]) in copy_page()1481 doc->new_bounding_box[1] = bounding_box[1]; in copy_page()1482 if (bounding_box[2] > doc->new_bounding_box[2]) in copy_page()1483 doc->new_bounding_box[2] = bounding_box[2]; in copy_page()1484 if (bounding_box[3] > doc->new_bounding_box[3]) in copy_page()[all …]