Lines Matching defs:fromx
463 FindPosition(Widget w _X_UNUSED, XawTextPosition fromPos _X_UNUSED, int fromx _X_UNUSED, int width _X_UNUSED,
489 FindDistance(Widget w _X_UNUSED, XawTextPosition fromPos, int fromx _X_UNUSED,
504 * fromx - reference Location
513 Resolve(Widget w _X_UNUSED, XawTextPosition pos _X_UNUSED, int fromx _X_UNUSED, int width _X_UNUSED,
731 XawTextSinkFindPosition(Widget w, XawTextPosition fromPos, int fromx, int width,
741 (*cclass->text_sink_class.FindPosition)(w, fromPos, fromx, width,
764 XawTextSinkFindDistance(Widget w, XawTextPosition fromPos, int fromx,
770 (*cclass->text_sink_class.FindDistance)(w, fromPos, fromx, toPos,
781 * fromx - reference Location
790 XawTextSinkResolve(Widget w, XawTextPosition pos, int fromx, int width,
795 (*cclass->text_sink_class.Resolve)(w, pos, fromx, width, resPos);