HomeSort by relevance Sort by last modified time
    Searched full:pfonts (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/src/fpdfdoc/
doc_utils.cpp 279 CPDF_Dictionary* pFonts = pDR->GetDict("Font");
280 if (!pFonts) {
284 for (const auto& it : *pFonts) {
308 CPDF_Dictionary* pFonts = pDR->GetDict("Font");
309 if (!pFonts) {
313 for (const auto& it : *pFonts) {
343 CPDF_Dictionary* pFonts = pDR->GetDict("Font");
344 if (!pFonts) {
347 CPDF_Dictionary* pElement = pFonts->GetDict(csAlias);
367 CPDF_Dictionary* pFonts = pDR->GetDict("Font")
    [all...]
doc_formcontrol.cpp 278 CPDF_Dictionary* pFonts = pDict->GetDict("Font");
279 if (pFonts) {
280 CPDF_Dictionary* pElement = pFonts->GetDict(csFontNameTag);
295 CPDF_Dictionary* pFonts = pDict->GetDict("Font");
296 if (pFonts) {
297 CPDF_Dictionary* pElement = pFonts->GetDict(csFontNameTag);
  /external/pdfium/xfa/src/fgas/src/font/
fx_stdfontmgr.cpp 666 CFX_ArrayTemplate<IFX_Font*>* pFonts;
667 m_Hash2Fonts.GetNextAssoc(pos, dwHash, pFonts);
668 if (NULL != pFonts) {
669 delete pFonts;
735 CFX_ArrayTemplate<IFX_Font*>* pFonts = NULL;
737 if (m_Hash2Fonts.Lookup(dwHash, pFonts)) {
738 if (NULL == pFonts) {
741 if (0 != pFonts->GetSize()) {
742 return pFonts->GetAt(0)->Retain();
745 if (!pFonts)
    [all...]
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_CBA_Fontmap.cpp 115 CPDF_Dictionary* pFonts = pResDict->GetDict("Font");
116 if (!pFonts)
121 for (const auto& it : *pFonts) {
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font_cid.cpp     [all...]

Completed in 93 milliseconds