/external/libdrm/tests/exynos/ |
D | exynos_fimg2d_test.c | 47 static unsigned int screen_width, screen_height; variable 209 img_w = screen_width; in g2d_solid_fill_test() 261 img_w = screen_width; in g2d_copy_test() 358 checkerboard = create_checkerboard_pattern(screen_width / 64, screen_height / 64, 32); in g2d_move_test() 364 img_w = (screen_width / 64) * 32; in g2d_move_test() 383 img.width = screen_width; in g2d_move_test() 385 img.stride = screen_width * 4; in g2d_move_test() 391 cur_x = (screen_width - img_w) / 2; in g2d_move_test() 399 ret = g2d_solid_fill(ctx, &img, 0, 0, screen_width, screen_height) || in g2d_move_test() 419 cur_x + img_w + s->x >= screen_width || in g2d_move_test() [all …]
|
/external/toybox/toys/posix/ |
D | ls.c | 61 unsigned screen_width; 368 if (columns > TT.screen_width/2) columns = TT.screen_width/2; in listfiles() 384 if (totlen > TT.screen_width) break; in listfiles() 414 } else if ((flags & FLAG_1) || width+1+*len > TT.screen_width) { in listfiles() 550 TT.screen_width = 80; in ls_main() 551 terminal_size(&TT.screen_width, NULL); in ls_main() 552 if (TT.screen_width<2) TT.screen_width = 2; in ls_main()
|
/external/toybox/toys/pending/ |
D | vi.c | 26 unsigned screen_width; 503 TT.screen_width = 80; in vi_main() 506 terminal_size(&TT.screen_width, &TT.screen_height); in vi_main() 675 draw_str_until(&drawn, line, TT.screen_width, bytes); in draw_page() 702 x = draw_str_until(&drawn, line, TT.screen_width, bytes); in draw_page() 715 x = draw_str_until(&drawn, line, TT.screen_width-x, bytes); in draw_page() 721 x = draw_str_until(&drawn, line, TT.screen_width, bytes); in draw_page() 738 x = draw_str_until(&drawn,line, TT.screen_width-x, bytes); in draw_page() 747 draw_str_until(&drawn, line, TT.screen_width, bytes); in draw_page() 791 tty_jump(TT.screen_width-12, TT.screen_height); in draw_page()
|
/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/u-boot/include/ |
D | vbe.h | 16 u16 screen_width; member
|
/external/antlr/runtime/Ruby/lib/antlr3/test/ |
D | core-extensions.rb | 161 def screen_width( out=STDERR ) method
|
/external/toybox/generated/ |
D | globals.h | 931 unsigned screen_width; member 1128 unsigned screen_width; member
|
/external/antlr/runtime/Ruby/lib/antlr3/ |
D | main.rb | 221 def screen_width method in ANTLR3.Main.Main
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowArscAssetManager10.java | 565 int keyboard_hidden, int navigation, int screen_width, int screen_height, in nativeSetConfiguration() argument 580 configuration.screenWidth = (short) (screen_width); in nativeSetConfiguration()
|
D | ShadowArscAssetManager9.java | 561 int keyboard_hidden, int navigation, int screen_width, int screen_height, in nativeSetConfiguration() argument 576 configuration.screenWidth = (short) (screen_width); in nativeSetConfiguration()
|
/external/iproute2/misc/ |
D | ss.c | 4067 int addrp_width, screen_width = 80; in main() local 4362 screen_width = w.ws_col; in main() 4366 addrp_width = screen_width; in main()
|