Lines Matching defs:overall
2055 XCharStruct overall;
2079 /* overall font height */
2101 &overall);
2107 xp=x-overall.rbearing/2;
2109 xp=x-overall.rbearing;
2302 XCharStruct overall;
2331 &overall);
2333 item->max_width=overall.rbearing;
2341 &overall);
2343 if(overall.rbearing>item->max_width)
2344 item->max_width=overall.rbearing;
2351 /* overall font height */
2402 &overall);
2408 xp=(item->max_width-overall.rbearing)/2;
2410 xp=item->max_width-overall.rbearing;
2422 (float)overall.rbearing*style.magnify;
2834 XCharStruct overall;
2866 &overall);
2868 max_width=overall.rbearing;
2876 &overall);
2878 if(overall.rbearing>max_width)
2879 max_width=overall.rbearing;
2886 /* overall font height */