Home
last modified time | relevance | path

Searched refs:pMgr (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/src/fwl/src/core/
Dfwl_contentimp.cpp52 CFWL_WidgetMgr* pMgr = static_cast<CFWL_WidgetMgr*>(FWL_GetWidgetMgr()); in InsertWidget() local
53 if (!pMgr) in InsertWidget()
55 pMgr->SetWidgetIndex(pChild, nIndex); in InsertWidget()
65 CFWL_WidgetMgr* pMgr = static_cast<CFWL_WidgetMgr*>(FWL_GetWidgetMgr()); in RemoveAllWidgets() local
66 if (!pMgr) in RemoveAllWidgets()
69 pMgr->GetWidget(m_pInterface, FWL_WGTRELATION_FirstChild)) { in RemoveAllWidgets()
70 pMgr->SetParent(NULL, widget); in RemoveAllWidgets()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fontmgr.cpp2071 CXFA_PDFFontMgr* pMgr = (CXFA_PDFFontMgr*)m_PDFFontMgrArray.GetValueAt(hDoc); in GetFont() local
2073 if (pMgr != NULL) { in GetFont()
2074 pFont = pMgr->GetFont(wsEnglishName, dwFontStyles, &pPDFFont); in GetFont()
2082 if (pFont == NULL && pMgr != NULL) { in GetFont()
2084 pFont = pMgr->GetFont(wsEnglishName, dwFontStyles, &pPDFFont, FALSE); in GetFont()
2096 pMgr->m_FDE2PDFFont.SetAt(pFont, pPDFFont); in GetFont()
2097 pFont->SetFontProvider(pMgr); in GetFont()
2109 CXFA_PDFFontMgr* pMgr = NULL; in ReleaseDocFonts() local
2110 if (m_PDFFontMgrArray.Lookup(hDoc, (void*&)pMgr)) { in ReleaseDocFonts()
2111 if (pMgr != NULL) { in ReleaseDocFonts()
[all …]
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfont_int.h124 FX_BOOL LoadPredefined(CPDF_CMapManager* pMgr,
183 void Load(CPDF_CMapManager* pMgr, CIDSet charset, FX_BOOL bPromptCJK);
Dfpdf_font_cid.cpp777 FX_BOOL CPDF_CMap::LoadPredefined(CPDF_CMapManager* pMgr, in LoadPredefined() argument
1033 void CPDF_CID2UnicodeMap::Load(CPDF_CMapManager* pMgr, in Load() argument
/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.cpp1070 IFX_LocaleMgr* pMgr = (IFX_LocaleMgr*)pDoc->GetLocalMgr(); in IsoTime2Num() local
1082 (CXFA_LocaleMgr*)pMgr); in IsoTime2Num()
1089 IFX_Locale* pDefLocale = pMgr->GetDefLocale(); in IsoTime2Num()
1549 IFX_LocaleMgr* pMgr = (IFX_LocaleMgr*)pDoc->GetLocalMgr(); in Time2Num() local
1557 pLocale = pMgr->GetLocaleByName( in Time2Num()
1572 wsFormat, pLocale, (CXFA_LocaleMgr*)pMgr); in Time2Num()
1998 IFX_LocaleMgr* pMgr = (IFX_LocaleMgr*)pDoc->GetLocalMgr(); in Local2IsoDate() local
2006 pLocale = pMgr->GetLocaleByName( in Local2IsoDate()
2022 pLocale, (CXFA_LocaleMgr*)pMgr); in Local2IsoDate()
2038 IFX_LocaleMgr* pMgr = (IFX_LocaleMgr*)pDoc->GetLocalMgr(); in Local2IsoTime() local
[all …]
/external/pdfium/core/include/fxge/
Dfx_ge.h24 static void Use(CFX_GEModule* pMgr);