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

  /external/pdfium/core/fxge/ge/
cfx_gemodule.cpp 26 m_pUserFontPaths(nullptr) {}
51 m_pUserFontPaths = userFontPaths;
fx_ge_linux.cpp 159 IFX_SystemFontInfo::CreateDefault(m_pUserFontPaths));
  /external/pdfium/core/fxge/
cfx_gemodule.h 47 const char** m_pUserFontPaths;
  /external/pdfium/public/
fpdfview.h 163 const char** m_pUserFontPaths;
    [all...]
  /external/pdfium/testing/
embedder_test.cpp 100 config.m_pUserFontPaths = nullptr;
  /external/pdfium/samples/
pdfium_test.cc 958 config.m_pUserFontPaths = nullptr;
966 config.m_pUserFontPaths = path_array;
  /external/pdfium/fpdfsdk/
fpdfview.cpp 373 pModule->Init(cfg ? cfg->m_pUserFontPaths : nullptr, g_pCodecModule);
    [all...]

Completed in 274 milliseconds