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

  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios_sb3.h 53 unsigned short visible_height; /* Visible height */ member in struct:__anon25205
  /external/chromium_org/media/tools/player_x11/
x11_video_renderer.cc 93 const int visible_height = video_frame->visible_rect().height(); local
144 visible_width, visible_height,
151 visible_width, visible_height);
161 visible_width, visible_height);
176 0, 0, visible_width, visible_height);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 144 visible_height = self.canvas.winfo_height()
145 visible_bottom = self.canvas.canvasy(visible_height)
149 if top >= visible_top and height <= visible_height:
150 fraction = top + height - visible_height
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 144 visible_height = self.canvas.winfo_height()
145 visible_bottom = self.canvas.canvasy(visible_height)
149 if top >= visible_top and height <= visible_height:
150 fraction = top + height - visible_height

Completed in 84 milliseconds