Lines Matching refs:fromx
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,
602 XawTextSinkFindPosition(w, fromPos, fromx, width, stopAtWordBreak,
606 int fromx, width;
614 (*class->text_sink_class.FindPosition)(w, fromPos, fromx, width,
634 XawTextSinkFindDistance (Widget w, XawTextPosition fromPos, int fromx,
638 XawTextSinkFindDistance (w, fromPos, fromx, toPos, resWidth, resPos, resHeight)
641 int fromx, *resWidth, *resHeight;
646 (*class->text_sink_class.FindDistance)(w, fromPos, fromx, toPos,
654 * fromx - a reference Location.
663 XawTextSinkResolve(Widget w, XawTextPosition pos, int fromx, int width,
666 XawTextSinkResolve(w, pos, fromx, width, resPos)
669 int fromx, width;
675 (*class->text_sink_class.Resolve)(w, pos, fromx, width, resPos);