Lines Matching refs:fromx
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, width,
620 XawTextSinkFindDistance (w, fromPos, fromx, toPos, resWidth, resPos, resHeight)
623 int fromx, *resWidth, *resHeight;
627 (*class->text_sink_class.FindDistance)(w, fromPos, fromx, toPos,
635 * fromx - a reference Location.
643 XawTextSinkResolve(w, pos, fromx, width, resPos)
646 int fromx, width;
651 (*class->text_sink_class.Resolve)(w, pos, fromx, width, resPos);