Searched refs:screen_width (Results 1 – 12 of 12) sorted by relevance
/external/libdrm/tests/exynos/ |
D | exynos_fimg2d_test.c | 38 static unsigned int screen_width, screen_height; variable 202 img_w = screen_width; in g2d_solid_fill_test() 254 img_w = screen_width; in g2d_copy_test() 350 checkerboard = create_checkerboard_pattern(screen_width / 64, screen_height / 64, 32); in g2d_move_test() 356 img_w = (screen_width / 64) * 32; in g2d_move_test() 375 img.width = screen_width; in g2d_move_test() 377 img.stride = screen_width * 4; in g2d_move_test() 383 cur_x = (screen_width - img_w) / 2; in g2d_move_test() 391 ret = g2d_solid_fill(ctx, &img, 0, 0, screen_width, screen_height) || in g2d_move_test() 411 cur_x + img_w + s->x >= screen_width || in g2d_move_test() [all …]
|
/external/toybox/toys/posix/ |
D | ls.c | 62 unsigned screen_width; 370 if (columns > TT.screen_width/2) columns = TT.screen_width/2; in listfiles() 386 if (totlen > TT.screen_width) break; in listfiles() 414 } else if ((flags & FLAG_1) || width+1+*len > TT.screen_width) { in listfiles() 525 TT.screen_width = 80; in ls_main() 526 terminal_size(&TT.screen_width, NULL); in ls_main() 527 if (TT.screen_width<2) TT.screen_width = 2; in ls_main()
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | 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)
|
D | 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/ |
D | ping_common.c | 65 static int screen_width = INT_MAX; variable 524 if ((preload < screen_width && pipesize < screen_width) || in pinger() 525 in_flight() < screen_width) in pinger() 721 screen_width = w.ws_col; in setup()
|
/external/webrtc/webrtc/modules/video_render/ios/ |
D | video_render_ios_gles20.h | 46 int GetScreenResolution(uint& screen_width, uint& screen_height); // NOLINT
|
D | video_render_ios_impl.h | 62 uint32_t& screen_width,
|
D | video_render_ios_gles20.mm | 258 int VideoRenderIosGles20::GetScreenResolution(uint& screen_width, 260 screen_width = [view_ bounds].size.width;
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/ |
D | core-extensions.rb | 161 def screen_width( out=STDERR ) method
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
D | main.rb | 221 def screen_width method in ANTLR3.Main.Main
|
/external/toybox/generated/ |
D | globals.h | 1058 unsigned screen_width; member
|
/external/iproute2/misc/ |
D | ss.c | 109 int screen_width; variable 3915 screen_width = 80; in main() 3921 screen_width = w.ws_col; in main() 3925 addrp_width = screen_width; in main()
|