Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/crt/
Dfgas_utils.cpp251 int32_t iDstChunkIndex = iDstStart / m_iChunkSize; in Append() local
275 iDstChunkIndex++; in Append()
276 pDstChunk = (uint8_t*)m_pData->GetAt(iDstChunkIndex); in Append()