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

  /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 154 CFX_SubstFont* pSubst = pFind->GetSubstFont();
155 if (!pSubst)
158 if (pSubst->m_Charset == static_cast<int>(charSet)) {
    [all...]

Completed in 128 milliseconds