Lines Matching refs:width
291 * width, height - size of area to clear
298 ClearToBackground (w, x, y, width, height)
301 Dimension width, height;
304 * Don't clear in height or width are zero.
308 if ( (height == 0) || (width == 0) ) return;
310 x, y, width, height, False);
318 * width, - width of section to paint text.
328 FindPosition(w, fromPos, fromx, width, stopAtWordBreak,
332 int fromx, width;
373 * width - width to move.
380 Resolve (w, pos, fromx, width, resPos)
383 int fromx, width;
451 * Find the figure width of the current font.
460 figure_width = font->per_char['$' - font->min_char_or_byte2].width;
462 figure_width = font->max_bounds.width;
493 rect->x = rect->y = rect->width = rect->height = 0;
556 * width, height - size of area to clear
565 XawTextSinkClearToBackground (w, x, y, width, height)
568 Dimension width, height;
572 (*class->text_sink_class.ClearToBackground)(w, x, y, width, height);
580 * width, - width of section to paint text.
590 XawTextSinkFindPosition(w, fromPos, fromx, width, stopAtWordBreak,
594 int fromx, width;
601 (*class->text_sink_class.FindPosition)(w, fromPos, fromx, width,
636 * width - width to move.
643 XawTextSinkResolve(w, pos, fromx, width, resPos)
646 int fromx, width;
651 (*class->text_sink_class.Resolve)(w, pos, fromx, width, resPos);