Home
last modified time | relevance | path

Searched refs:PAD_LEFT (Results 1 – 25 of 48) sorted by relevance

12

/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/components/graphics/
H A DPlot3D.java160 final int PAD_LEFT = 10; in drawPlot() local
204 int usable_width = bounds.width - PAD_LEFT - PAD_RIGHT; in drawPlot()
219 int x_axis_left_x = PAD_LEFT; in drawPlot()
221 int x_axis_right_x = PAD_LEFT + usable_width; in drawPlot()
225 int y_axis_left_x = PAD_LEFT; in drawPlot()
227 int y_axis_right_x = PAD_LEFT + (int)(((float)usable_height/2) / ANGLE_TAN ); in drawPlot()
230 int z_axis_bottom_x = PAD_LEFT; in drawPlot()
232 int z_axis_top_x = PAD_LEFT; in drawPlot()
237 Utils.setClipping(image, new Rectangle( PAD_LEFT, PAD_RIGHT, usable_width, usable_height )); in drawPlot()
295 PAD_LEFT + draw_x, in drawPlot()
[all …]
/dports/audio/mp3plot/mp3plot-0.6.0/src/utils/
H A Dstr_utils.cc89 case PAD_LEFT: in pad()
100 assert( PAD_LEFT == p ); in pad()
137 case PAD_LEFT: in pad()
145 assert( PAD_LEFT == p ); in pad()
H A Dstr_utils.h134 PAD_LEFT, /*!< \brief Add padding on the left */ enumerator
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterStep/
H A Dafterstep.h115 #define PAD_LEFT (0x01<<0) macro
117 #define PAD_H_MASK (PAD_RIGHT|PAD_LEFT)
142 #define ALIGN_RIGHT PAD_LEFT
145 #define ALIGN_HCENTER (PAD_LEFT|PAD_RIGHT)
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/events/dinguxsdl/
H A Ddinguxsdl-events.cpp32 #define PAD_LEFT SDLK_LEFT macro
59 #define PAD_LEFT SDLK_LEFT macro
99 } else if (ev.key.keysym.sym == PAD_LEFT) { in remapKey()
/dports/games/scummvm/scummvm-2.5.1/backends/events/dinguxsdl/
H A Ddinguxsdl-events.cpp32 #define PAD_LEFT SDLK_LEFT macro
59 #define PAD_LEFT SDLK_LEFT macro
99 } else if (ev.key.keysym.sym == PAD_LEFT) { in remapKey()
/dports/audio/mp3plot/mp3plot-0.6.0/src/plotters/
H A Dconsole_plotter.cc89 ? str::pad( to_string(br) + "kbps", LBR, " ", str::PAD_LEFT ) in plot()
90 : str::pad( "free", LBR, " ", str::PAD_LEFT ); in plot()
/dports/www/cadaver/cadaver-0.23.3/lib/
H A Dsnprintf.c274 PAD_LEFT(p);
298 PAD_LEFT(p);
323 PAD_LEFT(p);
347 PAD_LEFT(p);
386 PAD_LEFT(p);
447 PAD_LEFT(p);
H A Dsnprintf.h220 #define PAD_LEFT(p) \ macro
/dports/www/litmus/litmus-0.13/lib/
H A Dsnprintf.c274 PAD_LEFT(p);
298 PAD_LEFT(p);
323 PAD_LEFT(p);
347 PAD_LEFT(p);
386 PAD_LEFT(p);
447 PAD_LEFT(p);
H A Dsnprintf.h220 #define PAD_LEFT(p) \ macro
/dports/net/freeradius3/freeradius-server-3.0.25/src/lib/
H A Dsnprintf.c270 PAD_LEFT(p);
294 PAD_LEFT(p);
319 PAD_LEFT(p);
343 PAD_LEFT(p);
382 PAD_LEFT(p);
443 PAD_LEFT(p);
H A Dsnprintf.h208 #define PAD_LEFT(p) \ macro
/dports/biology/mmseqs2/MMseqs2-13-45111/src/workflow/
H A DDatabases.cpp171 const int PAD_LEFT = 0; variable
173 void appendPadded(std::string& dst, const std::string& value, size_t n, int direction = PAD_LEFT, c… in appendPadded()
182 if (direction == PAD_LEFT) { in appendPadded()
/dports/net/pear-File_Bittorrent2/File_Bittorrent2-1.3.1/
H A Dtorrentinfo.php71 …echo str_repeat(' ', 20) . '' . str_pad($n, $n_length, ' ', PAD_LEFT) . ': ' . $file['filename'] .…
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/ps2/
H A Dps2pad.h40 #define PAD_DIR_MASK (PAD_LEFT | PAD_DOWN | PAD_RIGHT | PAD_UP)
/dports/emulators/gngb/gngb-20060309/src/
H A Demu.h77 #define PAD_LEFT 2 macro
/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dlynx.cpp14 #define PAD_LEFT 0x20 macro
993 if (value & PAD_UP) input |= PAD_LEFT; in suzy_read()
994 if (value & PAD_LEFT) input |= PAD_DOWN; in suzy_read()
1003 if (value & PAD_DOWN) input |= PAD_LEFT; in suzy_read()
1004 if (value & PAD_LEFT) input |= PAD_UP; in suzy_read()
1012 if (input & PAD_LEFT) value |= PAD_RIGHT; in suzy_read()
1013 if (input & PAD_RIGHT) value |= PAD_LEFT; in suzy_read()
/dports/shells/bash/bash-5.1/lib/sh/
H A Dsnprintf.c389 PAD_LEFT (p); \
408 #define PAD_LEFT(p) \ macro
766 PAD_LEFT(p);
841 PAD_LEFT(p);
867 PAD_LEFT(p);
1056 PAD_LEFT(p);
1155 PAD_LEFT(p);
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dlynx.cpp14 #define PAD_LEFT 0x20 macro
993 if (value & PAD_UP) input |= PAD_LEFT; in suzy_read()
994 if (value & PAD_LEFT) input |= PAD_DOWN; in suzy_read()
1003 if (value & PAD_DOWN) input |= PAD_LEFT; in suzy_read()
1004 if (value & PAD_LEFT) input |= PAD_UP; in suzy_read()
1012 if (input & PAD_LEFT) value |= PAD_RIGHT; in suzy_read()
1013 if (input & PAD_RIGHT) value |= PAD_LEFT; in suzy_read()
/dports/x11-wm/pekwm/pekwm-release-0.2.0/src/
H A DThemeGm.cc35 + _data->getPad(PAD_LEFT) + _data->getPad(PAD_RIGHT) in titleWidth()
H A Dpekwm.hh158 PAD_UP, PAD_DOWN, PAD_LEFT, PAD_RIGHT, PAD_NO enumerator
H A Dpekwm_dialog.cc168 _data->getPad(PAD_LEFT), _data->getPad(PAD_UP), in render()
391 _gm.x + _data->getPad(PAD_LEFT), y, *line); in render()
399 width -= _data->getPad(PAD_LEFT) + _data->getPad(PAD_RIGHT); in getLines()
/dports/emulators/atari800/atari800-3.1.0/src/
H A Datari_ps2.c401 if (new_pad & PAD_LEFT) in PLATFORM_Keyboard()
871 if (pad & PAD_LEFT) in PLATFORM_PORT()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/HW/WiimoteEmu/Extension/
H A DClassic.cpp72 Classic::PAD_LEFT,

12