HomeSort by relevance Sort by last modified time
    Searched refs:pDoc (Results 76 - 100 of 110) sorted by null

1 2 34 5

  /external/pdfium/fpdfsdk/
cpdfsdk_xfawidgethandler.cpp 328 CPDFXFA_Context* pDoc = pFormFillEnv->GetXFAContext();
329 if (!pDoc)
332 CXFA_FFDocView* pDocView = pDoc->GetXFADocView();
cpdfsdk_pageview.cpp 490 CPDF_Document* pDoc = m_pFormFillEnv->GetPDFDocument();
491 return (pDoc && pDict) ? pDoc->GetPageIndex(pDict->GetObjNum()) : -1;
cpdfsdk_formfillenvironment.h 35 CPDFSDK_FormFillEnvironment(UnderlyingDocumentType* pDoc,
fpdf_flatten.cpp 51 void GetContentsRect(CPDF_Document* pDoc,
54 std::unique_ptr<CPDF_Page> pPDFPage(new CPDF_Page(pDoc, pDict, false));
cpdfsdk_formfillenvironment.cpp 34 UnderlyingDocumentType* pDoc,
37 m_pUnderlyingDoc(pDoc),
fpdfformfill.cpp 699 CPDF_Document* pDoc = pFormFillEnv->GetPDFDocument();
700 CPDF_Dictionary* pDic = pDoc->GetRoot();
  /external/pdfium/core/fpdfapi/edit/
cpdf_creator.h 33 explicit CPDF_Creator(CPDF_Document* pDoc);
  /external/pdfium/core/fpdfdoc/
tagged_int.h 36 explicit CPDF_StructTree(const CPDF_Document* pDoc);
cpdf_interform.cpp     [all...]
  /external/pdfium/core/fpdfapi/page/
fpdf_page_colors.cpp 76 CPDF_DeviceCS::CPDF_DeviceCS(CPDF_Document* pDoc, int family)
77 : CPDF_ColorSpace(pDoc, family, ComponentsForFamily(family)) {
cpdf_streamparser.cpp 120 CPDF_Document* pDoc,
149 CPDF_ColorSpace* pCS = pDoc->LoadColorSpace(pCSObj);
152 pDoc->GetPageData()->ReleaseColorSpace(pCSObj);
cpdf_streamcontentparser.h 34 CPDF_StreamContentParser(CPDF_Document* pDoc,
  /external/pdfium/xfa/fxfa/app/
cxfa_textparser.cpp 66 CXFA_FFDoc* pDoc = pTextProvider->GetDocNode();
67 CFGAS_FontMgr* pFontMgr = pDoc->GetApp()->GetFDEFontMgr();
359 CXFA_FFDoc* pDoc = pTextProvider->GetDocNode();
360 CXFA_FontMgr* pFontMgr = pDoc->GetApp()->GetXFAFontMgr();
361 return pFontMgr->GetFont(pDoc, wsFamily, dwStyle);
xfa_ffnotify.cpp 41 CXFA_FFNotify::CXFA_FFNotify(CXFA_FFDoc* pDoc) : m_pDoc(pDoc) {}
xfa_fontmgr.cpp     [all...]
xfa_fffield.cpp 81 CXFA_FFDoc* pDoc = GetDoc();
82 CFX_Color crHighlight(pDoc->GetDocEnvironment()->GetHighlightColor(pDoc));
xfa_ffwidgetacc.cpp 630 CXFA_FFDoc* pDoc = GetDoc();
631 CXFA_ScriptContext* pContext = pDoc->GetXFADoc()->GetScriptContext();
    [all...]
xfa_ffdocview.cpp 55 CXFA_FFDocView::CXFA_FFDocView(CXFA_FFDoc* pDoc)
59 m_pDoc(pDoc),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mshtmhst.h 335 IOleInPlaceUIWindow *pDoc) = 0;
420 IOleInPlaceUIWindow *pDoc);
492 #define IDocHostUIHandler_ShowUI(This,dwID,pActiveObject,pCommandTarget,pFrame,pDoc) (This)->lpVtbl->ShowUI(This,dwID,pActiveObject,pCommandTarget,pFrame,pDoc)
523 static FORCEINLINE HRESULT IDocHostUIHandler_ShowUI(IDocHostUIHandler* This,DWORD dwID,IOleInPlaceActiveObject *pActiveObject,IOleCommandTarget *pCommandTarget,IOleInPlaceFrame *pFrame,IOleInPlaceUIWindow *pDoc) {
524 return This->lpVtbl->ShowUI(This,dwID,pActiveObject,pCommandTarget,pFrame,pDoc);
592 IOleInPlaceUIWindow *pDoc);
757 IOleInPlaceUIWindow *pDoc);
835 #define IDocHostUIHandler2_ShowUI(This,dwID,pActiveObject,pCommandTarget,pFrame,pDoc) (This)->lpVtbl->ShowUI(This,dwID,pActiveObject,pCommandTarget,pFrame,pDoc)
    [all...]
  /external/pdfium/xfa/fxfa/
xfa_ffdocview.h 41 explicit CXFA_FFDocView(CXFA_FFDoc* pDoc);
xfa_ffwidget.h 163 CFX_DIBitmap* XFA_LoadImageData(CXFA_FFDoc* pDoc,
  /external/pdfium/xfa/fxfa/parser/
cxfa_scriptcontext.cpp 180 CXFA_Document* pDoc = lpOrginalNode->GetDocument();
181 CXFA_ScriptContext* lpScriptContext = pDoc->GetScriptContext();
200 CXFA_FFNotify* pNotify = pDoc->GetNotify();
234 CXFA_Document* pDoc = pOriginalObject->GetDocument();
235 CXFA_ScriptContext* lpScriptContext = pDoc->GetScriptContext();
276 CXFA_FFNotify* pNotify = pDoc->GetNotify();
  /external/pdfium/core/fpdfapi/parser/
cpdf_array.h 102 void ConvertToIndirectObjectAt(size_t index, CPDF_IndirectObjectHolder* pDoc);
cpdf_data_avail.h 104 void SetDocument(CPDF_Document* pDoc);
  /external/pdfium/core/fpdfapi/render/
cpdf_dibsource.cpp 137 bool CPDF_DIBSource::Load(CPDF_Document* pDoc, const CPDF_Stream* pStream) {
141 m_pDocument = pDoc;
243 int CPDF_DIBSource::StartLoadDIBSource(CPDF_Document* pDoc,
254 m_pDocument = pDoc;
    [all...]

Completed in 1091 milliseconds

1 2 34 5