Home
last modified time | relevance | path

Searched refs:_get_size (Results 1 – 25 of 113) sorted by relevance

12345

/dports/devel/godot2/godot-2.1.6-stable/core/
H A Dvector.h58 _FORCE_INLINE_ int *_get_size() const { in _get_size() function
111 int *size = _get_size(); in size()
219 void *mem_new = memalloc(_get_alloc_size(*_get_size())); in _copy_on_write()
223 *_size = *_get_size(); in _copy_on_write()
286 *_get_size() = 0; // init size (currently, none) in resize()
297 for (int i = *_get_size(); i < p_size; i++) { in resize()
302 *_get_size() = p_size; in resize()
307 for (int i = p_size; i < *_get_size(); i++) { in resize()
318 *_get_size() = p_size; in resize()
/dports/devel/godot2-tools/godot-2.1.6-stable/core/
H A Dvector.h58 _FORCE_INLINE_ int *_get_size() const { in _get_size() function
111 int *size = _get_size(); in size()
219 void *mem_new = memalloc(_get_alloc_size(*_get_size())); in _copy_on_write()
223 *_size = *_get_size(); in _copy_on_write()
286 *_get_size() = 0; // init size (currently, none) in resize()
297 for (int i = *_get_size(); i < p_size; i++) { in resize()
302 *_get_size() = p_size; in resize()
307 for (int i = p_size; i < *_get_size(); i++) { in resize()
318 *_get_size() = p_size; in resize()
/dports/devel/godot-tools/godot-3.2.3-stable/core/
H A Dcowdata.h69 _FORCE_INLINE_ uint32_t *_get_size() const { in _get_size() function
126 uint32_t *size = (uint32_t *)_get_size(); in size()
203 uint32_t *count = _get_size(); in _unref()
226 uint32_t current_size = *_get_size(); in _copy_on_write()
298 for (int i = *_get_size(); i < p_size; i++) { in resize()
303 *_get_size() = p_size; in resize()
309 for (uint32_t i = p_size; i < *_get_size(); i++) { in resize()
322 *_get_size() = p_size; in resize()
/dports/devel/godot/godot-3.2.3-stable/core/
H A Dcowdata.h69 _FORCE_INLINE_ uint32_t *_get_size() const { in _get_size() function
126 uint32_t *size = (uint32_t *)_get_size(); in size()
203 uint32_t *count = _get_size(); in _unref()
226 uint32_t current_size = *_get_size(); in _copy_on_write()
298 for (int i = *_get_size(); i < p_size; i++) { in resize()
303 *_get_size() = p_size; in resize()
309 for (uint32_t i = p_size; i < *_get_size(); i++) { in resize()
322 *_get_size() = p_size; in resize()
/dports/textproc/py-textdistance/textdistance-4.2.2/textdistance/algorithms/
H A Dcompression_based.py47 def _get_size(self, data): member in _NCDBase
62 concat_len = min(concat_len, self._get_size(data))
64 compressed_lens = [self._get_size(s) for s in sequences]
144 def _get_size(self, data): member in ArithNCD
203 def _get_size(self, data): member in SqrtNCD
234 def _get_size(self, data): member in EntropyNCD
/dports/www/horde-ansel/ansel-3.0.10/lib/Form/
H A DUpload.php22 $filesize = $this->_get_size($filesize);
28 $postsize = $this->_get_size($postsize);
78 protected function _get_size($size) function in Ansel_Form_Upload
H A DImage.php31 $filesize = $this->_get_size($filesize);
53 protected function _get_size($size) function in Ansel_Form_Image
/dports/net/ryu/ryu-4.26/ryu/lib/packet/
H A Dipv6.py441 def _get_size(cls, size): member in routing_type3
449 header_len = cls._get_size(size)
494 return routing_type3._get_size(self.size)
586 def _get_size(cls, size): member in auth
592 form = "%ds" % (cls._get_size(size) - cls._MIN_LEN)
600 form = "%ds" % (auth._get_size(self.size) - self._MIN_LEN)
605 return auth._get_size(self.size)
/dports/x11-wm/wayfire/wayfire-0.7.0/src/view/
H A Dsurface-impl.hpp68 virtual wf::dimensions_t _get_size() const;
101 return _get_size(); in get_size()
H A Dsurface.cpp285 wf::dimensions_t wf::wlr_surface_base_t::_get_size() const in _get_size() function in wf::wlr_surface_base_t
339 .width = _get_size().width, .height = _get_size().height}); in unmap()
418 auto size = this->_get_size(); in _simple_render()
/dports/security/dropbear/dropbear-2020.81/libtomcrypt/demos/
H A Ddemo_dynamic.py221 def _get_size(name): function
239 self.state = c_buffer(_get_size(b'sha256_state'))
250 self.state = c_buffer(_get_size(b'chacha_state'))
/dports/security/libtomcrypt/libtomcrypt-1.18.2/demos/
H A Ddemo_dynamic.py221 def _get_size(name): function
239 self.state = c_buffer(_get_size(b'sha256_state'))
250 self.state = c_buffer(_get_size(b'chacha_state'))
/dports/devel/py-ptpython/ptpython-3.0.20/ptpython/contrib/
H A Dasyncssh_repl.py61 output=Vt100_Output(cast(TextIO, Stdout()), self._get_size),
70 def _get_size(self) -> Size: member in ReplSSHServerSession
/dports/multimedia/quodlibet/quodlibet-4.3.0/quodlibet/qltk/
H A Dcover.py153 def _get_size(self, max_width, max_height): member in ResizeImage
169 width, height = self._get_size(self._size, self._size)
176 width, height = self._get_size(self._size, self._size)
180 width, height = self._get_size(300, req_height)
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/rich/
H A Dcells.py21 _get_size = get_character_cell_size
22 total_size = sum(_get_size(character) for character in text)
/dports/textproc/py-rich/rich-10.16.1/rich/
H A Dcells.py28 _get_size = get_character_cell_size
29 total_size = sum(_get_size(character) for character in text)
/dports/devel/py-rtslib-fb/rtslib-fb-2.1.74/rtslib/
H A Dtcm.py536 def _get_size(self): member in RDMCPStorageObject
555 size = property(_get_size,
660 def _get_size(self): member in FileIOStorageObject
685 size = property(_get_size,
767 def _get_size(self): member in BlockStorageObject
789 size = property(_get_size,
861 def _get_size(self): member in UserBackedStorageObject
898 size = property(_get_size,
/dports/devel/py-rtslib-fb/rtslib-fb-2.1.74/rtslib_fb/
H A Dtcm.py536 def _get_size(self): member in RDMCPStorageObject
555 size = property(_get_size,
660 def _get_size(self): member in FileIOStorageObject
685 size = property(_get_size,
767 def _get_size(self): member in BlockStorageObject
789 size = property(_get_size,
861 def _get_size(self): member in UserBackedStorageObject
898 size = property(_get_size,
/dports/x11/libfm-extra/libfm-1.3.2/src/gtk/
H A Dfm-cell-renderer-text.c181 static void _get_size(GtkCellRenderer *cell, GtkWidget *widget, in _get_size() function
314 _get_size(cell, widget, layout, text, cell_area, &text_width, &text_height, in fm_cell_renderer_text_render()
427 _get_size(cell, widget, NULL, text, rectangle, width, height, NULL, NULL, in fm_cell_renderer_text_get_size()
461 _get_size(cell, widget, NULL, text, NULL, NULL, &height, NULL, NULL, NULL, NULL, NULL); in fm_cell_renderer_text_get_preferred_height()
/dports/x11/libfm/libfm-1.3.2/src/gtk/
H A Dfm-cell-renderer-text.c181 static void _get_size(GtkCellRenderer *cell, GtkWidget *widget, in _get_size() function
314 _get_size(cell, widget, layout, text, cell_area, &text_width, &text_height, in fm_cell_renderer_text_render()
427 _get_size(cell, widget, NULL, text, rectangle, width, height, NULL, NULL, in fm_cell_renderer_text_get_size()
461 _get_size(cell, widget, NULL, text, NULL, NULL, &height, NULL, NULL, NULL, NULL, NULL); in fm_cell_renderer_text_get_preferred_height()
/dports/devel/py-prompt-toolkit/prompt_toolkit-3.0.23/prompt_toolkit/contrib/ssh/
H A Dserver.py57 def _get_size(self) -> Size: member in PromptToolkitSSHSession
89 self.stdout, self._get_size, term=term, write_binary=False
/dports/graphics/mypaint/mypaint-2.0.1/gui/
H A Dwindowing.py243 x, y, w, h = self._get_size()
320 def _get_size(self): member in ChooserPopup
385 x, y, w, h = self._get_size()
435 size = self._get_size()
474 x, y, w, h = self._get_size()
494 size = self._get_size()
527 size = self._get_size()
/dports/deskutils/zim/zim-0.74.3/zim/plugins/
H A Dtoolbar.py56 def _get_size(key): function
213 toolbar.set_icon_size(_get_size(self.plugin.preferences['size']))
256 size = _get_size(self.plugin.preferences['size'])
/dports/textproc/py-openpyxl/openpyxl-2.6.4/openpyxl/worksheet/
H A D_read_only.py26 self._get_size()
47 def _get_size(self): member in ReadOnlyWorksheet
/dports/devel/py-prompt-toolkit/prompt_toolkit-3.0.23/prompt_toolkit/output/
H A Dvt100.py391 def _get_size(fileno: int) -> Tuple[int, int]: function
434 self._get_size = get_size
486 rows, columns = _get_size(stdout.fileno())
500 return self._get_size()

12345