Lines Matching defs:y_loc
109 static void PaintText(Widget w, int y_loc, int height);
274 * y_loc, height - location and size of area to paint.
279 PaintText(Widget w, int y_loc, int height)
284 start_line = y_loc / sblw->scroll.font_height + sblw->scroll.line_pointer;
293 location = y_loc / sblw->scroll.font_height * sblw->scroll.font_height;
890 static int DumpText(Widget w, int x_loc, int y_loc, char *buf, int len,
914 int x_loc, y_loc; /* x and y location of text. */
945 y_loc = location + sblw->scroll.normal_font->max_bounds.ascent;
986 DumpText(w, x_loc, y_loc, buf, bufp - buf,
999 (void) DumpText(w, x_loc, y_loc, buf, bufp - buf,
1016 y_loc += sblw->scroll.font_height;
1026 x_loc = DumpText(w, x_loc, y_loc, buf, bufp - buf,
1046 x_loc = DumpText(w, x_loc, y_loc, buf, bufp - buf,
1071 x_loc = DumpText(w, x_loc, y_loc, buf, bufp - buf,
1077 x_loc = DumpText(w, x_loc, y_loc, buf, bufp - buf, BOLD);
1100 x_loc = DumpText(w, x_loc, y_loc, buf, bufp - buf,
1106 x_loc = DumpText(w, x_loc, y_loc, buf, 1, SYMBOL);
1124 DumpText(w, x_loc, y_loc, buf, bufp - buf, NORMAL);
1139 x_loc = DumpText(w, x_loc, y_loc, buf, bufp - buf,
1157 * y_loc - the y_location to draw_text.
1164 DumpText(Widget w, int x_loc, int y_loc, char *buf, int len, int format)
1193 XDrawString(XtDisplay(w), XtWindow(w), gc, x_loc, y_loc, buf, len);