Searched defs:dwStartIndex (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfont_int.h138 FX_DWORD dwStartIndex; member in struct:_FileHeader
H A Dfpdf_font_cid.cpp437 FX_DWORD dwStartIndex = *(FX_DWORD*)(pBuffer + 8); local
440 if (dwRecordCount * 2 + dwStartIndex * 2 < 65536) {
441 FXSYS_memcpy32(m_pMapping + dwStartIndex * 2, pBuffer + dwDataOffset, dwRecordCount * 2);

Completed in 134 milliseconds