Searched refs:t_width (Results 1 - 2 of 2) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | SmeBSB.c | 278 int width, t_width; local 282 t_width = XmbTextEscapement(entry->sme_bsb.fontset,label,len); 287 t_width = XTextWidth(entry->sme_bsb.font, label, len); 291 x_loc += (width - t_width)/2; 295 t_width = XmbTextEscapement(entry->sme_bsb.fontset,label,len); 297 + t_width ); 300 t_width = XTextWidth(entry->sme_bsb.font, label, len); 302 + t_width );
|
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1SmeBSB.c | 251 int width, t_width; local 254 t_width = XTextWidth(entry->sme_bsb.font, label, len); 257 x_loc += (width - t_width)/2; 260 t_width = XTextWidth(entry->sme_bsb.font, label, len); 262 t_width);
|
Completed in 13 milliseconds