Searched refs:targetSize (Results 1 - 5 of 5) sorted by path

/haiku/src/apps/cortex/addons/common/
H A DRawBuffer.cpp236 uint32 targetSize = target.m_frames * target.m_frameSize; local
241 if(toCopy > targetSize)
242 toCopy = targetSize;
244 if(toCopy > (targetSize-targetOffset))
245 toCopy = (targetSize-targetOffset);
253 uint32 targetChunk = targetSize - targetOffset;
274 if(targetOffset == targetSize)
H A DAudioBuffer.cpp208 uint32 targetSize = target.m_frames * target.m_frameSize; local
213 if(toCopy > targetSize)
214 toCopy = targetSize;
216 if(toCopy > (targetSize-targetOffset))
217 toCopy = (targetSize-targetOffset);
236 if(targetOffset == targetSize)
/haiku/src/kits/support/
H A DList.cpp482 int32 targetSize = count; local
483 if (targetSize <= 0)
484 targetSize = fBlockSize;
486 if (targetSize > fPhysicalSize) {
487 while (newSize < targetSize)
489 } else if (targetSize <= fResizeThreshold)
/haiku/headers/os/interface/
H A DScrollView.h104 BSize _ComputeSize(BSize targetSize) const;
/haiku/src/kits/interface/
H A DScrollView.cpp850 BScrollView::_ComputeSize(BSize targetSize) const
853 BRect(0, 0, targetSize.width, targetSize.height));

Completed in 69 milliseconds