OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pAnnot
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/fpdfsdk/include/formfiller/
FFL_FormFiller.h
148
CPDFSDK_Annot* GetSDKAnnot() { return
m_pAnnot
; }
155
CPDFSDK_Annot*
m_pAnnot
;
/external/pdfium/fpdfsdk/include/
fsdk_baseannot.h
216
CPDF_Annot*
m_pAnnot
;
/external/pdfium/fpdfsdk/src/formfiller/
FFL_FormFiller.cpp
22
: m_pApp(pApp),
m_pAnnot
(pAnnot), m_bValid(FALSE), m_ptOldPos(0, 0) {
467
UnderlyingPageType* pPage =
m_pAnnot
->GetUnderlyingPage();
/external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp
462
CPDF_Dictionary* pAP =
m_pAnnot
->GetAnnotDict()->GetDict("AP");
516
pPDFInterForm->GetControlByDict(
m_pAnnot
->GetAnnotDict());
803
m_pAnnot
->ClearCachedAP();
[
all
...]
Completed in 3533 milliseconds