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/fxcrt/
fx_ext.h 81 void* FX_Random_MT_Start(uint32_t dwSeed);
fx_extension.cpp 548 void* FX_Random_MT_Start(uint32_t dwSeed) {
603 void* pContext = FX_Random_MT_Start(dwSeed);
  /external/pdfium/core/fpdfapi/edit/
fpdf_edit_create.cpp 321 void* pContext = FX_Random_MT_Start(dwSeed1);
325 pContext = FX_Random_MT_Start(dwSeed2);
    [all...]

Completed in 183 milliseconds