Searched refs:_SetSize (Results 1 - 10 of 10) sorted by relevance

/haiku/src/libs/icon/flat_icon/
H A DLittleEndianBuffer.cpp67 _SetSize(fSize + CHUNK_SIZE);
83 _SetSize(fSize + CHUNK_SIZE);
99 _SetSize(fSize + CHUNK_SIZE);
115 _SetSize(fSize + CHUNK_SIZE);
131 _SetSize(fSize + CHUNK_SIZE);
164 _SetSize(newSize);
279 // _SetSize
281 LittleEndianBuffer::_SetSize(size_t size) function in class:LittleEndianBuffer
H A DLittleEndianBuffer.h54 void _SetSize(size_t size);
/haiku/headers/private/shared/
H A DIconView.h36 void _SetSize();
/haiku/src/kits/shared/
H A DIconView.cpp77 _SetSize();
112 _SetSize();
138 _SetSize();
181 IconView::_SetSize() function in class:IconView
/haiku/src/kits/interface/
H A DRegion.cpp32 _SetSize(kDataBlockSize);
87 if (_SetSize(other.fDataSize)) {
121 _SetSize(1);
436 \fn bool BRegion::_SetSize(int32 newSize)
443 BRegion::_SetSize(int32 newSize) function in class:BRegion
H A DRegionSupport.cpp875 if (!newReg->_SetSize(max_c(reg1->fCount,reg2->fCount) * 2)) {
/haiku/headers/os/interface/
H A DRegion.h91 bool _SetSize(int32 newSize);
/haiku/src/kits/app/
H A DServerLink.cpp69 if (!region->_SetSize(region->fCount))
H A DLinkReceiver.cpp450 if (!region->_SetSize(region->fCount))
/haiku/src/kits/game/
H A DDirectWindow.cpp390 if (!region->_SetSize(fBufferDesc->clip_list_count)) {

Completed in 145 milliseconds