Home
last modified time | relevance | path

Searched refs:gtk_widget_get_allocated_height (Results 1 – 5 of 5) sorted by relevance

/external/fio/
Dgcompat.c44 guint gtk_widget_get_allocated_height(GtkWidget *w) in gtk_widget_get_allocated_height() function
Dgcompat.h33 guint gtk_widget_get_allocated_height(GtkWidget *w);
Dgclient.c947 guint height = gtk_widget_get_allocated_height(w);
Dgfio.c324 guint height = gtk_widget_get_allocated_height(w); in on_config_drawing_area()
/external/opencv3/modules/highgui/src/
Dwindow_gtk.cpp797 … gtk_widget_get_allocated_width(window->widget)) / gtk_widget_get_allocated_height(window->widget); in cvGetRatioWindow_GTK()
921 int y0 = (gtk_widget_get_allocated_height(widget) - image_widget->scaled_image->rows)/2; in cvImageWidget_draw()
925 MIN(image_widget->scaled_image->rows, gtk_widget_get_allocated_height(widget)), in cvImageWidget_draw()
933 MIN(image_widget->original_image->rows, gtk_widget_get_allocated_height(widget)), in cvImageWidget_draw()
1901 int y0 = (gtk_widget_get_allocated_height(widget) - image_widget->scaled_image->rows)/2; in icvOnMouse()