Home
last modified time | relevance | path

Searched refs:ScreenSize (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/core/include/
Dbios.h78 #define ScreenSize _screensize.dx macro
/external/webrtc/webrtc/modules/video_coding/test/
Dsubfigure.m16 scrsz = get(0,'ScreenSize'); % get screen size
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
Dprint.c1322 UINTN ScreenSize; in DumpHex() local
1326 …ll_wrapper(ST->ConOut->QueryMode, 4, ST->ConOut, ST->ConOut->Mode->Mode, &TempColumn, &ScreenSize); in DumpHex()
1328 ScreenSize -= 2; in DumpHex()
1354 if (ScreenCount >= ScreenSize && ScreenSize != 0) { in DumpHex()
/external/syslinux/core/
Drawcon.c82 ireg.edx.w[0] = ScreenSize; /* The whole screen */ in writechr()