Home
last modified time | relevance | path

Searched refs:get_size (Results 226 – 250 of 8286) sorted by relevance

12345678910>>...332

/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/merge/
H A Dconnection_checks.h58 …_ti.m_private_data && ( this->m_ti.m_private_data->get_size() != b->m_ti.m_private_data->get_si…
59 …a->get_buffer(), b->m_ti.m_private_data->get_buffer(), this->m_ti.m_private_data->get_size()))) { \
61 …, this->m_ti.m_private_data ? this->m_ti.m_private_data->get_size() : 0u …
62 …, b->m_ti.m_private_data ? b->m_ti.m_private_data->get_size() : 0u); …
/dports/devel/godot-tools/godot-3.2.3-stable/scene/gui/
H A Dprogress_bar.cpp60 draw_style_box(bg, Rect2(Point2(), get_size())); in _notification()
63 int p = r * (get_size().width - mp); in _notification()
66 draw_style_box(fg, Rect2(Point2(), Size2(p + fg->get_minimum_size().width, get_size().height))); in _notification()
71 …s_item(), Point2(0, font->get_ascent() + (get_size().height - font->get_height()) / 2), HALIGN_CEN… in _notification()
H A Dscroll_bar.cpp81 double total = orientation == VERTICAL ? get_size().height : get_size().width; in _gui_input()
167 double total = orientation == VERTICAL ? get_size().height : get_size().width; in _gui_input()
257 Size2 area = get_size(); in _notification()
277 grabber_rect.size.height = get_size().height; in _notification()
282 grabber_rect.size.width = get_size().width; in _notification()
444 double area = get_size().height; in get_area_size()
452 double area = get_size().width; in get_area_size()
511 minsize.height += incr->get_size().height; in get_minimum_size()
512 minsize.height += decr->get_size().height; in get_minimum_size()
520 minsize.width += incr->get_size().width; in get_minimum_size()
[all …]
H A Dgradient_edit.cpp62 int total_w = get_size().width - get_size().height - SPACING; in _get_point_from_pos()
82 if (get_global_position().y + get_size().y + minsize.y > get_viewport_rect().size.y) { in _show_color_picker()
88 popup->set_position(get_global_position() + Vector2(0, get_size().y)); in _show_color_picker()
138 int total_w = get_size().width - get_size().height - SPACING; in _gui_input()
161 int total_w = get_size().width - get_size().height - SPACING; in _gui_input()
238 int total_w = get_size().width - get_size().height - SPACING; in _gui_input()
312 int w = get_size().x; in _notification()
313 int h = get_size().y; in _notification()
318 int total_w = get_size().width - get_size().height - SPACING; in _notification()
/dports/devel/godot/godot-3.2.3-stable/scene/gui/
H A Dprogress_bar.cpp60 draw_style_box(bg, Rect2(Point2(), get_size())); in _notification()
63 int p = r * (get_size().width - mp); in _notification()
66 draw_style_box(fg, Rect2(Point2(), Size2(p + fg->get_minimum_size().width, get_size().height))); in _notification()
71 …s_item(), Point2(0, font->get_ascent() + (get_size().height - font->get_height()) / 2), HALIGN_CEN… in _notification()
H A Dscroll_bar.cpp81 double total = orientation == VERTICAL ? get_size().height : get_size().width; in _gui_input()
167 double total = orientation == VERTICAL ? get_size().height : get_size().width; in _gui_input()
257 Size2 area = get_size(); in _notification()
277 grabber_rect.size.height = get_size().height; in _notification()
282 grabber_rect.size.width = get_size().width; in _notification()
444 double area = get_size().height; in get_area_size()
452 double area = get_size().width; in get_area_size()
511 minsize.height += incr->get_size().height; in get_minimum_size()
512 minsize.height += decr->get_size().height; in get_minimum_size()
520 minsize.width += incr->get_size().width; in get_minimum_size()
[all …]
H A Dgradient_edit.cpp62 int total_w = get_size().width - get_size().height - SPACING; in _get_point_from_pos()
82 if (get_global_position().y + get_size().y + minsize.y > get_viewport_rect().size.y) { in _show_color_picker()
88 popup->set_position(get_global_position() + Vector2(0, get_size().y)); in _show_color_picker()
138 int total_w = get_size().width - get_size().height - SPACING; in _gui_input()
161 int total_w = get_size().width - get_size().height - SPACING; in _gui_input()
238 int total_w = get_size().width - get_size().height - SPACING; in _gui_input()
312 int w = get_size().x; in _notification()
313 int h = get_size().y; in _notification()
318 int total_w = get_size().width - get_size().height - SPACING; in _notification()
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/common/checksums/
H A Dbase.cpp60 return calculate(algorithm, buffer.get_buffer(), buffer.get_size(), initial_value); in calculate()
79 return calculate_as_uint(algorithm, buffer.get_buffer(), buffer.get_size(), initial_value); in calculate_as_uint()
98 return calculate_as_hex_string(algorithm, buffer.get_buffer(), buffer.get_size(), initial_value); in calculate_as_hex_string()
112 auto result_size = result->get_size(); in calculate_as_hex_string()
135 add_impl(buffer.get_buffer(), buffer.get_size()); in add()
153 set_initial_value_impl(initial_value.get_buffer(), initial_value.get_size()); in set_initial_value()
/dports/games/battletanks/btanks-0.9.8083/editor/
H A Dopen_map_dialog.cpp176 get_size(w, h); in OpenMapDialog()
185 c_base->get_size(cw, ch); in OpenMapDialog()
210 i->second->get_size(cw, ch); in OpenMapDialog()
216 c_map->get_size(cw, ch); in OpenMapDialog()
222 n_width->get_size(cw, ch); in OpenMapDialog()
230 b_ok->get_size(b1, ch); in OpenMapDialog()
233 b_new->get_size(b2, ch); in OpenMapDialog()
236 b_back->get_size(b3, ch); in OpenMapDialog()
249 p_name->get_size(cw, ch); in OpenMapDialog()
/dports/net/nbdkit/nbdkit-1.20.4/tests/
H A Dtest-dump-plugin-thread-model.sh57 get_size) echo 1M ;;
70 get_size) echo 1M ;;
83 get_size) echo 1M ;;
96 get_size) echo 1M ;;
/dports/sysutils/exfat-utils/exfat-1.3.0/mkfs/
H A Dcbm.c45 DIV_ROUND_UP(cbm.get_size(), get_cluster_size()) + in cbm_write()
46 DIV_ROUND_UP(uct.get_size(), get_cluster_size()) + in cbm_write()
47 DIV_ROUND_UP(rootdir.get_size(), get_cluster_size()); in cbm_write()
77 .get_size = cbm_size,
H A Dfat.c73 if (!(c = fat_write_entries(dev, c, cbm.get_size())))
75 if (!(c = fat_write_entries(dev, c, uct.get_size())))
77 if (!(c = fat_write_entries(dev, c, rootdir.get_size())))
86 .get_size = fat_size,
/dports/sysutils/fusefs-exfat/exfat-1.3.0/mkfs/
H A Dcbm.c45 DIV_ROUND_UP(cbm.get_size(), get_cluster_size()) + in cbm_write()
46 DIV_ROUND_UP(uct.get_size(), get_cluster_size()) + in cbm_write()
47 DIV_ROUND_UP(rootdir.get_size(), get_cluster_size()); in cbm_write()
77 .get_size = cbm_size,
H A Dfat.c73 if (!(c = fat_write_entries(dev, c, cbm.get_size())))
75 if (!(c = fat_write_entries(dev, c, uct.get_size())))
77 if (!(c = fat_write_entries(dev, c, rootdir.get_size())))
86 .get_size = fat_size,
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/output/
H A Dp_mpeg1_2.cpp61 …Starting stuff removal, frame size {0}, timestamp {1}\n", packet->data->get_size(), mtx::string::f… in remove_stuffing_bytes_and_handle_sequence_headers()
64 auto size = packet->data->get_size(); in remove_stuffing_bytes_and_handle_sequence_headers()
176 …t::format("Sequence header changed, adding a CodecState of {0} bytes\n", new_seq_hdr->get_size())); in remove_stuffing_bytes_and_handle_sequence_headers()
186 extract_fps(packet->data->get_buffer(), packet->data->get_size()); in process_impl()
189 extract_aspect_ratio(packet->data->get_buffer(), packet->data->get_size()); in process_impl()
199 if (0 == packet->data->get_size()) in process_framed()
202 if (4 <= packet->data->get_size()) in process_framed()
216 int new_bytes = old_memory->get_size(); in process_unframed()
/dports/audio/clunk/clunk-1.3.261/clunk/
H A Dhrtf.cpp104 const unsigned dst_n = (unsigned)dst_buf.get_size() / dst_ch / 2; in process()
107 const unsigned src_n = (unsigned)src_buf.get_size() / src_ch / 2; in process()
117 memcpy(dst_buf.get_ptr(), src_buf.get_ptr(), dst_buf.get_size()); in process()
145 while(sample3d[0].get_size() < dst_n * 2 || sample3d[1].get_size() < dst_n * 2) { in process()
150 …ic_cast<void *>((static_cast<u8 *>(sample3d[c].get_ptr()) + sample3d[c].get_size() - WINDOW_SIZE))… in process()
155 assert(sample3d[0].get_size() >= dst_n * 2 && sample3d[1].get_size() >= dst_n * 2); in process()
/dports/devel/elfio/elfio-3.9/elfio/
H A Delfio_section.hpp153 if ( get_size() + size < data_size ) { in append_data()
154 std::copy( raw_data, raw_data + size, data + get_size() ); in append_data()
161 std::copy( data, data + get_size(), new_data ); in append_data()
163 new_data + get_size() ); in append_data()
171 set_size( get_size() + size ); in append_data()
201 Elf_Xword size = get_size(); in load()
230 get_size() != 0 && data != 0 ) { in save()
249 stream.write( get_data(), get_size() ); in save_data()
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/tests/unit/common/
H A Dchecksums.cpp34 auto remaining = m_data->get_size(); in calculate_int()
55 auto remaining = m_data->get_size(); in calculate_bin()
86 … calculate_int(mtx::checksum::algorithm_e::crc8_atm, 0, m_data->get_size())); in TEST_F()
87 …e, calculate_int(mtx::checksum::algorithm_e::crc16_ansi, 0, m_data->get_size())); in TEST_F()
88 …f, calculate_int(mtx::checksum::algorithm_e::crc16_ccitt, 0, m_data->get_size())); in TEST_F()
89 …a3951, calculate_int(mtx::checksum::algorithm_e::crc32_ieee, 0xffffffff, m_data->get_size())); in TEST_F()
90 …5b46f, calculate_int(mtx::checksum::algorithm_e::crc32_ieee_le, 0xffffffff, m_data->get_size())); in TEST_F()
91 …ta_md5, *calculate_bin(mtx::checksum::algorithm_e::md5, m_data->get_size())); in TEST_F()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/harfbuzz/src/
H A Dhb-ot-hdmx-table.hh68 static inline unsigned int get_size (unsigned int count) in get_size() function
81 if (unlikely (!c->allocate_size<DeviceRecord> (get_size (subset_view.len())))) in serialize()
112 inline unsigned int get_size (void) const in get_size() function
131 this->size_device_record.set (DeviceRecord::get_size (plan->gids_to_retain_sorted.len)); in serialize()
146 return min_size + DeviceRecord::get_size (plan->gids_to_retain_sorted.len); in get_subsetted_size()
183 c->check_range (this, get_size())); in sanitize()
/dports/games/pentobi/pentobi-19.1/libboardgame_gtp/
H A DArguments.cpp17 if (get_size() == n) in check_size()
30 if (get_size() <= n) in check_size_less_equal()
42 if (i < get_size()) in get()
66 if (i < get_size()) in get_remaining_line()
/dports/devel/godot/godot-3.2.3-stable/editor/
H A Danimation_track_editor_plugins.cpp90 return Rect2(-fh / 2, 0, fh, get_size().height); in get_key_rect()
125 int y_from = (get_size().height - fh) / 2; in draw_key_link()
223 return Rect2(0, 0, fh, get_size().height); in get_key_rect()
368 size = texture->get_size(); in get_key_rect()
412 size = texture->get_size(); in get_key_rect()
421 return Rect2(0, 0, width, get_size().height); in get_key_rect()
460 region.size = texture->get_size(); in draw_key()
508 region.size = texture->get_size(); in draw_key()
586 return Rect2(0, 0, fh, get_size().height); in get_key_rect()
904 int h = get_size().height; in draw_key()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Danimation_track_editor_plugins.cpp90 return Rect2(-fh / 2, 0, fh, get_size().height); in get_key_rect()
125 int y_from = (get_size().height - fh) / 2; in draw_key_link()
223 return Rect2(0, 0, fh, get_size().height); in get_key_rect()
368 size = texture->get_size(); in get_key_rect()
412 size = texture->get_size(); in get_key_rect()
421 return Rect2(0, 0, width, get_size().height); in get_key_rect()
460 region.size = texture->get_size(); in draw_key()
508 region.size = texture->get_size(); in draw_key()
586 return Rect2(0, 0, fh, get_size().height); in get_key_rect()
904 int h = get_size().height; in draw_key()
[all …]
/dports/www/flexget/Flexget-3.2.18/flexget/components/ftp/
H A Dsftp_client.py62 self, directories: List[str], recursive: bool, get_size: bool, files_only: bool
76 get_size, files_only, entries
384 get_size,
391 self, get_size: bool, files_only: bool, entry_accumulator: list
404 get_size,
430 get_size: bool,
450 sftp, prefix, size_handler, get_size, path, private_key, private_key_pass
459 get_size: bool,
484 sftp, prefix, dir_size, get_size, path, private_key, private_key_pass
514 get_size, argument
[all …]
/dports/devel/silentbob/silentbob-3.0/src/
H A Dtags_program.cxx30 n_names = d_names->get_size (); in tags()
35 if (d_tags->get_size () == 0) { in tags()
47 if(! d_tags->get_size ()) { in tags()
55 for (a = 0; a < d_tags->get_size (); a++) { in tags()
/dports/games/battletanks/btanks-0.9.8083/engine/menu/
H A Dnew_profile_dialog.cpp14 l->get_size(w, ch); in NewProfileDialog()
20 _name->get_size(cw, ch); in NewProfileDialog()
25 _ok->get_size(cw, ch); in NewProfileDialog()
28 get_size(w, h); in NewProfileDialog()

12345678910>>...332