Home
last modified time | relevance | path

Searched refs:left_adjust (Results 1 – 25 of 29) sorted by relevance

12

/dports/graphics/scantailor/scantailor-advanced-1.0.16/filters/page_layout/
H A DImageView.cpp376 qreal left_adjust = 0; in innerRectDragContinuation() local
382 left_adjust = delta.x(); in innerRectDragContinuation()
384 right_adjust = -left_adjust; in innerRectDragContinuation()
389 left_adjust = -right_adjust; in innerRectDragContinuation()
443 qreal left_adjust = 0; in middleRectDragContinuation() local
452 left_adjust = delta.x(); in middleRectDragContinuation()
453 if (old_middle_rect.left() + left_adjust < bounds.left()) { in middleRectDragContinuation()
454 left_adjust = bounds.left() - old_middle_rect.left(); in middleRectDragContinuation()
457 right_adjust = -left_adjust; in middleRectDragContinuation()
465 left_adjust = -right_adjust; in middleRectDragContinuation()
[all …]
/dports/textproc/turboxsl/turboxsl-b03c2c9/src/zlog/src/
H A Dspec.c366 a_spec->left_adjust, a_spec->min_width, a_spec->max_width); in zlog_spec_gen_msg_reformat()
392 a_spec->left_adjust, a_spec->min_width, a_spec->max_width); in zlog_spec_gen_path_reformat()
418 a_spec->left_adjust, a_spec->min_width, a_spec->max_width); in zlog_spec_gen_archive_path_reformat()
430 a_spec->left_adjust = 1; in zlog_spec_parse_print_fmt()
433 a_spec->left_adjust = 0; in zlog_spec_parse_print_fmt()
H A Dspec.h36 int left_adjust; member
H A Dbuf.h43 int left_adjust, size_t in_width, size_t out_width);
H A Dbuf.c549 int left_adjust, size_t in_width, size_t out_width) in zlog_buf_adjust_append() argument
594 if (left_adjust) { in zlog_buf_adjust_append()
625 if (left_adjust) { in zlog_buf_adjust_append()
/dports/databases/beansdb/beansdb-0.7.1.4/third-party/zlog-1.2/
H A Dspec.c366 a_spec->left_adjust, a_spec->min_width, a_spec->max_width); in zlog_spec_gen_msg_reformat()
392 a_spec->left_adjust, a_spec->min_width, a_spec->max_width); in zlog_spec_gen_path_reformat()
418 a_spec->left_adjust, a_spec->min_width, a_spec->max_width); in zlog_spec_gen_archive_path_reformat()
430 a_spec->left_adjust = 1; in zlog_spec_parse_print_fmt()
433 a_spec->left_adjust = 0; in zlog_spec_parse_print_fmt()
H A Dspec.h36 int left_adjust; member
H A Dbuf.h43 int left_adjust, size_t in_width, size_t out_width);
H A Dbuf.c549 int left_adjust, size_t in_width, size_t out_width) in zlog_buf_adjust_append() argument
594 if (left_adjust) { in zlog_buf_adjust_append()
625 if (left_adjust) { in zlog_buf_adjust_append()
/dports/www/wget2/wget2-2.0.0/unit-tests/
H A Dtest.c314 static const char *left_adjust[] = { "", "-" }; in test_buffer_printf() local
347 for (a = 0; a < countof(left_adjust); a++) { in test_buffer_printf()
358 snprintf(fmt, sizeof(fmt), "abc%%%s%ssxyz", left_adjust[a], zero_padded[z]); in test_buffer_printf()
360 snprintf(fmt, sizeof(fmt), "abc%%%s%s.%dsxyz", left_adjust[a], zero_padded[z], precision); in test_buffer_printf()
364 snprintf(fmt, sizeof(fmt), "abc%%%s%s%dsxyz", left_adjust[a], zero_padded[z], width); in test_buffer_printf()
366 …snprintf(fmt, sizeof(fmt), "abc%%%s%s%d.%dsxyz", left_adjust[a], zero_padded[z], width, precision); in test_buffer_printf()
395 snprintf(fmt, sizeof(fmt), "%%%s%ss", left_adjust[a], zero_padded[z]); in test_buffer_printf()
397 snprintf(fmt, sizeof(fmt), "%%%s%s.*s", left_adjust[a], zero_padded[z]); in test_buffer_printf()
401 snprintf(fmt, sizeof(fmt), "%%%s%s*s", left_adjust[a], zero_padded[z]); in test_buffer_printf()
403 snprintf(fmt, sizeof(fmt), "%%%s%s*.*s", left_adjust[a], zero_padded[z]); in test_buffer_printf()
[all …]
/dports/x11-wm/bspwm/bspwm-0.9.10/src/
H A Dmonitor.c170 int left_adjust = MAX((rs->x - c->floating_rectangle.x), 0); in adapt_geometry() local
174 c->floating_rectangle.x += left_adjust; in adapt_geometry()
176 c->floating_rectangle.width -= (left_adjust + right_adjust); in adapt_geometry()
192 c->floating_rectangle.width += left_adjust + right_adjust; in adapt_geometry()
194 c->floating_rectangle.x = rd->x + dx_d - left_adjust; in adapt_geometry()
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-core/cirq/linalg/
H A Ddiagonalize.py219 left_adjust = combinators.block_diag(overlap_adjust, extra_left_adjust)
221 left = np.dot(left_adjust.T, base_left.T)
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-core/cirq/linalg/
H A Ddiagonalize.py219 left_adjust = combinators.block_diag(overlap_adjust, extra_left_adjust)
221 left = np.dot(left_adjust.T, base_left.T)
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-core/cirq/linalg/
H A Ddiagonalize.py219 left_adjust = combinators.block_diag(overlap_adjust, extra_left_adjust)
221 left = np.dot(left_adjust.T, base_left.T)
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-core/cirq/linalg/
H A Ddiagonalize.py219 left_adjust = combinators.block_diag(overlap_adjust, extra_left_adjust)
221 left = np.dot(left_adjust.T, base_left.T)
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-core/cirq/linalg/
H A Ddiagonalize.py219 left_adjust = combinators.block_diag(overlap_adjust, extra_left_adjust)
221 left = np.dot(left_adjust.T, base_left.T)
/dports/audio/wildmidi/wildmidi-wildmidi-0.4.2/include/
H A Dinternal_midi.h36 int16_t left_adjust; member
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/test/resources/analysis/eiffel/
H A Dsample.e178 STRING_.left_adjust (l_last_string_value)
/dports/japanese/groff/groff-1.18.1.1/src/preproc/tbl/
H A Dtable.cc2219 const char *left_adjust = 0; in print_double_hline() local
2222 left_adjust = "-" HALF_DOUBLE_LINE_SEP; in print_double_hline()
2230 if (left_adjust) in print_double_hline()
2231 prints(left_adjust); in print_double_hline()
2241 if (left_adjust) in print_double_hline()
2242 prints(left_adjust); in print_double_hline()
/dports/textproc/groff/groff-1.22.4/src/preproc/tbl/
H A Dtable.cpp2414 const char *left_adjust = 0; in print_double_hline() local
2417 left_adjust = "-" HALF_DOUBLE_LINE_SEP; in print_double_hline()
2425 if (left_adjust) in print_double_hline()
2426 prints(left_adjust); in print_double_hline()
2436 if (left_adjust) in print_double_hline()
2437 prints(left_adjust); in print_double_hline()
/dports/mail/alpine/alpine-465e23b/pith/charconv/
H A Dutf8.c1826 int left_adjust) /* adjust left or right in want_width columns */ in utf8_pad_to_width() argument
1843 if(left_adjust){ in utf8_pad_to_width()
/dports/editors/pico-alpine/alpine-465e23b/pith/charconv/
H A Dutf8.c1826 int left_adjust) /* adjust left or right in want_width columns */ in utf8_pad_to_width() argument
1843 if(left_adjust){ in utf8_pad_to_width()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/wildmidi/src/
H A Dwildmidi_lib.c242 signed short int left_adjust; member
2662 mdi->channel[ch].left_adjust = left;
3064 mdi->channel[i].left_adjust = 1.0;
4306 left_mix += premix * mdi->channel[(*note_data)->noteid >> 8].left_adjust;
4693 left_mix += premix * mdi->channel[(*note_data)->noteid >> 8].left_adjust;
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/plugins/gpu_neon/psx_gpu/
H A Dpsx_gpu.c695 u32 left_adjust = a->x; in compute_all_gradients() local
696 mls_scalar_4x32b(uvrg_base, gradient_a, left_adjust); in compute_all_gradients()
697 mls_scalar_2x32b(b_base.low, gradient_b, left_adjust); in compute_all_gradients()
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/plugins/gpu_neon/psx_gpu/
H A Dpsx_gpu.c695 u32 left_adjust = a->x; in compute_all_gradients() local
696 mls_scalar_4x32b(uvrg_base, gradient_a, left_adjust); in compute_all_gradients()
697 mls_scalar_2x32b(b_base.low, gradient_b, left_adjust); in compute_all_gradients()

12