Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_memory_stream.cpp34 , fPageSize (pageSize ) in dng_memory_stream()
95 uint32 pageIndex = (uint32) (offset / fPageSize); in DoRead()
96 uint32 pageOffset = (uint32) (offset % fPageSize); in DoRead()
98 uint32 blockCount = Min_uint32 (fPageSize - pageOffset, count); in DoRead()
119 while (length > fPageCount * (uint64) fPageSize) in DoSetLength()
174 fPageList [fPageCount] = fAllocator.Allocate (fPageSize); in DoSetLength()
199 uint32 pageIndex = (uint32) (offset / fPageSize); in DoWrite()
200 uint32 pageOffset = (uint32) (offset % fPageSize); in DoWrite()
202 uint32 blockCount = Min_uint32 (fPageSize - pageOffset, count); in DoWrite()
248 uint32 pageIndex = (uint32) (offset / fPageSize); in CopyToStream()
[all …]
Ddng_memory_stream.h40 uint32 fPageSize; variable
/external/pdfium/xfa/fwl/
Dcfwl_scrollbar.h54 void SetPageSize(float fPageSize) { m_fPageSize = fPageSize; } in SetPageSize() argument