Searched refs:local_width (Results 1 - 2 of 2) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1Text.c | 1250 int width, height, local_left, local_width; local 1257 local_width = left - ctx->text.margin.left; 1260 local_width, FALSE, &pos1, &width, &height); 1273 local_width = right - local_left; 1275 local_width, FALSE, &pos2, &width, &height);
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | Text.c | 1373 int width, height, local_left, local_width; local 1380 local_width = left - ctx->text.margin.left; 1383 local_width, FALSE, &pos1, &width, &height); 1396 local_width = right - local_left; 1398 local_width, FALSE, &pos2, &width, &height);
|
Completed in 432 milliseconds