HomeSort by relevance Sort by last modified time
    Searched refs:screen_width (Results 1 - 13 of 13) 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/libdrm/tests/exynos/
exynos_fimg2d_test.c 37 static unsigned int screen_width, screen_height; variable
232 img_w = screen_width;
287 img_w = screen_width;
371 img_w = screen_width;
460 img_w = screen_width;
614 screen_width = con.mode->hdisplay;
617 printf("screen width = %d, screen height = %d\n", screen_width,
620 bo = exynos_create_buffer(dev, screen_width * screen_height * 4, 0);
627 pitches[0] = screen_width * 4;
630 ret = drmModeAddFB2(dev->fd, screen_width, screen_height
    [all...]
  /external/linux-tools-perf/src/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/toybox/toys/posix/
ls.c 68 unsigned screen_width;
362 if (columns > TT.screen_width/2) columns = TT.screen_width/2;
378 if (totlen > TT.screen_width) break;
406 } else if ((flags & FLAG_1) || width+1+*len > TT.screen_width) {
512 TT.screen_width = 80;
513 terminal_size(&TT.screen_width, NULL);
514 if (TT.screen_width<2) TT.screen_width = 2;
  /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/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
core-extensions.rb 161 def screen_width( out=STDERR ) method in class:Kernel
  /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/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/toybox/generated/
globals.h 999 unsigned screen_width; member in struct:ls_data
  /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...]
  /external/libvncserver/x11vnc/
tkx11vnc     [all...]

Completed in 543 milliseconds