Searched defs:size (Results 251 - 275 of 1596) sorted by path

<<11121314151617181920>>

/haiku/src/add-ons/print/transports/shared/
H A DSocket.cpp143 int Socket::read(char *buffer, int size, int flags) argument
158 int Socket::write(const char *buffer, int size, int flags) argument
[all...]
/haiku/src/add-ons/print/transports/usb_port/
H A DUSBTransport.cpp218 USBPrinter::Write(const void *buf, size_t size) argument
229 USBPrinter::Read(void *buf, size_t size) argument
299 Read(void *buffer, size_t size) argument
306 Write(const void *buffer, size_t size) argument
[all...]
/haiku/src/add-ons/screen_savers/gravity/
H A DGravityView.cpp70 int32 size = 128 << fParent->Config.ParticleCount; local
H A DParticle.cpp25 Particle::Initialize(int32 size, int32 shade) argument
38 Particle::AddParticles(int32 size, int32 shade) argument
49 Particle::RemoveParticles(int32 size, int32 shade) argument
57 Particle::ColorParticles(int32 size, int32 shade) argument
120 _FillParticle(Particle* p, int32 size, int32 shade) argument
137 _ColorParticle(Particle* p, int32 size, int32 shade) argument
[all...]
/haiku/src/add-ons/screen_savers/icons/
H A DVectorIcon.h17 size_t size; member in struct:vector_icon
/haiku/src/add-ons/screen_savers/simpleclock/
H A DSimpleClock.cpp146 Clock::_drawBlock(BView *view, float x, float y, float alpha, float size) argument
169 float size = length * coeff; local
/haiku/src/add-ons/translators/bmp/
H A DBMPTranslator.cpp292 ssize_t size = 14; local
/haiku/src/add-ons/translators/gif/
H A DLoadPalette.h32 int size; member in class:LoadPalette
H A DSFHash.cpp26 SFHash::SFHash(int size) { argument
[all...]
H A DSFHash.h46 int size; member in class:SFHash
/haiku/src/add-ons/translators/ico/
H A DICO.cpp37 void *Allocate(size_t size) { return fMemory = malloc(size); } argument
492 ICO::is_valid_size(int32 size) argument
[all...]
H A DICO.h43 uint32 size; member in struct:ICO::ico_dir_entry
52 uint32 size; // size of this structure member in struct:ICO::ico_bitmap_header
/haiku/src/add-ons/translators/pcx/
H A DPCX.cpp36 void *Allocate(size_t size) { return fMemory = malloc(size); } argument
/haiku/src/add-ons/translators/psd/
H A DDataArray.cpp25 BDataArray::_ReallocArrayFor(int32 size) argument
/haiku/src/add-ons/translators/tga/
H A DTGATranslator.cpp258 ssize_t size = TGA_HEADERS_SIZE; local
/haiku/src/add-ons/translators/wonderbrush/support/
H A Dbitmap_compression.cpp24 compress_bitmap_zlib(const BBitmap* bitmap, void** buffer, unsigned* size) argument
64 decompress_bitmap_zlib(const void* buffer, unsigned int size, BRect frame, color_space format) argument
101 unsigned size; local
[all...]
/haiku/src/apps/activitymonitor/
H A DCircularBuffer.h17 CircularBuffer(size_t size) argument
35 status_t SetSize(size_t size) argument
H A DSystemInfoHandler.cpp214 ssize_t size = data->FlattenedSize(); local
/haiku/src/apps/cortex/addons/audioOps/
H A DNullAudioOp.cpp76 store( int32 parameterID, void* data, size_t size) argument
/haiku/src/apps/cortex/addons/common/
H A DIParameterSet.cpp47 setValue( int32 parameterID, bigtime_t performanceTime, const void* data, size_t size) argument
H A DRawBuffer.cpp112 uint32 RawBuffer::size() const { return m_frames * m_frameSize; } function in class:RawBuffer
235 uint32 size = m_frames * m_frameSize; local
/haiku/src/apps/debuganalyzer/gui/chart/
H A DChart.cpp446 BSize size = Bounds().Size(); local
[all...]
H A DLegendChartAxis.cpp33 BSize size; member in struct:LegendChartAxis::LegendInfo
35 LegendInfo(ChartLegend* legend, double value, BSize size) argument
222 BSize size local
375 BSize size = fLegendRenderer->LegendSize(legend, view); local
398 _EstimateMaxLegendCount(BView* view, BSize size, float* _hSpacing, float* _vSpacing) argument
[all...]
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp2393 BSize size = _DataRectSize(); local
2443 BSize size local
530 _DrawArrow(BView* view, BPoint tip, BSize size, BSize base, const rgb_color& color, bool fill) argument
2480 BSize size = Frame().Size(); local
[all...]
/haiku/src/apps/deskbar/
H A DResourceSet.cpp126 StringBlockTypeItem(const void* block, size_t size) argument
138 TypeItem(int32 id, const char* name, const void* data, size_t size) argument
154 off_t size; local
313 TStringBlock::TStringBlock(const void* block, size_t size) argument
759 size_t size local
[all...]

Completed in 359 milliseconds

<<11121314151617181920>>