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

  /hardware/intel/img/psb_video/src/android/
psb_output_android.h 34 unsigned short screen_width; member in struct:_psb_android_output_s
psb_output_android.c 101 output->screen_width = 800;
112 output->screen_width = vinfo.xres;
208 unsigned short _scr_x = output->screen_width;
257 ((destx + destw) <= output->screen_width) &&
527 output->destw = ((output->destx + destw) > output->screen_width) ? (output->screen_width - output->destx) : destw;
  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscosvideo.h 45 int screen_width; member in struct:SDL_PrivateVideoData
SDL_wimpvideo.c 218 this->hidden->screen_width = vals[3] + 1;
252 int x = (this->hidden->screen_width - surface->w) / 2;
426 int width = this->hidden->screen_width << this->hidden->xeig;
SDL_riscosmouse.c 272 int r = (this->hidden->screen_width << this->hidden->xeig) - 1;
  /external/chromium_org/remoting/host/
mouse_clamping_filter.cc 28 webrtc::DesktopSize(video_packet->format().screen_width(),
  /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 63 uint32_t& screen_width,
video_render_ios_gles20.mm 276 int VideoRenderIosGles20::GetScreenResolution(uint& screen_width,
278 screen_width = [view_ bounds].size.width;
  /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()
27 self.screen_width -= 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))
112 width = min(self.width_virtual, self.screen_width)
  /external/chromium_org/ui/base/test/
ui_controls_internal_win.cc 272 int screen_width = ::GetSystemMetrics(SM_CXSCREEN) - 1; local
274 LONG pixel_x = static_cast<LONG>(screen_x * (65535.0f / screen_width));
  /external/chromium_org/chrome/browser/extensions/api/system_display/
display_info_provider_chromeos.cc 255 int screen_width = display.bounds().width() + overscan.width(); local
258 if ((info.overscan->left + info.overscan->right) * 2 > screen_width) {
  /external/iputils/
ping_common.c 65 static int screen_width = INT_MAX; variable
524 if ((preload < screen_width && pipesize < screen_width) ||
525 in_flight() < screen_width)
721 screen_width = w.ws_col;
  /external/chromium_org/ash/wm/
app_list_controller.cc 101 int screen_width = widget->GetWorkAreaBoundsInScreen().width(); local
103 std::min(screen_width - kMinimalAnchorPositionOffset - anchor.x(),
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
core-extensions.rb 161 def screen_width( out=STDERR ) method in class:Kernel
  /external/chromium_org/remoting/client/plugin/
media_source_video_renderer.cc 200 webrtc::DesktopSize frame_size(packet->format().screen_width(),
  /hardware/ti/omap4-aah/hwc/
rgz_2d.c 689 static void rgz_gen_blitregions(blit_hregion_t *hregion, int screen_width)
708 offsets[noffsets++] = min(right, screen_width);
915 int screen_width = p->data.hwc.dstgeom->width; local
953 hregions[i].rect.right = dispw > screen_width ? screen_width : dispw;
966 rgz_gen_blitregions(&hregions[i], screen_width);
    [all...]
  /external/chromium_org/remoting/client/
software_video_renderer.cc 175 webrtc::DesktopSize source_size(packet->format().screen_width(),
  /external/lldb/source/Interpreter/
Options.cpp 473 const uint32_t screen_width = m_interpreter.GetDebugger().GetTerminalWidth();
687 screen_width);
    [all...]
  /external/iproute2/misc/
ss.c 55 int screen_width; variable
    [all...]
  /external/lldb/tools/driver/
Driver.cpp 219 uint32_t screen_width = 80; local
336 OutputFormattedUsageText (out, indent_level, option_table[i].usage_text, screen_width);
    [all...]

Completed in 269 milliseconds