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

  /external/pdfium/core/src/fxge/ge/
fx_ge.cpp 52 CFX_FontCache* CFX_GEModule::GetFontCache()
55 m_pFontCache = new CFX_FontCache();
fx_ge_text.cpp 128 CFX_Font* pFont, CFX_FontCache* pCache,
    [all...]
fx_ge_ps.cpp 592 CFX_FontCache* pCache, const CFX_AffineMatrix* pObject2Device,
  /external/pdfium/core/include/fxge/
fx_ge.h 18 class CFX_FontCache;
38 CFX_FontCache* GetFontCache();
69 CFX_FontCache* m_pFontCache;
434 CFX_Font* pFont, CFX_FontCache* pCache,
440 CFX_Font* pFont, CFX_FontCache* pCache,
615 CFX_FontCache* pCache, const CFX_AffineMatrix* pObject2Device, FX_FLOAT font_size, FX_DWORD color,
695 FX_BOOL DrawText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont, CFX_FontCache* pCache,
fx_font.h 347 class CFX_FontCache
350 ~CFX_FontCache();
362 CFX_AutoFontCache(CFX_FontCache* pFontCache, CFX_Font* pFont)
371 CFX_FontCache* m_pFontCache;
  /external/pdfium/core/src/fxge/skia/
fx_skia_device.h 76 CFX_FontCache* pCache, const CFX_AffineMatrix* pObject2Device, FX_FIXFLOAT font_size, FX_DWORD color,
fx_skia_device.cpp 247 CFX_FontCache* pCache, const CFX_AffineMatrix* pObject2Device, FX_FIXFLOAT font_size, FX_DWORD color,
  /external/pdfium/core/src/fxge/apple/
apple_int.h 156 CFX_FontCache* pCache, const CFX_AffineMatrix* pObject2Device, FX_FLOAT font_size, FX_DWORD color,
167 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 95 CFX_FontCache* pCache, const CFX_AffineMatrix* pObject2Device, FX_FLOAT font_size, FX_DWORD color,
  /external/pdfium/core/src/fpdfapi/fpdf_render/
render_int.h 64 CFX_FontCache* GetFontCache()
73 CFX_FontCache* m_pFontCache;
fpdf_render_text.cpp 585 CFX_FontCache* pCache = pFont->m_pDocument ? pFont->m_pDocument->GetRenderData()->GetFontCache() : NULL;
654 CFX_FontCache* pCache = pFont->m_pDocument ? pFont->m_pDocument->GetRenderData()->GetFontCache() : NULL;
706 CFX_FontCache* pCache;
fpdf_render_cache.cpp 350 CFX_FontCache* pCache = m_pDocRender->GetFontCache();
fpdf_render.cpp 62 m_pFontCache = new CFX_FontCache;
    [all...]
  /external/pdfium/core/src/fxge/win32/
win32_int.h 227 CFX_FontCache* pCache, const CFX_AffineMatrix* pObject2Device, FX_FLOAT font_size, FX_DWORD color,
fx_win32_print.cpp 409 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 442 milliseconds