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

  /external/pdfium/xfa/include/fwl/theme/
widgettp.h 175 IFX_Font* GetFont() const { return m_pFont; }
181 IFX_Font* m_pFont;
  /external/pdfium/xfa/src/fgas/src/font/
fx_gefont.h 46 virtual void* GetDevFont() const { return (void*)m_pFont; }
61 CFX_Font* m_pFont;
  /external/pdfium/xfa/src/fxbarcode/oned/
BC_OneDimWriter.h 71 CFX_Font* m_pFont;
  /external/pdfium/xfa/src/fdp/src/tto/
fde_textout.h 135 IFX_Font* m_pFont;
  /external/pdfium/xfa/src/fgas/src/layout/
fx_rtfbreak.h 124 IFX_Font* m_pFont;
fx_textbreak.h 120 IFX_Font* m_pFont;
  /external/pdfium/core/src/fpdfapi/fpdf_font/
font_int.h 213 CPDF_Font* m_pFont;
  /external/pdfium/core/src/fxge/ge/
fx_ge_ps.cpp 12 CFX_Font* m_pFont;
545 if (pPSFont->m_Glyphs[j].m_pFont == pFont &&
586 pPSFont->m_Glyphs[ps_glyphindex].m_pFont = pFont;
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 165 CPDF_Font* m_pFont;
183 CPDF_Font* GetFont() const { return m_pObject->m_pFont; }
  /external/pdfium/core/src/fpdfapi/fpdf_render/
render_int.h 41 explicit CPDF_Type3Cache(CPDF_Type3Font* pFont) : m_pFont(pFont) {}
55 CPDF_Type3Font* const m_pFont;
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 829 CPDF_Font* GetFont() { return m_pFont; }
863 CPDF_Font* m_pFont;
  /external/pdfium/core/include/fxge/
fx_font.h 174 CFX_Font* m_pFont;
456 : m_pFontCache(pFontCache), m_pFont(pFont) {}
457 ~CFX_AutoFontCache() { m_pFontCache->ReleaseCachedFace(m_pFont); }
459 CFX_Font* m_pFont;

Completed in 377 milliseconds