Home | History | Annotate | Download | only in login

Lines Matching defs:depth

582       gint src_x, src_y, dest_x, dest_y, width, height, depth;
583 gdk_window_get_geometry(dest_, &dest_x, &dest_y, &width, &height, &depth);
588 gdk_window_get_geometry(src_, &src_x, &src_y, &width, &height, &depth);