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

  /external/pdfium/core/src/fxge/ge/
fx_ge.cpp 55 CFX_FontCache* CFX_GEModule::GetFontCache()
58 m_pFontCache = FX_NEW CFX_FontCache();
fx_ge_linux.cpp 22 CFX_FontCache* pCache, const CFX_AffineMatrix* pObject2Device,
fx_ge_text.cpp 150 CFX_Font* pFont, CFX_FontCache* pCache,
    [all...]
fx_ge_ps.cpp 605 CFX_FontCache* pCache, const CFX_AffineMatrix* pObject2Device,
  /external/pdfium/core/include/fxge/
fx_ge.h 20 class CFX_FontCache;
39 CFX_FontCache* GetFontCache();
70 CFX_FontCache* m_pFontCache;
438 CFX_Font* pFont, CFX_FontCache* pCache,
444 CFX_Font* pFont, CFX_FontCache* pCache,
619 CFX_FontCache* pCache, const CFX_AffineMatrix* pObject2Device, FX_FLOAT font_size, FX_DWORD color,
697 FX_BOOL DrawText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont, CFX_FontCache* pCache,
fx_font.h 344 class CFX_FontCache : public CFX_Object
347 ~CFX_FontCache();
359 CFX_AutoFontCache(CFX_FontCache* pFontCache, CFX_Font* pFont)
368 CFX_FontCache* m_pFontCache;
  /external/pdfium/core/src/fxge/apple/
apple_int.h 155 CFX_FontCache* pCache, const CFX_AffineMatrix* pObject2Device, FX_FLOAT font_size, FX_DWORD color,
166 CFX_FontCache* pCache,
fx_apple_platform.cpp 45 CFX_FontCache* pCache,
106 CFX_FontCache * pCache,
fx_quartz_device.cpp 805 CFX_FontCache* pCache,
    [all...]
  /external/pdfium/core/src/fxge/agg/include/
fx_agg_driver.h 93 CFX_FontCache* pCache, const CFX_AffineMatrix* pObject2Device, FX_FLOAT font_size, FX_DWORD color,
  /external/pdfium/core/src/fpdfapi/fpdf_render/
render_int.h 62 CFX_FontCache* GetFontCache()
71 CFX_FontCache* m_pFontCache;
fpdf_render_text.cpp 599 CFX_FontCache* pCache = pFont->m_pDocument ? pFont->m_pDocument->GetRenderData()->GetFontCache() : NULL;
668 CFX_FontCache* pCache = pFont->m_pDocument ? pFont->m_pDocument->GetRenderData()->GetFontCache() : NULL;
720 CFX_FontCache* pCache;
fpdf_render_cache.cpp 384 CFX_FontCache* pCache = m_pDocRender->GetFontCache();
fpdf_render.cpp 64 m_pFontCache = FX_NEW CFX_FontCache;
    [all...]
  /external/pdfium/core/src/fxge/win32/
win32_int.h 225 CFX_FontCache* pCache, const CFX_AffineMatrix* pObject2Device, FX_FLOAT font_size, FX_DWORD color,
fx_win32_print.cpp 421 CFX_FontCache* pCache, const CFX_AffineMatrix* pObject2Device, FX_FLOAT font_size, FX_DWORD color,
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp 225 CFX_FontCache* pCache, const CFX_AffineMatrix* pObject2Device, FX_FLOAT font_size, FX_DWORD color,
    [all...]

Completed in 1040 milliseconds