Searched defs:resWidth (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1AsciiSink.c353 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...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DAsciiSink.c377 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 DTextSink.c322 * 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 DMultiSink.c401 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...]

Completed in 443 milliseconds