Home
last modified time | relevance | path

Searched refs:screen_width (Results 1 – 16 of 16) sorted by relevance

/external/libdrm/tests/exynos/
Dexynos_fimg2d_test.c47 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/
Dls.c61 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/
Dvi.c26 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/
Dtouch_device.py194 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)
Dmain.py271 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/
Dping_common.c65 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/
Dvideo_render_ios_gles20.h46 int GetScreenResolution(uint& screen_width, uint& screen_height); // NOLINT
Dvideo_render_ios_impl.h62 uint32_t& screen_width,
Dvideo_render_ios_gles20.mm258 int VideoRenderIosGles20::GetScreenResolution(uint& screen_width,
260 screen_width = [view_ bounds].size.width;
/external/u-boot/include/
Dvbe.h16 u16 screen_width; member
/external/antlr/runtime/Ruby/lib/antlr3/test/
Dcore-extensions.rb161 def screen_width( out=STDERR ) method
/external/toybox/generated/
Dglobals.h931 unsigned screen_width; member
1128 unsigned screen_width; member
/external/antlr/runtime/Ruby/lib/antlr3/
Dmain.rb221 def screen_width method in ANTLR3.Main.Main
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowArscAssetManager10.java565 int keyboard_hidden, int navigation, int screen_width, int screen_height, in nativeSetConfiguration() argument
580 configuration.screenWidth = (short) (screen_width); in nativeSetConfiguration()
DShadowArscAssetManager9.java561 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/
Dss.c4067 int addrp_width, screen_width = 80; in main() local
4362 screen_width = w.ws_col; in main()
4366 addrp_width = screen_width; in main()