char_bbox 4283 ext/gd/gd.c BBox char_bbox, str_bbox = {0, 0, 0, 0}; char_bbox 4315 ext/gd/gd.c char_bbox.llx = char_bbox.lly = char_bbox.ury = 0; char_bbox 4316 ext/gd/gd.c char_bbox.urx = char_width = space; char_bbox 4318 ext/gd/gd.c char_bbox = T1_GetCharBBox(*f_ind, str[i]); char_bbox 4324 ext/gd/gd.c x1 = new_x(char_bbox.llx, char_bbox.lly) + cur_x; char_bbox 4325 ext/gd/gd.c y1 = new_y(char_bbox.llx, char_bbox.lly) + cur_y; char_bbox 4326 ext/gd/gd.c x2 = new_x(char_bbox.llx, char_bbox.ury) + cur_x; char_bbox 4327 ext/gd/gd.c y2 = new_y(char_bbox.llx, char_bbox.ury) + cur_y; char_bbox 4328 ext/gd/gd.c x3 = new_x(char_bbox.urx, char_bbox.ury) + cur_x; char_bbox 4329 ext/gd/gd.c y3 = new_y(char_bbox.urx, char_bbox.ury) + cur_y; char_bbox 4330 ext/gd/gd.c x4 = new_x(char_bbox.urx, char_bbox.lly) + cur_x; char_bbox 4331 ext/gd/gd.c y4 = new_y(char_bbox.urx, char_bbox.lly) + cur_y;