Lines Matching refs:width
292 * width, height - size of area to clear
299 ClearToBackground (w, x, y, width, height)
302 Dimension width, height;
305 * Don't clear in height or width are zero.
309 if ( (height == 0) || (width == 0) ) return;
311 x, y, width, height, False);
319 * width, - width of section to paint text.
329 FindPosition(w, fromPos, fromx, width, stopAtWordBreak,
333 int fromx, width;
374 * width - width to move.
381 Resolve (w, pos, fromx, width, resPos)
384 int fromx, width;
461 rect->x = rect->y = rect->width = rect->height = 0;
548 * width, height - size of area to clear
560 int x, int y, unsigned int width, unsigned int height)
563 Dimension width, Dimension height)
566 XawTextSinkClearToBackground (w, x, y, width, height)
569 Dimension width, height;
574 (*class->text_sink_class.ClearToBackground)(w, x, y, width, height);
582 * width, - width of section to paint text.
594 int width,
602 XawTextSinkFindPosition(w, fromPos, fromx, width, stopAtWordBreak,
606 int fromx, width;
614 (*class->text_sink_class.FindPosition)(w, fromPos, fromx, width,
655 * width - width to move.
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);