Searched refs:new_bounding_box (Results 1 - 1 of 1) sorted by relevance

/external/libcups/filter/
H A Dpstops.c72 int new_bounding_box[4]; /* New composite bounding box */ member in struct:__anon11133
956 doc->new_bounding_box[0], doc->new_bounding_box[1],
957 doc->new_bounding_box[2], doc->new_bounding_box[3]);
1479 if (bounding_box[0] < doc->new_bounding_box[0])
1480 doc->new_bounding_box[0] = bounding_box[0];
1481 if (bounding_box[1] < doc->new_bounding_box[1])
1482 doc->new_bounding_box[1] = bounding_box[1];
1483 if (bounding_box[2] > doc->new_bounding_box[
[all...]

Completed in 118 milliseconds