HomeSort by relevance Sort by last modified time
    Searched defs:m_pFont (Results 1 - 12 of 12) sorted by null

  /external/pdfium/core/fpdfapi/render/
cpdf_type3cache.h 36 CPDF_Type3Font* const m_pFont;
  /external/pdfium/core/fxge/
cfx_unicodeencoding.h 43 CFX_Font* m_pFont; // Unowned, not nullptr.
  /external/pdfium/xfa/fxbarcode/oned/
BC_OneDimWriter.h 104 CFX_Font* m_pFont;
  /external/pdfium/core/fpdfapi/page/
cpdf_textstate.h 74 CPDF_Font* m_pFont;
  /external/pdfium/xfa/fgas/font/
cfgas_gefont.h 61 CFX_Font* GetDevFont() const { return m_pFont; }
104 CFX_Font* m_pFont;
  /external/pdfium/xfa/fwl/theme/
cfwl_widgettp.h 115 CFX_RetainPtr<CFGAS_GEFont> GetFont() const { return m_pFont; }
125 CFX_RetainPtr<CFGAS_GEFont> m_pFont;
  /external/pdfium/core/fpdfdoc/
cpdf_formfield.h 129 CPDF_Font* GetFont() const { return m_pFont; }
164 CPDF_Font* m_pFont;
  /external/pdfium/xfa/fde/tto/
fde_textout.h 155 CFX_RetainPtr<CFGAS_GEFont> m_pFont;
  /external/pdfium/core/fxge/win32/
cfx_psrenderer.cpp 22 CFX_Font* m_pFont;
533 if (pPSFont->m_Glyphs[j].m_pFont == pFont &&
575 pPSFont->m_Glyphs[glyphindex].m_pFont = pFont;
  /external/pdfium/xfa/fgas/layout/
fgas_rtfbreak.h 207 CFX_RetainPtr<CFGAS_GEFont> m_pFont;
fgas_textbreak.h 284 CFX_RetainPtr<CFGAS_GEFont> m_pFont;
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp 677 m_pFont(nullptr),
805 m_pFont = pFont;
838 if (m_pFont->GetFace()) { // exclude placeholder test fonts
839 sk_sp<SkTypeface> typeface(SkSafeRef(m_pFont->GetDeviceCache()));
    [all...]

Completed in 418 milliseconds