Lines Matching defs:fromPos
317 * 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 - reference position.
593 XawTextSinkFindPosition(Widget w, XawTextPosition fromPos, int fromx,
602 XawTextSinkFindPosition(w, fromPos, fromx, width, stopAtWordBreak,
605 XawTextPosition fromPos;
614 (*class->text_sink_class.FindPosition)(w, fromPos, fromx, width,
622 * fromPos - starting Position.
625 * resWidth - Distance between fromPos and toPos.
634 XawTextSinkFindDistance (Widget w, XawTextPosition fromPos, int fromx,
638 XawTextSinkFindDistance (w, fromPos, fromx, toPos, resWidth, resPos, resHeight)
640 XawTextPosition fromPos, toPos, *resPos;
646 (*class->text_sink_class.FindDistance)(w, fromPos, fromx, toPos,