/external/pdfium/core/src/fpdfdoc/ |
doc_annot.cpp | 158 void* pForm; 160 m_APMap.GetNextAssoc(pos, pForm, pObjects); 223 CPDF_Form* pForm; 224 if (m_APMap.Lookup(pStream, (void*&)pForm)) { 225 return pForm; 227 pForm = new CPDF_Form(m_pList->m_pDocument, pPage->m_pResources, pStream); 228 pForm->ParseContent(NULL, NULL, NULL, NULL); 229 m_APMap.SetAt(pStream, pForm); 230 return pForm; 234 CPDF_Form* pForm = pAnnot->GetAPForm(pPage, mode) [all...] |
doc_formfield.cpp | 21 CPDF_FormField::CPDF_FormField(CPDF_InterForm* pForm, CPDF_Dictionary* pDict) 25 m_pForm = pForm; [all...] |
/external/pdfium/fpdfsdk/include/ |
fsdk_baseform.h | 227 virtual int BeforeFormReset(const CPDF_InterForm* pForm); 228 virtual int AfterFormReset(const CPDF_InterForm* pForm); 229 virtual int BeforeFormImportData(const CPDF_InterForm* pForm); 230 virtual int AfterFormImportData(const CPDF_InterForm* pForm);
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
fpdf_page_parser_old.cpp | 979 void CPDF_ContentParser::Start(CPDF_Form* pForm, CPDF_AllStates* pGraphicStates [all...] |
pageint.h | 295 void Start(CPDF_Form* pForm, CPDF_AllStates* pGraphicStates, CFX_AffineMatrix* pParentMatrix,
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
cmnquery.h | 29 typedef HRESULT (CALLBACK *LPCQADDFORMSPROC)(LPARAM lParam,LPCQFORM pForm);
|
winspool.h | [all...] |
winsplp.h | 154 WINBOOL (WINAPI *fpAddForm)(HANDLE hPrinter, DWORD Level, LPBYTE pForm); 157 LPBYTE pForm, DWORD cbBuf, LPDWORD pcbNeeded); 159 LPBYTE pForm); 160 WINBOOL (WINAPI *fpEnumForms)(HANDLE hPrinter, DWORD Level, LPBYTE pForm, [all...] |
winddi.h | [all...] |
/external/pdfium/core/include/fpdfdoc/ |
fpdf_doc.h | 1203 CPDF_FormField(CPDF_InterForm* pForm, CPDF_Dictionary* pDict); 1539 virtual int BeforeFormReset(const CPDF_InterForm* pForm) 1544 virtual int AfterFormReset(const CPDF_InterForm* pForm) 1549 virtual int BeforeFormImportData(const CPDF_InterForm* pForm) 1554 virtual int AfterFormImportData(const CPDF_InterForm* pForm) [all...] |
/external/mesa3d/src/gallium/state_trackers/xa/ |
xa_tracker.h | 160 enum xa_formats pform,
|
/frameworks/compile/mclinker/include/mcld/LD/ |
ResolveInfo.h | 112 void override(const ResolveInfo& pForm);
|
/external/pdfium/core/src/reflow/ |
layoutprocessor_reflow.cpp | 778 CPDF_FormObject* pForm = (CPDF_FormObject*)pObj; 779 FX_POSITION pos = pForm->m_pForm->GetFirstObjectPosition(); 780 objMatrix.Concat(pForm->m_FormMatrix); 782 CPDF_PageObject* pObj1 = pForm->m_pForm->GetNextObject(pos); [all...] |
/external/pdfium/fpdfsdk/src/ |
fsdk_baseform.cpp | [all...] |
/external/icu/icu4c/source/test/cintltst/ |
cnumtst.c | 1970 UNumberFormat *pform; local [all...] |