Home
last modified time | relevance | path

Searched refs:byte_size (Results 1 – 12 of 12) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_array.h196 unsigned byte_size() const { return m_size * sizeof(T); } in byte_size() function
198 void deserialize(const int8u* data, unsigned byte_size);
292 void pod_vector<T>::deserialize(const int8u* data, unsigned byte_size) in deserialize() argument
294 byte_size /= sizeof(T); in deserialize()
295 allocate(byte_size); in deserialize()
296 if(byte_size) memcpy(m_array, data, byte_size * sizeof(T)); in deserialize()
446 unsigned byte_size() const;
448 void deserialize(const int8u* data, unsigned byte_size);
450 const int8u* data, unsigned byte_size);
710 unsigned pod_bvector<T, S>::byte_size() const in byte_size() function
[all …]
H A Dagg_scanline_storage_aa.h397 unsigned byte_size() const in byte_size() function
785 unsigned byte_size = read_int32u(); in sweep_scanline() local
787 m_ptr += byte_size - sizeof(int32); in sweep_scanline()
H A Dagg_trans_viewport.h198 unsigned byte_size() const in byte_size() function
H A Dagg_path_storage_integer.h119 unsigned byte_size() const { return m_storage.size() * sizeof(vertex_integer_type); } in byte_size() function
H A Dagg_scanline_storage_bin.h241 unsigned byte_size() const in byte_size() function
/haiku/src/libs/agg/font_freetype/
H A Dagg_font_freetype.cpp928 m_data_size = m_scanlines_bin.byte_size(); in prepare_glyph()
953 m_data_size = m_scanlines_aa.byte_size(); in prepare_glyph()
974 m_data_size = m_path32.byte_size(); in prepare_glyph()
995 m_data_size = m_path16.byte_size(); in prepare_glyph()
1038 m_data_size = m_scanlines_bin.byte_size(); in prepare_glyph()
1076 m_data_size = m_scanlines_aa.byte_size(); in prepare_glyph()
/haiku/src/servers/app/font/
H A DFontEngine.cpp523 fDataSize = fScanlineStorageBin.byte_size(); in PrepareGlyph()
541 fDataSize = fScanlineStorageAA.byte_size(); in PrepareGlyph()
559 fDataSize = fScanlineStorageSubpix.byte_size(); in PrepareGlyph()
574 fDataSize = fPath.byte_size(); in PrepareGlyph()
/haiku/src/servers/app/drawing/Painter/
H A Dagg_scanline_storage_subpix.h261 unsigned byte_size() const in byte_size() function
647 unsigned byte_size = read_int32u(); in sweep_scanline() local
649 m_ptr += byte_size - sizeof(int32); in sweep_scanline()
/haiku/src/kits/debugger/dwarf/
H A DDebugInfoEntry.h88 DECLARE_DEBUG_INFO_ENTRY_ATTR_SETTER(byte_size)
H A DDebugInfoEntry.cpp231 DEFINE_DEBUG_INFO_ENTRY_ATTR_SETTER(byte_size) in DEFINE_DEBUG_INFO_ENTRY_ATTR_SETTER()
H A DAttributeClasses.cpp52 { ENTRY(byte_size), AC_BLOCK | AC_CONSTANT | AC_REFERENCE },
/haiku/src/bin/network/ftpd/
H A Dftpcmd.y133 %type <u.i> check_login octal_number byte_size
908 byte_size
1021 | L SP byte_size
1027 | L byte_size