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

  /external/pdfium/fpdfsdk/src/formfiller/
FFL_CBA_Fontmap.cpp 150 const CFX_SubstFont* pSubst = pFont->GetSubstFont();
151 if (pSubst == NULL) continue;
152 if (pSubst->m_Charset == nCharset)
  /external/pdfium/core/src/fpdfdoc/
doc_utils.cpp 445 CFX_SubstFont* pSubst = (CFX_SubstFont*)pFind->GetSubstFont();
446 if (pSubst == NULL) {
449 if (pSubst->m_Charset == (int)charSet) {
460 CFX_SubstFont* pSubst;
463 pSubst = (CFX_SubstFont*)pFont->GetSubstFont();
464 if (pSubst != NULL && pSubst->m_Charset == (int)charSet) {

Completed in 39 milliseconds