Searched refs:FX_Random_MT_Start (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/core/include/fxcrt/
H A Dfx_ext.h65 FX_LPVOID FX_Random_MT_Start(FX_DWORD dwSeed);
/external/pdfium/core/src/fxcrt/
H A Dfx_extension.cpp291 FX_LPVOID FX_Random_MT_Start(FX_DWORD dwSeed) function
353 FX_LPVOID pContext = FX_Random_MT_Start(dwSeed);
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_create.cpp291 FX_LPVOID pContext = FX_Random_MT_Start(dwSeed1);
297 pContext = FX_Random_MT_Start(dwSeed2);

Completed in 91 milliseconds