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

  /hardware/intel/img/psb_video/src/android/
psb_output_android.h 35 unsigned short screen_height; member in struct:_psb_android_output_s
psb_output_android.c 102 output->screen_height = 480;
113 output->screen_height = vinfo.yres;
209 unsigned short _scr_y = output->screen_height;
258 ((desty + desth) <= output->screen_height) &&
528 output->desth = ((output->desty + desth) > output->screen_height) ? (output->screen_height - output->desty) : desth;
  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscosvideo.h 46 int screen_height; member in struct:SDL_PrivateVideoData
SDL_wimpvideo.c 219 this->hidden->screen_height = vals[4] + 1;
253 int y = (this->hidden->screen_height - surface->h) / 2;
427 int height = this->hidden->screen_height << this->hidden->yeig;
SDL_riscosmouse.c 273 int t = (this->hidden->screen_height << this->hidden->yeig) - 1;
  /external/chromium_org/remoting/host/
mouse_clamping_filter.cc 29 video_packet->format().screen_height());
  /external/chromium_org/remoting/codec/
video_decoder_vpx_unittest.cc 26 void TestGradient(int screen_width, int screen_height,
31 webrtc::DesktopSize(screen_width, screen_height),
  /external/chromium_org/third_party/webrtc/modules/video_render/ios/
video_render_ios_gles20.h 46 int GetScreenResolution(uint& screen_width, uint& screen_height); // NOLINT
video_render_ios_impl.h 64 uint32_t& screen_height) const OVERRIDE; // NOLINT
video_render_ios_gles20.mm 277 uint& screen_height) {
279 screen_height = [view_ bounds].size.height;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
SchedGui.py 26 (self.screen_width, self.screen_height) = wx.GetDisplaySize()
28 self.screen_height -= 10
39 self.panel = wx.Panel(self, size=(self.screen_width, self.screen_height))
48 self.scroll_panel = wx.Panel(self.scroll, size=(self.screen_width - 15, self.screen_height / 2))
131 self.txt = wx.StaticText(self.panel, -1, txt, (0, (self.screen_height / 2) + 50))
  /external/chromium_org/ui/base/test/
ui_controls_internal_win.cc 273 int screen_height = ::GetSystemMetrics(SM_CYSCREEN) - 1; local
275 LONG pixel_y = static_cast<LONG>(screen_y * (65535.0f / screen_height));
  /external/chromium_org/chrome/browser/extensions/api/system_display/
display_info_provider_chromeos.cc 256 int screen_height = display.bounds().height() + overscan.height(); local
263 if ((info.overscan->top + info.overscan->bottom) * 2 > screen_height) {
  /external/chromium_org/remoting/client/plugin/
media_source_video_renderer.cc 201 packet->format().screen_height());
  /external/chromium_org/remoting/client/
software_video_renderer.cc 176 packet->format().screen_height());
  /hardware/ti/omap4-aah/hwc/
rgz_2d.c 664 static int rgz_hwc_layer_sortbyy(rgz_layer_t *ra, int rsz, int *out, int *width, int screen_height)
675 out[outsz++] = min(bottom, screen_height);
916 int screen_height = p->data.hwc.dstgeom->height; local
932 int ylen = rgz_hwc_layer_sortbyy(rgz_layers, layerno, yentries, &dispw, screen_height);
    [all...]

Completed in 1116 milliseconds