Searched refs:temp_bbox (Results 1 – 1 of 1) sorted by relevance
1359 int temp_bbox[4]; /* Temporary bounding box */ in copy_page() local1362 memcpy(temp_bbox, bounding_box, sizeof(temp_bbox)); in copy_page()1374 bounding_box[0] = (int)(PageLength - temp_bbox[3]); in copy_page()1375 bounding_box[1] = temp_bbox[0]; in copy_page()1376 bounding_box[2] = (int)(PageLength - temp_bbox[1]); in copy_page()1377 bounding_box[3] = temp_bbox[2]; in copy_page()1381 bounding_box[0] = (int)(PageWidth - temp_bbox[2]); in copy_page()1382 bounding_box[1] = (int)(PageLength - temp_bbox[3]); in copy_page()1383 bounding_box[2] = (int)(PageWidth - temp_bbox[0]); in copy_page()1384 bounding_box[3] = (int)(PageLength - temp_bbox[1]); in copy_page()[all …]