Searched refs:fromPos (Results 1 - 5 of 5) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextSink.c317 * fromPos - reference position.
329 FindPosition(w, fromPos, fromx, width, stopAtWordBreak,
332 XawTextPosition fromPos;
338 *resPos = fromPos;
345 * fromPos - starting Position.
348 * resWidth - Distance between fromPos and toPos.
356 FindDistance (w, fromPos, fromx, toPos, resWidth, resPos, resHeight)
358 XawTextPosition fromPos;
366 *resPos = fromPos;
580 * fromPos
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 DAsciiSink.c377 FindDistance (w, fromPos, fromx, toPos, resWidth, resPos, resHeight)
379 XawTextPosition fromPos; /* First position. */
382 int *resWidth; /* Distance between fromPos and resPos. */
395 XawTextSourceRead(source, fromPos, &blk, (int)(toPos - fromPos));
397 for (index = fromPos; index != toPos && index < lastPos; index++) {
399 XawTextSourceRead(source, index, &blk, (int)(toPos - fromPos));
413 FindPosition(w, fromPos, fromx, width, stopAtWordBreak,
416 XawTextPosition fromPos; /* Starting position. */
436 XawTextSourceRead(source, fromPos,
[all...]
H A DMultiSink.c401 FindDistance (w, fromPos, fromx, toPos, resWidth, resPos, resHeight)
403 XawTextPosition fromPos; /* First position. */
406 int* resWidth; /* Distance between fromPos and resPos. */
420 XawTextSourceRead(source, fromPos, &blk, (int) (toPos - fromPos));
422 for (index = fromPos; index != toPos && index < lastPos; index++) {
424 XawTextSourceRead(source, index, &blk, (int) (toPos - fromPos));
438 FindPosition(w, fromPos, fromx, width, stopAtWordBreak, resPos, resWidth, resHeight)
440 XawTextPosition fromPos; /* Starting position. */
461 XawTextSourceRead(source, fromPos,
[all...]
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TextSink.c316 * fromPos - reference position.
328 FindPosition(w, fromPos, fromx, width, stopAtWordBreak,
331 XawTextPosition fromPos;
337 *resPos = fromPos;
344 * fromPos - starting Position.
347 * resWidth - Distance between fromPos and toPos.
355 FindDistance (w, fromPos, fromx, toPos, resWidth, resPos, resHeight)
357 XawTextPosition fromPos;
365 *resPos = fromPos;
578 * fromPos
[all...]
H A DXaw3_1AsciiSink.c353 FindDistance (w, fromPos, fromx, toPos, resWidth, resPos, resHeight)
355 XawTextPosition fromPos; /* First position. */
358 int *resWidth; /* Distance between fromPos and resPos. */
371 XawTextSourceRead(source, fromPos, &blk, toPos - fromPos);
373 for (index = fromPos; index != toPos && index < lastPos; index++) {
375 XawTextSourceRead(source, index, &blk, toPos - fromPos);
389 FindPosition(w, fromPos, fromx, width, stopAtWordBreak,
392 XawTextPosition fromPos; /* Starting position. */
412 XawTextSourceRead(source, fromPos,
[all...]

Completed in 41 milliseconds