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); } function in class:agg::pod_vector
198 void deserialize(const int8u* data, unsigned byte_size);
292 void pod_vector<T>::deserialize(const int8u* data, unsigned byte_size) argument
294 byte_size /= sizeof(T);
295 allocate(byte_size);
296 if(byte_size) memcpy(m_array, data, byte_size * sizeof(T));
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 function in class:agg::pod_bvector
730 deserialize(const int8u* data, unsigned byte_size) argument
747 deserialize(unsigned start, const T& empty_val, const int8u* data, unsigned byte_size) argument
[all...]
H A Dagg_scanline_storage_aa.h397 unsigned byte_size() const function in class:agg::scanline_storage_aa
785 unsigned byte_size = read_int32u(); local
787 m_ptr += byte_size - sizeof(int32);
H A Dagg_path_storage_integer.h119 unsigned byte_size() const { return m_storage.size() * sizeof(vertex_integer_type); } function in class:agg::path_storage_integer
H A Dagg_trans_viewport.h198 unsigned byte_size() const function in class:agg::trans_viewport
H A Dagg_scanline_storage_bin.h241 unsigned byte_size() const function in class:agg::scanline_storage_bin
/haiku/src/servers/app/drawing/Painter/
H A Dagg_scanline_storage_subpix.h261 unsigned byte_size() const function in class:agg::scanline_storage_subpix
647 unsigned byte_size = read_int32u(); local
649 m_ptr += byte_size - sizeof(int32);
/haiku/src/servers/app/font/
H A DFontEngine.cpp523 fDataSize = fScanlineStorageBin.byte_size();
541 fDataSize = fScanlineStorageAA.byte_size();
559 fDataSize = fScanlineStorageSubpix.byte_size();
574 fDataSize = fPath.byte_size();
/haiku/src/libs/agg/font_freetype/
H A Dagg_font_freetype.cpp928 m_data_size = m_scanlines_bin.byte_size();
953 m_data_size = m_scanlines_aa.byte_size();
974 m_data_size = m_path32.byte_size();
995 m_data_size = m_path16.byte_size();
1038 m_data_size = m_scanlines_bin.byte_size();
1076 m_data_size = m_scanlines_aa.byte_size();
/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)
H A DAttributeClasses.cpp52 { ENTRY(byte_size), AC_BLOCK | AC_CONSTANT | AC_REFERENCE },
/haiku/src/bin/network/ftpd/
H A Dftpcmd.y162 %type <u.i> check_login octal_number byte_size
937 byte_size
1050 | L SP byte_size
1056 | L byte_size

Completed in 74 milliseconds