HomeSort by relevance Sort by last modified time
    Searched defs:screen_width (Results 1 - 8 of 8) 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
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
main.rb 221 def screen_width method in class:ANTLR3.Main.Main
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
core-extensions.rb 161 def screen_width( out=STDERR ) method in class:Kernel
  /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/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;
  /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/iproute2/misc/
ss.c 109 int screen_width; variable
    [all...]
  /external/toybox/generated/
globals.h 1058 unsigned screen_width; member in struct:ls_data

Completed in 157 milliseconds