Lines Matching defs:height
77 pixmap, 0, 0, 0, 0, pixmapbox->allocation.width, pixmapbox->allocation.height);
105 gint16 width, height;
116 height = widget->allocation.height;
121 gdk_draw_rectangle(*ppixmap, widget->style->white_gc, TRUE, 0, 0, width, height);
138 points[i].y = .5 + ((ycord[i] - ymx) * (height - 1) / (ymn - ymx));
158 gint16 width, height;
168 height = widget->allocation.height;
173 points[i].y = .5 + ((ycord[i] - ymx) * (height - 1) / (ymn - ymx));
176 height = points[1].y - points[0].y + 1;
177 gdk_draw_rectangle(*ppixmap, gc, TRUE, points[0].x, points[0].y, width, height);
198 gint16 width, height, x, y, barheight;
210 height = widget->allocation.height;
215 gdk_draw_rectangle(*ppixmap, widget->style->white_gc, TRUE, 0, 0, width, height);
246 points[1].y = .5 + ((ycord[i] - ymx) * (height - 1) / (ymn - ymx));
248 points[0].y = height - 1;
251 y = .5 + ((ycord[i] - ymx) * (height - 1) / (ymn - ymx));
256 barheight = height - 1 - y;
279 widget->allocation.width, widget->allocation.height, -1);
282 TRUE, 0, 0, widget->allocation.width, widget->allocation.height);
299 event->area.x, event->area.y, event->area.width, event->area.height);
310 gpk_plot_new(int width, int height)
315 gtk_drawing_area_size(GTK_DRAWING_AREA(pixmapbox), width, height);