Home
last modified time | relevance | path

Searched refs:fPageSize (Results 1 – 8 of 8) sorted by relevance

/haiku/src/kits/game/
H A DPushGameSound.cpp32 fPageSize = frameSize * inBufferFrameCount; in BPushGameSound()
33 fBufferSize = fPageSize * fPageCount; in BPushGameSound()
44 fPageSize(0), in BPushGameSound()
68 && fLockPos + fPageSize > fPlayPos) in LockNextPage()
76 fLockPos += fPageSize; in LockNextPage()
81 *out_pageSize = fPageSize; in LockNextPage()
122 size_t bufferFrameCount = fPageSize / frameSize; in Clone()
192 int32 page = int32(start / fPageSize); in BytesReady()
195 if (fPageLocked->HasItem(&fBuffer[page * fPageSize])) in BytesReady()
199 ready += fPageSize; in BytesReady()
[all …]
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPJobConfiguration.cpp13 fPageSize(), in GPJobConfiguration()
H A DGPJobConfiguration.h24 BString fPageSize; variable
H A DGPDriver.cpp52 SetParameter(fConfiguration.fPageSize, PrinterCap::kPaper, in StartDocument()
71 fprintf(stderr, "PageSize %s\n", fConfiguration.fPageSize.String()); in StartDocument()
H A DGPJob.cpp152 fConfiguration->fPageSize); in Begin()
/haiku/headers/libs/print/libprint/
H A DMarginView.h227 BStringView* fPageSize; variable
/haiku/src/libs/print/libprint/
H A DMarginView.cpp360 fPageSize->SetText(pageSize); in UpdateView()
389 fPageSize = new BStringView("pageSize", "?x?"); in _ConstructGUI()
463 .Add(fPageSize) in _ConstructGUI()
/haiku/headers/os/game/
H A DPushGameSound.h92 size_t fPageSize; variable