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

  /external/pdfium/xfa/fgas/font/
cfgas_gefont.cpp 108 CFX_SubstFont* pSubst = m_pFont->GetSubstFont();
109 if (!pSubst) {
110 pSubst = new CFX_SubstFont;
111 m_pFont->SetSubstFont(std::unique_ptr<CFX_SubstFont>(pSubst));
113 pSubst->m_Weight =
116 pSubst->m_SubstFlags |= FXFONT_SUBST_ITALIC;
  /external/pdfium/fpdfsdk/formfiller/
cba_fontmap.cpp 137 const CFX_SubstFont* pSubst = pFont->GetSubstFont();
138 if (!pSubst)
140 if (pSubst->m_Charset == nCharset) {
  /external/pdfium/core/fpdfdoc/
cpdf_interform.cpp 156 CFX_SubstFont* pSubst = pFind->GetSubstFont();
157 if (!pSubst)
160 if (pSubst->m_Charset == (int)charSet) {
    [all...]

Completed in 959 milliseconds