Searched refs:fPageSize (Results 1 – 5 of 5) sorted by relevance
34 , 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 …]
40 uint32 fPageSize; variable
49 void SetPageSize(FX_FLOAT fPageSize) { m_fPageSize = fPageSize; } in SetPageSize() argument
202 SkISize fPageSize; variable
481 , fPageSize(pageSize) in SkPDFDevice()1542 mediaBox->appendInt(fPageSize.width()); in copyMediaBox()1543 mediaBox->appendInt(fPageSize.height()); in copyMediaBox()