Home
last modified time | relevance | path

Searched refs:GetChunkIndex (Results 1 – 5 of 5) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/pdf/
H A Dchunk_stream.h53 const uint32_t chunk_index = GetChunkIndex(start); in ReadData()
64 uint32_t GetChunkIndex(uint32_t offset) const { return offset / kChunkSize; } in GetChunkIndex() function
67 return gfx::Range(GetChunkIndex(offset), GetChunkEnd(offset + size)); in GetChunksRange()
79 const gfx::Range chunks_range(GetChunkIndex(range.start()), in IsRangeAvailable()
98 return !eof_pos_ || (chunk_index <= GetChunkIndex(eof_pos_ - 1)); in IsValidChunkIndex()
H A Ddocument_loader_impl.cc290 chunk_.chunk_index = chunk_stream_.GetChunkIndex(start_pos); in DidOpenPartial()
322 chunk_.chunk_index = chunk_stream_.GetChunkIndex(start_pos); in DidRead()
/dports/www/chromium-legacy/chromium-88.0.4324.182/pdf/
H A Dchunk_stream.h53 const uint32_t chunk_index = GetChunkIndex(start); in ReadData()
64 uint32_t GetChunkIndex(uint32_t offset) const { return offset / kChunkSize; } in GetChunkIndex() function
67 return gfx::Range(GetChunkIndex(offset), GetChunkEnd(offset + size)); in GetChunksRange()
79 const gfx::Range chunks_range(GetChunkIndex(range.start()), in IsRangeAvailable()
98 return !eof_pos_ || (chunk_index <= GetChunkIndex(eof_pos_ - 1)); in IsValidChunkIndex()
H A Ddocument_loader_impl.cc288 chunk_.chunk_index = chunk_stream_.GetChunkIndex(start_pos); in DidOpenPartial()
320 chunk_.chunk_index = chunk_stream_.GetChunkIndex(start_pos); in DidRead()
/dports/games/openspades/openspades-0.1.3/Sources/Draw/
H A DGLMapRenderer.h63 inline int GetChunkIndex(int x, int y, int z) { in GetChunkIndex() function
68 return chunks[GetChunkIndex(x, y, z)]; in GetChunk()