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

  /external/pdfium/xfa/src/fgas/src/xml/
fx_sax_imp.cpp 30 FX_DWORD dwStart,
34 if (dwStart >= dwSize) {
37 if (dwLen == -1 || dwStart + dwLen > dwSize) {
38 dwLen = dwSize - dwStart;
45 if (!pFile->ReadBlock(m_pBuf, dwStart, m_dwBufSize)) {
48 m_dwStart = dwStart;
49 m_dwEnd = dwStart + dwLen;
50 m_dwCur = dwStart;
173 FX_DWORD dwStart,
178 if (!m_File.StartFile(pFile, dwStart, dwLen)) {
    [all...]
fx_sax_imp.h 13 FX_BOOL StartFile(IFX_FileRead* pFile, FX_DWORD dwStart, FX_DWORD dwLen);
69 FX_DWORD dwStart = 0,
  /external/pdfium/xfa/src/fgas/include/
fx_sax.h 55 FX_DWORD dwStart = 0,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
avifmt.h 97 DWORD dwStart;
mailmsgprops.h 93 DWORD dwStart;
vfw.h 714 DWORD dwStart;
791 DWORD dwStart;
812 DWORD dwStart;
    [all...]
d3d.h 576 STDMETHOD(PaletteChanged)(THIS_ DWORD dwStart, DWORD dwCount) PURE;
619 STDMETHOD(PaletteChanged)(THIS_ DWORD dwStart, DWORD dwCount) PURE;
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_create.cpp     [all...]
  /external/opencv3/modules/videoio/src/
cap_mjpeg_decoder.cpp 106 DWORD dwStart; // 0
cap_vfw.cpp 178 film_range.start_index = (int)aviinfo.dwStart;

Completed in 847 milliseconds