Home
last modified time | relevance | path

Searched refs:m_pSrcFont (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp101 m_pSrcFont(src), in CFGAS_GEFont()
105 ASSERT(m_pSrcFont->m_pFont); in CFGAS_GEFont()
107 m_pFont->LoadClone(m_pSrcFont->m_pFont); in CFGAS_GEFont()
Dcfgas_gefont.h105 CFX_RetainPtr<CFGAS_GEFont> m_pSrcFont; // Only set by ctor, so no cycles. variable