Searched refs:fPageSize (Results 1 – 9 of 9) 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
50 FWL_ERR CFWL_ScrollBar::SetPageSize(FX_FLOAT fPageSize) { in SetPageSize() argument53 return static_cast<IFWL_ScrollBar*>(m_pIface)->SetPageSize(fPageSize); in SetPageSize()
20 FWL_ERR SetPageSize(FX_FLOAT fPageSize);
57 FWL_ERR SetPageSize(FX_FLOAT fPageSize);
38 FWL_ERR IFWL_ScrollBar::SetPageSize(FX_FLOAT fPageSize) { in SetPageSize() argument39 return static_cast<CFWL_ScrollBarImp*>(GetImpl())->SetPageSize(fPageSize); in SetPageSize()179 FWL_ERR CFWL_ScrollBarImp::SetPageSize(FX_FLOAT fPageSize) { in SetPageSize() argument180 m_fPageSize = fPageSize; in SetPageSize()
34 virtual FWL_ERR SetPageSize(FX_FLOAT fPageSize);
206 SkISize fPageSize; variable
705 , fPageSize(pageSize) in SkPDFDevice()1563 mediaBox->appendInt(fPageSize.fWidth); in copyMediaBox()1564 mediaBox->appendInt(fPageSize.fHeight); in copyMediaBox()1612 if (fPageSize != fContentSize) { in writeContent()