Searched refs:resWidth (Results 1 - 5 of 5) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | TextSink.c | 322 * resWidth - Width actually used. *** RETURNED *** 330 resPos, resWidth, resHeight) 336 int *resWidth, *resHeight; 339 *resHeight = *resWidth = 0; 348 * resWidth - Distance between fromPos and toPos. 356 FindDistance (w, fromPos, fromx, toPos, resWidth, resPos, resHeight) 361 int *resWidth; 365 *resWidth = *resHeight = 0; 585 * resWidth - Width actually used. *** RETURNED *** 600 XawTextPosition *resPos, int *resWidth, in 593 XawTextSinkFindPosition(Widget w, XawTextPosition fromPos, int fromx, int width, int stopAtWordBreak, XawTextPosition *resPos, int *resWidth, int *resHeight) argument 634 XawTextSinkFindDistance(Widget w, XawTextPosition fromPos, int fromx, XawTextPosition toPos, int *resWidth, XawTextPosition *resPos, int *resHeight) argument [all...] |
H A D | AsciiSink.c | 377 FindDistance (w, fromPos, fromx, toPos, resWidth, resPos, resHeight) 382 int *resWidth; /* Distance between fromPos and resPos. */ 396 *resWidth = 0; 401 *resWidth += CharWidth(w, fromx + *resWidth, c); 414 resPos, resWidth, resHeight) 422 int *resWidth; /* Actual width used. */ 437 *resWidth = 0; 440 for (index = fromPos; *resWidth <= width && index < lastPos; index++) { 441 lastWidth = *resWidth; 477 int resWidth, resHeight; local [all...] |
H A D | MultiSink.c | 401 FindDistance (w, fromPos, fromx, toPos, resWidth, resPos, resHeight) 406 int* resWidth; /* Distance between fromPos and resPos. */ 421 *resWidth = 0; 426 *resWidth += CharWidth(w, fromx + *resWidth, c); 438 FindPosition(w, fromPos, fromx, width, stopAtWordBreak, resPos, resWidth, resHeight) 446 int* resWidth; /* Actual width used. */ 462 *resWidth = 0; 465 for (index = fromPos; *resWidth <= width && index < lastPos; index++) { 466 lastWidth = *resWidth; 503 int resWidth, resHeight; local [all...] |
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1AsciiSink.c | 353 FindDistance (w, fromPos, fromx, toPos, resWidth, resPos, resHeight) 358 int *resWidth; /* Distance between fromPos and resPos. */ 372 *resWidth = 0; 377 *resWidth += CharWidth(w, fromx + *resWidth, c); 390 resPos, resWidth, resHeight) 398 int *resWidth; /* Actual width used. */ 413 *resWidth = 0; 416 for (index = fromPos; *resWidth <= width && index < lastPos; index++) { 417 lastWidth = *resWidth; 453 int resWidth, resHeight; local [all...] |
H A D | Xaw3_1TextSink.c | 321 * resWidth - Width actually used. *** RETURNED *** 329 resPos, resWidth, resHeight) 335 int *resWidth, *resHeight; 338 *resHeight = *resWidth = 0; 347 * resWidth - Distance between fromPos and toPos. 355 FindDistance (w, fromPos, fromx, toPos, resWidth, resPos, resHeight) 360 int *resWidth; 364 *resWidth = *resHeight = 0; 583 * resWidth - Width actually used. *** RETURNED *** 591 resPos, resWidth, resHeigh [all...] |
Completed in 33 milliseconds