HomeSort by relevance Sort by last modified time
    Searched refs:root_depth (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ui/views/controls/tree/
tree_view.h 245 int root_depth() const { return root_shown_ ? 0 : -1; } function in class:views::TreeView
tree_view.cc 616 PaintRows(canvas, min_row, max_row, &root_, root_depth(), &current_row);
904 return GetNodeByRowImpl(&root_, row, root_depth(), &current_row, depth);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h 133 #define DisplayPlanes(dpy, scr) (ScreenOfDisplay(dpy,scr)->root_depth)
141 #define DefaultDepth(dpy, scr) (ScreenOfDisplay(dpy,scr)->root_depth)
162 #define DefaultDepthOfScreen(s) ((s)->root_depth)
169 #define PlanesOfScreen(s) ((s)->root_depth)
297 int root_depth; /* bits per pixel */ member in struct:__anon36629
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 133 #define DisplayPlanes(dpy, scr) (ScreenOfDisplay(dpy,scr)->root_depth)
141 #define DefaultDepth(dpy, scr) (ScreenOfDisplay(dpy,scr)->root_depth)
162 #define DefaultDepthOfScreen(s) ((s)->root_depth)
169 #define PlanesOfScreen(s) ((s)->root_depth)
297 int root_depth; /* bits per pixel */ member in struct:__anon38219
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 133 #define DisplayPlanes(dpy, scr) (ScreenOfDisplay(dpy,scr)->root_depth)
141 #define DefaultDepth(dpy, scr) (ScreenOfDisplay(dpy,scr)->root_depth)
162 #define DefaultDepthOfScreen(s) ((s)->root_depth)
169 #define PlanesOfScreen(s) ((s)->root_depth)
297 int root_depth; /* bits per pixel */ member in struct:__anon39734
    [all...]

Completed in 204 milliseconds