Searched defs:fromPos (Results 1 - 1 of 1) 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...]

Completed in 12 milliseconds