Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_ext.h81 void* FX_Random_MT_Start(uint32_t dwSeed);
Dfx_extension.cpp548 void* FX_Random_MT_Start(uint32_t dwSeed) { in FX_Random_MT_Start() function
603 void* pContext = FX_Random_MT_Start(dwSeed); in FX_Random_GenerateMT()
/external/pdfium/core/fpdfapi/edit/
Dfpdf_edit_create.cpp321 void* pContext = FX_Random_MT_Start(dwSeed1); in PDF_GenerateFileID()
325 pContext = FX_Random_MT_Start(dwSeed2); in PDF_GenerateFileID()