Searched refs:pMgr (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/xfa/fxfa/ |
D | cxfa_fontmgr.cpp | 37 CFGAS_PDFFontMgr* pMgr = hDoc->GetPDFFontMgr(); in GetFont() local 39 if (pMgr) { in GetFont() 40 pFont = pMgr->GetFont(wsEnglishName.AsStringView(), dwFontStyles, true); in GetFont() 48 if (!pFont && pMgr) { in GetFont() 49 pFont = pMgr->GetFont(wsEnglishName.AsStringView(), dwFontStyles, false); in GetFont()
|
/external/pdfium/xfa/fwl/ |
D | cfwl_widgetmgr.cpp | 26 CFWL_WidgetMgr* pMgr = parent->GetOwnerApp()->GetWidgetMgr(); in NextTab() local 27 CFWL_Widget* child = pMgr->GetFirstChildWidget(parent); in NextTab() 33 child = pMgr->GetNextSiblingWidget(child); in NextTab()
|
/external/pdfium/xfa/fgas/font/ |
D | cfgas_gefont.cpp | 63 CFGAS_FontMgr* pMgr, in LoadStockFont() argument 67 return stock_font ? CFGAS_GEFont::LoadFont(stock_font, pMgr) : nullptr; in LoadStockFont()
|
D | cfgas_gefont.h | 44 CFGAS_FontMgr* pMgr,
|
/external/pdfium/fxjs/xfa/ |
D | cfxjse_formcalc_context.cpp | 417 CXFA_LocaleMgr* pMgr, in LocaleFromString() argument 420 return pMgr->GetLocaleByName(WideString::FromUTF8(bsLocale)); in LocaleFromString() 453 CXFA_LocaleMgr* pMgr = pDoc->GetLocaleMgr(); in GetLocalDateTimeFormat() local 454 LocaleIface* pLocale = LocaleFromString(pDoc, pMgr, bsLocale); in GetLocalDateTimeFormat() 1959 CXFA_LocaleMgr* pMgr = pDoc->GetLocaleMgr(); in IsoTime2Num() local 1969 WideString::FromUTF8(bsArg.AsStringView()), pMgr); in IsoTime2Num() 1984 mins -= (pMgr->GetDefLocale()->GetTimeZone().tzHour * 60); in IsoTime2Num() 2359 CXFA_LocaleMgr* pMgr = pDoc->GetLocaleMgr(); in Time2Num() local 2366 pMgr->GetLocaleByName(WideString::FromUTF8(bsLocale.AsStringView())); in Time2Num() 2378 wsFormat, pLocale, pMgr); in Time2Num() [all …]
|