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 38 static unsigned int screen_width, screen_height; variable
202 img_w = screen_width;
254 img_w = screen_width;
350 checkerboard = create_checkerboard_pattern(screen_width / 64, screen_height / 64, 32);
356 img_w = (screen_width / 64) * 32;
375 img.width = screen_width;
377 img.stride = screen_width * 4;
383 cur_x = (screen_width - img_w) / 2;
391 ret = g2d_solid_fill(ctx, &img, 0, 0, screen_width, screen_height) ||
411 cur_x + img_w + s->x >= screen_width ||
    [all...]
  /external/webrtc/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 62 uint32_t& screen_width,
video_render_ios_gles20.mm 258 int VideoRenderIosGles20::GetScreenResolution(uint& screen_width,
260 screen_width = [view_ bounds].size.width;
  /external/toybox/toys/posix/
ls.c 62 unsigned screen_width;
366 if (columns > TT.screen_width/2) columns = TT.screen_width/2;
382 if (totlen > TT.screen_width) break;
411 } else if ((flags & FLAG_1) || width+2+*len > TT.screen_width) {
526 TT.screen_width = 80;
527 terminal_size(&TT.screen_width, NULL);
528 if (TT.screen_width<2) TT.screen_width = 2;
  /external/autotest/client/site_tests/firmware_TouchMTB/
touch_device.py 194 screen_width, screen_height = screen_size
196 if 1.0 * screen_width / screen_height <= 1.0 * dev_width / dev_height:
197 disp_width = int(screen_width * display_ratio)
main.py 271 screen_width, screen_height = self.screen_size
274 win_width = screen_width
282 screen_width, _ = self.screen_size
283 win_width = screen_width - wint_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/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
core-extensions.rb 161 def screen_width( out=STDERR ) method in class:Kernel
  /external/toybox/generated/
globals.h 1135 unsigned screen_width; member in struct:ls_data
  /external/iproute2/misc/
ss.c 109 int screen_width; variable
    [all...]

Completed in 553 milliseconds