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

  /external/pdfium/core/include/fxcrt/
fx_ext.h 65 FX_LPVOID FX_Random_MT_Start(FX_DWORD dwSeed);
  /external/pdfium/core/src/fxcrt/
fx_extension.cpp 291 FX_LPVOID FX_Random_MT_Start(FX_DWORD dwSeed)
353 FX_LPVOID pContext = FX_Random_MT_Start(dwSeed);
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_create.cpp 291 FX_LPVOID pContext = FX_Random_MT_Start(dwSeed1);
297 pContext = FX_Random_MT_Start(dwSeed2);
    [all...]

Completed in 51 milliseconds