/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | TextSink.c | 329 FindPosition(w, fromPos, fromx, width, stopAtWordBreak, 333 int fromx, width; 356 FindDistance (w, fromPos, fromx, toPos, resWidth, resPos, resHeight) 359 int fromx; 373 * fromx - a reference Location. 381 Resolve (w, pos, fromx, width, resPos) 384 int fromx, width; 593 XawTextSinkFindPosition(Widget w, XawTextPosition fromPos, int fromx, argument 602 XawTextSinkFindPosition(w, fromPos, fromx, width, stopAtWordBreak, 606 int fromx, widt 634 XawTextSinkFindDistance(Widget w, XawTextPosition fromPos, int fromx, XawTextPosition toPos, int *resWidth, XawTextPosition *resPos, int *resHeight) argument 663 XawTextSinkResolve(Widget w, XawTextPosition pos, int fromx, int width, XawTextPosition *resPos) argument [all...] |
H A D | AsciiSink.c | 377 FindDistance (w, fromPos, fromx, toPos, resWidth, resPos, resHeight) 380 int fromx; /* Horizontal location of first position. */ 401 *resWidth += CharWidth(w, fromx + *resWidth, c); 413 FindPosition(w, fromPos, fromx, width, stopAtWordBreak, 417 int fromx; /* Horizontal location of starting position.*/ 445 *resWidth += CharWidth(w, fromx + *resWidth, c); 471 Resolve (w, pos, fromx, width, leftPos, rightPos) 474 int fromx, width; 480 FindPosition(w, pos, fromx, width, FALSE, leftPos, &resWidth, &resHeight);
|
H A D | MultiSink.c | 401 FindDistance (w, fromPos, fromx, toPos, resWidth, resPos, resHeight) 404 int fromx; /* Horizontal location of first position. */ 426 *resWidth += CharWidth(w, fromx + *resWidth, c); 438 FindPosition(w, fromPos, fromx, width, stopAtWordBreak, resPos, resWidth, resHeight) 441 int fromx; /* Horizontal location of starting position.*/ 470 *resWidth += CharWidth(w, fromx + *resWidth, c); 497 Resolve (w, pos, fromx, width, leftPos, rightPos) 500 int fromx, width; 506 FindPosition(w, pos, fromx, width, FALSE, leftPos, &resWidth, &resHeight);
|
H A D | Text.c | 832 int fromx, line, width, height; local 844 fromx = (int) ctx->text.margin.left; 845 XawTextSinkFindPosition( ctx->text.sink, position, fromx, x - fromx,
|
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1TextSink.c | 328 FindPosition(w, fromPos, fromx, width, stopAtWordBreak, 332 int fromx, width; 355 FindDistance (w, fromPos, fromx, toPos, resWidth, resPos, resHeight) 358 int fromx; 372 * fromx - a reference Location. 380 Resolve (w, pos, fromx, width, resPos) 383 int fromx, width; 590 XawTextSinkFindPosition(w, fromPos, fromx, width, stopAtWordBreak, 594 int fromx, width; 601 (*class->text_sink_class.FindPosition)(w, fromPos, fromx, widt [all...] |
H A D | Xaw3_1AsciiSink.c | 353 FindDistance (w, fromPos, fromx, toPos, resWidth, resPos, resHeight) 356 int fromx; /* Horizontal location of first position. */ 377 *resWidth += CharWidth(w, fromx + *resWidth, c); 389 FindPosition(w, fromPos, fromx, width, stopAtWordBreak, 393 int fromx; /* Horizontal location of starting position.*/ 421 *resWidth += CharWidth(w, fromx + *resWidth, c); 447 Resolve (w, pos, fromx, width, leftPos, rightPos) 450 int fromx, width; 456 FindPosition(w, pos, fromx, width, FALSE, leftPos, &resWidth, &resHeight);
|
H A D | Xaw3_1Text.c | 748 int fromx, line, width, height; local 760 fromx = (int) ctx->text.margin.left; 761 XawTextSinkFindPosition( ctx->text.sink, position, fromx, x - fromx,
|