Home
last modified time | relevance | path

Searched refs:DISPLAY_WIDTH (Results 1 – 25 of 90) sorted by relevance

1234

/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/test/
H A DCheckWidths.java35 CODE_POINTS, DISPLAY_WIDTH, SET_ELEMENTS
72 case DISPLAY_WIDTH:
85 case DISPLAY_WIDTH:
240 new Limit(12 * EM, 16 * EM, Measure.DISPLAY_WIDTH, LimitType.MAXIMUM, Special.NONE)
244 new Limit(4 * EM, 8 * EM, Measure.DISPLAY_WIDTH, LimitType.MAXIMUM, Special.NONE)
247 new Limit(3 * EM, 6 * EM, Measure.DISPLAY_WIDTH, LimitType.MAXIMUM, Special.NONE)
252 new Limit(4 * EM, 6 * EM, Measure.DISPLAY_WIDTH, LimitType.MAXIMUM, Special.NONE)
256 new Limit(8 * EM, 12 * EM, Measure.DISPLAY_WIDTH, LimitType.MAXIMUM, Special.NONE)
260 new Limit(5 * EM, 10 * EM, Measure.DISPLAY_WIDTH, LimitType.MAXIMUM, Special.NONE)
264 new Limit(10 * EM, 20 * EM, Measure.DISPLAY_WIDTH, LimitType.MAXIMUM, Special.NONE)
[all …]
/dports/biology/canu/canu-2.2/src/overlapInCore/liboverlap/
H A DDisplay_Alignment.C21 #define DISPLAY_WIDTH 250 macro
100 for (int32 i=0; (i < top_len) || (i < bot_len); i += DISPLAY_WIDTH) { in Display_Alignment()
104 for (int32 j=0; (j < DISPLAY_WIDTH) && (i+j < top_len); j++) in Display_Alignment()
110 for (int32 j=0; (j < DISPLAY_WIDTH) && (i+j < bot_len); j++) in Display_Alignment()
116 for (int32 j=0; (j<DISPLAY_WIDTH) && (i+j < bot_len) && (i+j < top_len); j++) in Display_Alignment()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/windowing/gbm/drm/
H A DOffScreenModeSetting.cpp17 constexpr int DISPLAY_WIDTH = 1280; variable
41 res.iScreenWidth = DISPLAY_WIDTH; in GetCurrentMode()
42 res.iWidth = DISPLAY_WIDTH; in GetCurrentMode()
/dports/biology/canu/canu-2.2/src/overlapErrorAdjustment/
H A DfindErrors-Process_Olap.C24 #define DISPLAY_WIDTH 250 macro
89 for (i = 0; i < topLen || i < botLen; i += DISPLAY_WIDTH) { in Display_Alignment()
93 for (j = 0; j < DISPLAY_WIDTH && i + j < topLen; j++) in Display_Alignment()
98 for (j = 0; j < DISPLAY_WIDTH && i + j < botLen; j++) in Display_Alignment()
103 for (j = 0; j < DISPLAY_WIDTH && i + j < botLen && i + j < topLen; j++) in Display_Alignment()
H A DcorrectOverlaps-Redo_Olaps.C55 #define DISPLAY_WIDTH 250 macro
120 for (i = 0; i < topLen || i < botLen; i += DISPLAY_WIDTH) { in Display_Alignment()
124 for (j = 0; j < DISPLAY_WIDTH && i + j < topLen; j++) in Display_Alignment()
129 for (j = 0; j < DISPLAY_WIDTH && i + j < botLen; j++) in Display_Alignment()
134 for (j = 0; j < DISPLAY_WIDTH && i + j < botLen && i + j < topLen; j++) in Display_Alignment()
/dports/lang/nbc/NXT/
H A DuRIC.pas52 DISPLAY_WIDTH = 100;
53 DISPLAY_REALWIDTH = DISPLAY_WIDTH;
559 SetDisplayByte(Word(Y * DISPLAY_WIDTH + X), OP_OR, M);
570 SetDisplayByte(Word((Y div 8) * DISPLAY_WIDTH + X), OP_OR, Byte(1 shl (Y mod 8)));
577 if ((X < DISPLAY_WIDTH) and (Y < DISPLAY_HEIGHT)) then
579 SetDisplayByte(Word((Y div 8) * DISPLAY_WIDTH + X), OP_OR, Byte(1 shl (Y mod 8)));
586 if ((X < DISPLAY_WIDTH) and (Y < DISPLAY_HEIGHT)) then
597 for Tmp := 0 to DISPLAY_WIDTH - 1 do
598 SetDisplayByte(Word(Line * DISPLAY_WIDTH + Tmp), OP_SET, $00);
976 if last_x > DISPLAY_WIDTH then // bounds check end of x
[all …]
/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/
H A Ddisplay.h39 #define DISPLAY_WIDTH ( DISPLAY_WIDTH_COLS * 16 ) macro
56 #define DISPLAY_SCREEN_WIDTH ( DISPLAY_WIDTH + 2 * DISPLAY_BORDER_WIDTH )
/dports/emulators/fuse/fuse-1.6.0/
H A Ddisplay.h37 #define DISPLAY_WIDTH ( DISPLAY_WIDTH_COLS * 16 ) macro
54 #define DISPLAY_SCREEN_WIDTH ( DISPLAY_WIDTH + 2 * DISPLAY_BORDER_WIDTH )
/dports/sysutils/u-boot-utilite/u-boot-2015.07/board/mosaixtech/icon/
H A Dicon.c311 #define DISPLAY_WIDTH 640 macro
351 return DISPLAY_WIDTH; in board_get_width()
/dports/biology/mummer/mummer-4.0.0beta2-2-g277dac5/src/tigr/
H A DcombineMUMs.cc726 #define DISPLAY_WIDTH 60 macro
791 for (i = 0; i < top_len || i < bottom_len; i += DISPLAY_WIDTH) in Display_Alignment()
794 for (j = 0; j < DISPLAY_WIDTH && i + j < top_len; j ++) in Display_Alignment()
798 for (j = 0; j < DISPLAY_WIDTH && i + j < bottom_len; j ++) in Display_Alignment()
802 for (j = 0; j < DISPLAY_WIDTH && i + j < bottom_len && i + j < top_len; in Display_Alignment()
906 for (i = 0; i < top_len || i < bottom_len; i += DISPLAY_WIDTH) in Display_Alignment_With_Pad()
909 for (j = 0; j < DISPLAY_WIDTH && i + j < top_len; j ++) in Display_Alignment_With_Pad()
913 for (j = 0; j < DISPLAY_WIDTH && i + j < bottom_len; j ++) in Display_Alignment_With_Pad()
1619 for (i = 0; i < top_len || i < bottom_len; i += DISPLAY_WIDTH) in Rev_Display_Alignment()
1623 for (j = 0; j < DISPLAY_WIDTH && i + j < top_len; j ++) in Rev_Display_Alignment()
[all …]
/dports/sysutils/u-boot-utilite/u-boot-2015.07/board/tqc/tqm5200/
H A Dtqm5200.c668 #define DISPLAY_WIDTH 800 macro
670 #define DISPLAY_WIDTH 640 macro
845 return DISPLAY_WIDTH; in board_get_width()
/dports/devel/py-pytest-regressions/pytest-regressions-2.2.0/src/pytest_regressions/
H A Ddataframe_regression.py10 DISPLAY_WIDTH = 1000 # Max. Chars on outputs variable in DataFrameRegressionFixture
31 DataFrameRegressionFixture.DISPLAY_WIDTH,
/dports/sysutils/fcode-utils/fcode-utils-1.0.2/toke/
H A Dstream.c219 #define DISPLAY_WIDTH 80 macro
254 int curr_wid = DISPLAY_WIDTH; /* Current width; force new line */ in display_include_list()
261 if ( curr_wid + this_wid > DISPLAY_WIDTH ) in display_include_list()
/dports/games/powermanga/powermanga-0.93.1/src/
H A Ddisplay.c36 const Sint32 DISPLAY_WIDTH = 320; variable
141 display_width = DISPLAY_WIDTH * pixel_size; in display_initialize()
/dports/multimedia/gmerlin/gmerlin-1.2.0/apps/player/
H A Ddisplay.h27 #define DISPLAY_WIDTH 232 macro
/dports/biology/canu/canu-2.2/src/utgcns/libNDalign/
H A DNDalign.C30 #define DISPLAY_WIDTH 250 macro
973 for (int32 i=0; (i < top_len) || (i < bot_len); i += DISPLAY_WIDTH) { in display()
977 for (int32 j=0; (j < DISPLAY_WIDTH) && (i+j < top_len); j++) in display()
982 for (int32 j=0; (j < DISPLAY_WIDTH) && (i+j < bot_len); j++) in display()
987 for (int32 j=0; (j<DISPLAY_WIDTH) && (i+j < bot_len) && (i+j < top_len); j++) in display()
/dports/games/OpenLara/OpenLara-b4b19f2/src/gapi/
H A Dgxm.h14 #define DISPLAY_WIDTH 960 macro
49 display_fb.width = DISPLAY_WIDTH; in displayCallback()
344 params.width = DISPLAY_WIDTH; in init()
366 DISPLAY_WIDTH, in init()
374 uint32 dsWidth = ALIGNADDR(DISPLAY_WIDTH, SCE_GXM_TILE_SIZEX); in init()
1128 Core::width = DISPLAY_WIDTH; in init()
1220 Texture defTarget(DISPLAY_WIDTH, DISPLAY_HEIGHT, 1, OPT_TARGET);
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/ui/include/classes/import/converters/
H A DCTemplateScreenConverter.php30 private const DISPLAY_WIDTH = 1920; define in CTemplateScreenConverter
407 'width' => round($width / self::DISPLAY_WIDTH * DASHBOARD_MAX_COLUMNS),
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/ui/include/classes/import/converters/
H A DCTemplateScreenConverter.php30 private const DISPLAY_WIDTH = 1920; define in CTemplateScreenConverter
407 'width' => round($width / self::DISPLAY_WIDTH * DASHBOARD_MAX_COLUMNS),
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/ui/include/classes/import/converters/
H A DCTemplateScreenConverter.php30 private const DISPLAY_WIDTH = 1920; define in CTemplateScreenConverter
407 'width' => round($width / self::DISPLAY_WIDTH * DASHBOARD_MAX_COLUMNS),
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/ui/include/classes/import/converters/
H A DCTemplateScreenConverter.php30 private const DISPLAY_WIDTH = 1920; define in CTemplateScreenConverter
407 'width' => round($width / self::DISPLAY_WIDTH * DASHBOARD_MAX_COLUMNS),
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/ui/include/classes/import/converters/
H A DCTemplateScreenConverter.php30 private const DISPLAY_WIDTH = 1920; define in CTemplateScreenConverter
407 'width' => round($width / self::DISPLAY_WIDTH * DASHBOARD_MAX_COLUMNS),
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/board/ACube/common/
H A Dsm502.c72 #define DISPLAY_WIDTH 640 macro
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/board/ACube/common/
H A Dsm502.c72 #define DISPLAY_WIDTH 640 macro
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/board/ACube/common/
H A Dsm502.c72 #define DISPLAY_WIDTH 640 macro

1234