Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/win32/
Dfx_win32_gdipext.cpp492 CFX_ByteString strPlusPath = ""; in Load() local
495 strPlusPath += buf; in Load()
496 strPlusPath += "\\"; in Load()
497 strPlusPath += "GDIPLUS.DLL"; in Load()
498 m_hModule = LoadLibraryA(strPlusPath); in Load()