str_bbox         4283 ext/gd/gd.c    	BBox char_bbox, str_bbox = {0, 0, 0, 0};
str_bbox         4334 ext/gd/gd.c    			str_bbox.llx = min(str_bbox.llx, min(x1, min(x2, min(x3, x4))));
str_bbox         4335 ext/gd/gd.c    			str_bbox.lly = min(str_bbox.lly, min(y1, min(y2, min(y3, y4))));
str_bbox         4336 ext/gd/gd.c    			str_bbox.urx = max(str_bbox.urx, max(x1, max(x2, max(x3, x4))));
str_bbox         4337 ext/gd/gd.c    			str_bbox.ury = max(str_bbox.ury, max(y1, max(y2, max(y3, y4))));
str_bbox         4350 ext/gd/gd.c    		str_bbox = T1_GetStringBBox(*f_ind, str, str_len, space, T1_KERNING);
str_bbox         4361 ext/gd/gd.c    	add_next_index_long(return_value, (int) ceil(((double) str_bbox.llx)*sz/1000));
str_bbox         4362 ext/gd/gd.c    	add_next_index_long(return_value, (int) ceil(((double) str_bbox.lly)*sz/1000));
str_bbox         4363 ext/gd/gd.c    	add_next_index_long(return_value, (int) ceil(((double) str_bbox.urx)*sz/1000));
str_bbox         4364 ext/gd/gd.c    	add_next_index_long(return_value, (int) ceil(((double) str_bbox.ury)*sz/1000));