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

  /external/pdfium/core/include/fxcrt/
fx_ext.h 75 void* FX_Random_MT_Start(FX_DWORD dwSeed);
  /external/pdfium/core/src/fxcrt/
fx_extension.cpp 260 void* FX_Random_MT_Start(FX_DWORD dwSeed) {
315 void* pContext = FX_Random_MT_Start(dwSeed);
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_create.cpp 298 void* pContext = FX_Random_MT_Start(dwSeed1);
302 pContext = FX_Random_MT_Start(dwSeed2);
    [all...]
  /external/pdfium/xfa/src/fwl/src/core/
fwl_noteimp.cpp 167 void* random = FX_Random_MT_Start(0);
    [all...]

Completed in 852 milliseconds