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

  /external/pdfium/core/src/fxge/ge/
fx_ge.cpp 9 static CFX_GEModule* g_pGEModule = NULL;
10 CFX_GEModule::CFX_GEModule()
18 CFX_GEModule::~CFX_GEModule()
30 CFX_GEModule* CFX_GEModule::Get()
34 void CFX_GEModule::Create()
36 g_pGEModule = FX_NEW CFX_GEModule;
44 void CFX_GEModule::Use(CFX_GEModule* pModule)
    [all...]
fx_ge_font.cpp 51 CFX_GEModule::Get()->GetFontMgr()->ReleaseFace(m_Face);
80 m_Face = CFX_GEModule::Get()->GetFontMgr()->FindSubstFont(face_name, bTrueType, flags, weight, italic_angle,
140 if (CFX_GEModule::Get()->GetFontMgr()->m_FTLibrary == NULL) {
141 FXFT_Init_FreeType(&CFX_GEModule::Get()->GetFontMgr()->m_FTLibrary);
143 library = CFX_GEModule::Get()->GetFontMgr()->m_FTLibrary;
170 if (CFX_GEModule::Get()->GetFontMgr()->m_FTLibrary == NULL) {
171 FXFT_Init_FreeType(&CFX_GEModule::Get()->GetFontMgr()->m_FTLibrary);
173 library = CFX_GEModule::Get()->GetFontMgr()->m_FTLibrary;
fx_ge_linux.cpp 252 void CFX_GEModule::InitPlatform()
256 void CFX_GEModule::DestroyPlatform()
fx_ge_ps.cpp 269 CCodec_ModuleMgr* pEncoders = CFX_GEModule::Get()->GetCodecModule();
286 CCodec_ModuleMgr* pEncoders = CFX_GEModule::Get()->GetCodecModule();
419 CCodec_ModuleMgr* pEncoders = CFX_GEModule::Get()->GetCodecModule();
479 if (!CFX_GEModule::Get()->GetCodecModule() || !CFX_GEModule::Get()->GetCodecModule()->GetIccModule()) {
484 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule();
623 pCache = CFX_GEModule::Get()->GetFontCache();
650 CCodec_ModuleMgr* pEncoders = CFX_GEModule::Get()->GetCodecModule();
fx_ge_text.cpp 129 if (!CFX_GEModule::Get()->GetCodecModule() || !CFX_GEModule::Get()->GetCodecModule()->GetIccModule()) {
134 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule();
223 pCache = CFX_GEModule::Get()->GetFontCache();
    [all...]
fx_ge_fontmap.cpp 443 CFX_GEModule::Get()->GetFontMgr()->GetStandardFont(data, size, id);
    [all...]
  /external/pdfium/core/src/fxge/android/
fx_android_imp.cpp 9 void CFX_GEModule::InitPlatform()
26 void CFX_GEModule::DestroyPlatform()
  /external/pdfium/core/src/fxge/apple/
fx_mac_imp.cpp 105 void CFX_GEModule::InitPlatform()
110 void CFX_GEModule::DestroyPlatform()
fx_apple_platform.cpp 20 CQuartz2D & quartz2d = ((CApplePlatform *) CFX_GEModule::Get()->GetPlatformData())->_quartz2d;
25 CQuartz2D & quartz2d = ((CApplePlatform *) CFX_GEModule::Get()->GetPlatformData())->_quartz2d;
65 CQuartz2D& quartz2d = ((CApplePlatform *) CFX_GEModule::Get()->GetPlatformData())->_quartz2d;
167 CQuartz2D & quartz2d = ((CApplePlatform *) CFX_GEModule::Get()->GetPlatformData())->_quartz2d;
fx_quartz_device.cpp 816 CQuartz2D& quartz2d = ((CApplePlatform *) CFX_GEModule::Get()->GetPlatformData())->_quartz2d;
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp 281 CGdiplusExt& GdiplusExt = ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt;
347 CGdiplusExt& GdiplusExt = ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt;
419 CGdiplusExt& GdiplusExt = ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt;
523 CGdiplusExt& GdiplusExt = ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt;
534 CGdiplusExt& GdiplusExt = ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt;
539 CGdiplusExt& GdiplusExt = ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt;
563 CGdiplusExt& GdiplusExt = ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt;
572 CGdiplusExt& GdiplusExt = ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt;
581 CGdiplusExt& GdiplusExt = ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt;
591 CGdiplusExt& GdiplusExt = ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt;
    [all...]
fx_win32_device.cpp 405 void CFX_GEModule::InitPlatform()
419 void CFX_GEModule::DestroyPlatform()
430 CWin32Platform* pPlatform = (CWin32Platform*)CFX_GEModule::Get()->GetPlatformData();
760 CWin32Platform* pPlatform = (CWin32Platform*)CFX_GEModule::Get()->GetPlatformData();
    [all...]
fx_win32_dib.cpp 124 CWin32Platform* pPlatform = (CWin32Platform*)CFX_GEModule::Get()->GetPlatformData();
161 CWin32Platform* pPlatform = (CWin32Platform*)CFX_GEModule::Get()->GetPlatformData();
  /external/pdfium/core/src/fxge/dib/
fx_dib_convert.cpp 342 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule();
395 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule();
424 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule();
511 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule();
592 pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule();
596 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule();
668 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule();
717 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule();
    [all...]
fx_dib_composite.cpp 308 pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule();
503 pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule();
594 pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule();
640 pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule();
    [all...]
fx_dib_main.cpp 463 if (pIccTransform && CFX_GEModule::Get()->GetCodecModule() && CFX_GEModule::Get()->GetCodecModule()->GetIccModule()) {
464 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule();
    [all...]
  /external/pdfium/core/include/fxge/
fx_ge.h 26 class CFX_GEModule : public CFX_Object
32 static void Use(CFX_GEModule* pMgr);
34 static CFX_GEModule* Get();
63 CFX_GEModule();
65 ~CFX_GEModule();
  /external/pdfium/fpdfsdk/src/
fpdf_sysfontinfo.cpp 91 CFX_GEModule::Get()->GetFontMgr()->SetSystemFontInfo(pFontInfo);
fpdfview.cpp 169 CFX_GEModule::Create();
170 CFX_GEModule::Get()->SetCodecModule(g_pCodecModule);
222 CFX_GEModule::Destroy();
fsdk_mgr.cpp 142 CFX_FontMgr* pFontMgr = CFX_GEModule::Get()->GetFontMgr();
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 724 pCache = CFX_GEModule::Get()->GetFontCache();
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp     [all...]

Completed in 261 milliseconds