HomeSort by relevance Sort by last modified time
    Searched refs:dwStartIndex (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font_utility.cpp 92 if ((int)index < (int)m_pHeader->dwStartIndex || index > m_pHeader->dwEndIndex) {
95 return m_pTable + (index - m_pHeader->dwStartIndex) * m_pHeader->dwRecordSize;
font_int.h 138 FX_DWORD dwStartIndex;
fpdf_font_cid.cpp 437 FX_DWORD dwStartIndex = *(FX_DWORD*)(pBuffer + 8);
440 if (dwRecordCount * 2 + dwStartIndex * 2 < 65536) {
441 FXSYS_memcpy32(m_pMapping + dwStartIndex * 2, pBuffer + dwDataOffset, dwRecordCount * 2);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
elscore.h 20 DWORD dwStartIndex;

Completed in 61 milliseconds