OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gtk_widget_get_allocated_width
(Results
1 - 5
of
5
) sorted by null
/external/fio/
gcompat.c
39
guint
gtk_widget_get_allocated_width
(GtkWidget *w)
function
gcompat.h
32
guint
gtk_widget_get_allocated_width
(GtkWidget *w);
gclient.c
946
guint width =
gtk_widget_get_allocated_width
(w);
[
all
...]
gfio.c
323
guint width =
gtk_widget_get_allocated_width
(w);
[
all
...]
/external/opencv3/modules/highgui/src/
window_gtk.cpp
797
gtk_widget_get_allocated_width
(window->widget)) / gtk_widget_get_allocated_height(window->widget);
920
int x0 = (
gtk_widget_get_allocated_width
(widget) - image_widget->scaled_image->cols)/2;
924
8, MIN(image_widget->scaled_image->cols,
gtk_widget_get_allocated_width
(widget)),
932
8, MIN(image_widget->original_image->cols,
gtk_widget_get_allocated_width
(widget)),
[
all
...]
Completed in 111 milliseconds