HomeSort by relevance Sort by last modified time
    Searched refs:CFX_GEModule (Results 1 - 24 of 24) 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 = new CFX_GEModule;
41 void CFX_GEModule::Use(CFX_GEModule* pModule
    [all...]
fx_ge_font.cpp 46 CFX_GEModule::Get()->GetFontMgr()->ReleaseFace(m_Face);
72 m_Face = CFX_GEModule::Get()->GetFontMgr()->FindSubstFont(face_name, bTrueType, flags, weight, italic_angle,
129 if (CFX_GEModule::Get()->GetFontMgr()->m_FTLibrary == NULL) {
130 FXFT_Init_FreeType(&CFX_GEModule::Get()->GetFontMgr()->m_FTLibrary);
132 library = CFX_GEModule::Get()->GetFontMgr()->m_FTLibrary;
159 if (CFX_GEModule::Get()->GetFontMgr()->m_FTLibrary == NULL) {
160 FXFT_Init_FreeType(&CFX_GEModule::Get()->GetFontMgr()->m_FTLibrary);
162 library = CFX_GEModule::Get()->GetFontMgr()->m_FTLibrary;
fx_ge_linux.cpp 224 void CFX_GEModule::InitPlatform()
228 void CFX_GEModule::DestroyPlatform()
fx_ge_ps.cpp 269 CCodec_ModuleMgr* pEncoders = CFX_GEModule::Get()->GetCodecModule();
286 CCodec_ModuleMgr* pEncoders = CFX_GEModule::Get()->GetCodecModule();
416 CCodec_ModuleMgr* pEncoders = CFX_GEModule::Get()->GetCodecModule();
469 if (!CFX_GEModule::Get()->GetCodecModule() || !CFX_GEModule::Get()->GetCodecModule()->GetIccModule()) {
474 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule();
610 pCache = CFX_GEModule::Get()->GetFontCache();
637 CCodec_ModuleMgr* pEncoders = CFX_GEModule::Get()->GetCodecModule();
fx_ge_text.cpp 107 if (!CFX_GEModule::Get()->GetCodecModule() || !CFX_GEModule::Get()->GetCodecModule()->GetIccModule()) {
112 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule();
201 pCache = CFX_GEModule::Get()->GetFontCache();
    [all...]
fx_ge_fontmap.cpp 434 CFX_GEModule::Get()->GetFontMgr()->GetStandardFont(data, size, id);
    [all...]
  /external/pdfium/core/src/fxge/android/
fx_android_imp.cpp 9 void CFX_GEModule::InitPlatform()
23 void CFX_GEModule::DestroyPlatform()
  /external/pdfium/core/src/fxge/apple/
fx_mac_imp.cpp 96 void CFX_GEModule::InitPlatform()
101 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 286 CGdiplusExt& GdiplusExt = ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt;
349 CGdiplusExt& GdiplusExt = ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt;
421 CGdiplusExt& GdiplusExt = ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt;
525 CGdiplusExt& GdiplusExt = ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt;
536 CGdiplusExt& GdiplusExt = ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt;
541 CGdiplusExt& GdiplusExt = ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt;
565 CGdiplusExt& GdiplusExt = ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt;
574 CGdiplusExt& GdiplusExt = ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt;
583 CGdiplusExt& GdiplusExt = ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt;
593 CGdiplusExt& GdiplusExt = ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt
    [all...]
fx_win32_device.cpp 398 void CFX_GEModule::InitPlatform()
409 void CFX_GEModule::DestroyPlatform()
420 CWin32Platform* pPlatform = (CWin32Platform*)CFX_GEModule::Get()->GetPlatformData();
771 CWin32Platform* pPlatform = (CWin32Platform*)CFX_GEModule::Get()->GetPlatformData();
    [all...]
fx_win32_dib.cpp 115 CWin32Platform* pPlatform = (CWin32Platform*)CFX_GEModule::Get()->GetPlatformData();
148 CWin32Platform* pPlatform = (CWin32Platform*)CFX_GEModule::Get()->GetPlatformData();
  /external/pdfium/core/include/fxge/
fx_ge.h 25 class CFX_GEModule
31 static void Use(CFX_GEModule* pMgr);
33 static CFX_GEModule* Get();
62 CFX_GEModule();
64 ~CFX_GEModule();
  /external/pdfium/core/src/fxge/dib/
fx_dib_convert.cpp 330 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule();
383 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule();
412 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule();
500 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule();
581 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule();
653 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule();
702 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule();
731 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 448 if (pIccTransform && CFX_GEModule::Get()->GetCodecModule() && CFX_GEModule::Get()->GetCodecModule()->GetIccModule()) {
449 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule();
    [all...]
  /external/pdfium/fpdfsdk/src/
fpdf_sysfontinfo.cpp 95 CFX_GEModule::Get()->GetFontMgr()->SetSystemFontInfo(pFontInfo);
fpdfview.cpp 115 CFX_GEModule::Create();
116 CFX_GEModule::Get()->SetCodecModule(g_pCodecModule);
143 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/fxge/skia/
fx_skia_blitter_new.cpp     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 710 pCache = CFX_GEModule::Get()->GetFontCache();
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp     [all...]

Completed in 7223 milliseconds