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

  /external/pdfium/xfa/fgas/font/
cfgas_fontmgr.cpp 847 uint32_t dwFileSize = pSystemFontInfo->GetFontData(hFont, 0, nullptr, 0);
848 if (dwFileSize == 0)
851 uint8_t* pBuffer = FX_Alloc(uint8_t, dwFileSize + 1);
852 dwFileSize = pSystemFontInfo->GetFontData(hFont, 0, pBuffer, dwFileSize);
854 return IFX_MemoryStream::Create(pBuffer, dwFileSize, true);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wincrypt.h     [all...]

Completed in 198 milliseconds