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

  /external/pdfium/xfa/fxfa/
cxfa_fontmgr.cpp 38 CFGAS_PDFFontMgr* pMgr = hDoc->GetPDFFontMgr();
41 if (pMgr) {
42 pFont = pMgr->GetFont(wsEnglishName.AsStringView(), dwFontStyles, &pPDFFont,
51 if (!pFont && pMgr) {
53 pFont = pMgr->GetFont(wsEnglishName.AsStringView(), dwFontStyles, &pPDFFont,
65 pMgr->SetFont(pFont, pPDFFont);
66 pFont->SetFontProvider(pMgr);
  /external/pdfium/xfa/fwl/
cfwl_widgetmgr.cpp 286 CFWL_WidgetMgr* pMgr = parent->GetOwnerApp()->GetWidgetMgr();
287 CFWL_Widget* child = pMgr->GetFirstChildWidget(parent);
296 child = pMgr->GetNextSiblingWidget(child);
  /external/pdfium/fxjs/
cfxjse_formcalc_context.cpp 474 CXFA_LocaleMgr* pMgr,
477 return pMgr->GetLocaleByName(WideString::FromUTF8(szLocale));
    [all...]

Completed in 546 milliseconds