Searched refs:pElement (Results 1 - 20 of 20) sorted by relevance

/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_Utils.cpp75 CPDF_Object* pElement = pArray->GetElementValue(i); local
76 TraceObject(pElement);
89 CPDF_Object* pElement = pDict->GetNextElement(fPos, csKey); local
91 if (!pElement) break;
92 TraceObject(pElement);
H A DFFL_CBA_Fontmap.cpp145 CPDF_Dictionary* pElement = (CPDF_Dictionary*)pDirect; local
146 if (pElement->GetString("Type") != "Font") continue;
148 CPDF_Font* pFont = pDocument->LoadFont(pElement);
/external/pdfium/fpdfsdk/src/
H A Dfpdf_ext.cpp106 FX_BOOL CheckSharedForm(CXML_Element * pElement, CFX_ByteString cbName) argument
108 int count = pElement->CountAttrs();
114 pElement->GetAttrByIndex(i, space, name, value);
117 CXML_Element *pVersion = pElement->GetElement("adhocwf",cbName);
137 FX_DWORD nCount = pElement->CountChildren();
140 CXML_Element::ChildType childType = pElement->GetChildType(i);
143 CXML_Element * pChild = pElement->GetElement(i);
203 CXML_Element * pElement = metaData.GetRoot(); local
204 if(pElement)
205 CheckSharedForm(pElement, "workflowTyp
[all...]
/external/qemu/distrib/sdl-1.2.15/src/joystick/darwin/
H A DSDL_sysjoystick.c117 static SInt32 HIDGetElementValue (recDevice *pDevice, recElement *pElement) argument
123 if (NULL != pDevice && NULL != pElement && NULL != pDevice->interface)
125 result = (*(pDevice->interface))->getElementValue(pDevice->interface, pElement->cookie, &hidEvent);
129 if (hidEvent.value < pElement->minReport)
130 pElement->minReport = hidEvent.value;
131 if (hidEvent.value > pElement->maxReport)
132 pElement->maxReport = hidEvent.value;
140 static SInt32 HIDScaledCalibratedValue (recDevice *pDevice, recElement *pElement, long min, long max) argument
143 float readScale = pElement->maxReport - pElement
234 HIDGetElementInfo(CFTypeRef refElement, recElement *pElement) argument
527 recElement *pElement = *elementList; local
[all...]
/external/pdfium/core/src/reflow/
H A Dlayoutprovider_taggedpdf.cpp675 CPDF_LayoutElement* pElement = FX_NEW CPDF_LayoutElement; local
676 if (!pElement) {
680 pElement->m_pParentElement = pParent;
681 pElement->m_pTaggedElement = pTaggedElement;
682 pParent->m_ChildArray.Add(pElement);
688 ProcessElement(pElement, Kid.m_Element.m_pElement);
705 pElement->AddObject(pObj);
738 CPDF_StructElement* pElement = m_pPageTree->GetTopElement(i); local
739 if(pElement) {
740 ProcessElement(m_pRoot, pElement);
761 CPDF_StructElement* pElement = m_pPageTree->GetTopElement(i); local
[all...]
H A Dlayoutprocessor_reflow.cpp130 LayoutStatus CPDF_LayoutProcessor_Reflow::StartProcess(IPDF_LayoutElement* pElement, IFX_Pause* pPause, const CFX_AffineMatrix* pPDFMatrix) argument
132 if(!pElement) {
137 m_pRootElement = pElement;
321 CFX_FloatRect CPDF_LayoutProcessor_Reflow::GetElmBBox(IPDF_LayoutElement* pElement) argument
324 int objCount = pElement->CountObjects();
325 int count = pElement->CountChildren();
332 CPDF_PageObject* pObj = pElement->GetObject(0);
343 IPDF_LayoutElement* pChildElement = pElement->GetChild(i);
352 FX_FLOAT CPDF_LayoutProcessor_Reflow::GetElmWidth(IPDF_LayoutElement* pElement) argument
354 if(!pElement) {
518 ProcessElement(IPDF_LayoutElement* pElement, FX_FLOAT reflowWidth) argument
796 ProcessObjs(IPDF_LayoutElement* pElement, FX_FLOAT reflowWidth) argument
[all...]
H A Dreflowedpage.h36 LayoutStatus StartProcess(IPDF_LayoutElement* pElement, IFX_Pause* pPause, const CFX_AffineMatrix* pPDFMatrix = NULL);
41 void ProcessElement(IPDF_LayoutElement* pElement, FX_FLOAT reflowWidth);
42 FX_FLOAT GetElmWidth(IPDF_LayoutElement* pElement);
43 CFX_FloatRect GetElmBBox(IPDF_LayoutElement* pElement);
45 void ProcessObjs(IPDF_LayoutElement* pElement, FX_FLOAT reflowWidth);
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_tagged.cpp139 CPDF_StructElementImpl* pElement = NULL; local
140 if (map.Lookup(pDict, (FX_LPVOID&)pElement)) {
141 return pElement;
143 pElement = FX_NEW CPDF_StructElementImpl(this, NULL, pDict);
144 if (pElement == NULL) {
147 map.SetAt(pDict, pElement);
150 if (!AddTopLevelNode(pDict, pElement)) {
151 pElement->Release();
164 pParentElement->m_Kids[i].m_Element.m_pElement = pElement->Retain();
168 pElement
174 AddTopLevelNode(CPDF_Dictionary* pDict, CPDF_StructElementImpl* pElement) argument
341 CPDF_Object* pElement = pArray->GetElementValue(i); local
[all...]
H A Ddoc_utils.cpp353 CPDF_Dictionary* pElement = (CPDF_Dictionary*)pDirect; local
354 if (pElement->GetString("Type") != "Font") {
359 return pDocument->LoadFont(pElement);
379 CPDF_Dictionary* pElement = pFonts->GetDict(csAlias); local
380 if (pElement == NULL) {
383 if (pElement->GetString("Type") == "Font") {
384 return pDocument->LoadFont(pElement);
413 CPDF_Dictionary* pElement = (CPDF_Dictionary*)pDirect; local
414 if (pElement->GetString("Type") != "Font") {
417 CPDF_Font* pFind = pDocument->LoadFont(pElement);
456 CPDF_Dictionary* pElement = (CPDF_Dictionary*)pDirect; local
515 CPDF_Dictionary* pElement = (CPDF_Dictionary*)pDirect; local
554 CPDF_Dictionary* pElement = (CPDF_Dictionary*)pDirect; local
[all...]
H A Dtagged_int.h26 CPDF_StructElementImpl* AddPageNode(CPDF_Dictionary* pElement, CFX_MapPtrToPtr& map, int nLevel = 0);
27 FX_BOOL AddTopLevelNode(CPDF_Dictionary* pDict, CPDF_StructElementImpl* pElement);
H A Ddoc_formcontrol.cpp303 CPDF_Dictionary *pElement = pFonts->GetDict(csFontNameTag); local
304 CPDF_Font *pFont = m_pField->m_pForm->m_pDocument->LoadFont(pElement);
319 CPDF_Dictionary *pElement = pFonts->GetDict(csFontNameTag); local
320 CPDF_Font *pFont = m_pField->m_pForm->m_pDocument->LoadFont(pElement);
H A Ddoc_form.cpp1068 CPDF_Object* pElement = pArray->GetElementValue(index); local
1069 if (pElement != NULL && pElement->GetType() == PDFOBJ_DICTIONARY) {
1070 return GetFieldByDict((CPDF_Dictionary*)pElement);
1084 CPDF_Object* pElement = pArray->GetElementValue(i); local
1085 if (pElement == pField->m_pDict) {
/external/pdfium/core/src/fxcrt/
H A Dxml_int.h174 void InsertContentSegment(FX_BOOL bCDATA, FX_WSTR content, CXML_Element* pElement);
175 void InsertCDATASegment(CFX_UTF8Decoder& decoder, CXML_Element* pElement);
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_utility.cpp362 CPDF_Object* pElement = p->GetElement(i); local
363 if (pElement->GetObjNum()) {
364 buf << " " << pElement->GetObjNum() << FX_BSTRC(" 0 R");
366 buf << pElement; local
/external/pdfium/fpdfsdk/src/javascript/
H A DJS_GlobalData.cpp483 CJS_GlobalData_Element* pElement = m_arrayGlobalData.GetAt(i); local
484 ASSERT(pElement != NULL);
486 if (pElement->bPersistent)
489 MakeByteString(pElement->data.sKey, &pElement->data, sElement);
H A DDocument.cpp1634 IconElement* pElement = pTemp->NextIcon; local
1636 delete pElement;
1638 pElement = NULL;
/external/pdfium/core/include/reflow/
H A Dfpdf_layout.h228 virtual LayoutStatus StartProcess(IPDF_LayoutElement* pElement, IFX_Pause* pPause, const CFX_AffineMatrix* pPDFMatrix = NULL) = 0;
/external/pdfium/fpdfsdk/include/javascript/
H A DJS_Console.h153 void SetElementList(LPCWSTR* pElement, int* pType , int iCount);
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_create.cpp83 CPDF_Object* pElement = p->GetElement(i); local
84 if (pElement->GetObjNum()) {
88 if ((len = pFile->AppendDWord(pElement->GetObjNum())) < 0) {
96 if (PDF_CreatorAppendObject(pElement, pFile, offset) < 0) {
1177 CPDF_Object* pElement = p->GetElement(i); local
1178 if (pElement->GetObjNum()) {
1182 if ((len = m_File.AppendDWord(pElement->GetObjNum())) < 0) {
1190 if (WriteDirectObj(objnum, pElement) < 0) {
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font.cpp803 CPDF_Object* pElement = pDiffs->GetElementValue(i); local
804 if (pElement == NULL) {
807 if (pElement->GetType() == PDFOBJ_NAME) {
809 pCharNames[cur_code] = ((CPDF_Name*)pElement)->GetString();
813 cur_code = pElement->GetInteger();

Completed in 8034 milliseconds