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

  /external/pdfium/fpdfsdk/src/formfiller/
FFL_Utils.cpp 75 CPDF_Object* pElement = pArray->GetElementValue(i);
76 TraceObject(pElement);
89 CPDF_Object* pElement = pDict->GetNextElement(fPos, csKey);
91 if (!pElement) break;
92 TraceObject(pElement);
FFL_CBA_Fontmap.cpp 145 CPDF_Dictionary* pElement = (CPDF_Dictionary*)pDirect;
146 if (pElement->GetString("Type") != "Font") continue;
148 CPDF_Font* pFont = pDocument->LoadFont(pElement);
  /external/pdfium/fpdfsdk/src/
fpdf_ext.cpp 106 FX_BOOL CheckSharedForm(CXML_Element * pElement, CFX_ByteString cbName)
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();
204 if(pElement)
205 CheckSharedForm(pElement, "workflowType");
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_SharedMemory.c 143 EXYNOS_SHAREDMEM_LIST *pElement = NULL;
153 pElement = (EXYNOS_SHAREDMEM_LIST *)Exynos_OSAL_Malloc(sizeof(EXYNOS_SHAREDMEM_LIST));
154 Exynos_OSAL_Memset(pElement, 0, sizeof(EXYNOS_SHAREDMEM_LIST));
155 pElement->owner = OMX_TRUE;
179 Exynos_OSAL_Free((OMX_PTR)pElement);
187 Exynos_OSAL_Free((OMX_PTR)pElement);
192 pElement->IONBuffer = IONBuffer;
193 pElement->mapAddr = pBuffer;
194 pElement->allocSize = size;
195 pElement->pNextMemory = NULL
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_utility.cpp 362 CPDF_Object* pElement = p->GetElement(i);
363 if (pElement->GetObjNum()) {
364 buf << " " << pElement->GetObjNum() << FX_BSTRC(" 0 R");
366 buf << pElement;
  /external/pdfium/core/src/fpdfdoc/
doc_tagged.cpp 139 CPDF_StructElementImpl* pElement = NULL;
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->Release();
    [all...]
doc_formcontrol.cpp 303 CPDF_Dictionary *pElement = pFonts->GetDict(csFontNameTag);
304 CPDF_Font *pFont = m_pField->m_pForm->m_pDocument->LoadFont(pElement);
319 CPDF_Dictionary *pElement = pFonts->GetDict(csFontNameTag);
320 CPDF_Font *pFont = m_pField->m_pForm->m_pDocument->LoadFont(pElement);
doc_utils.cpp 353 CPDF_Dictionary* pElement = (CPDF_Dictionary*)pDirect;
354 if (pElement->GetString("Type") != "Font") {
359 return pDocument->LoadFont(pElement);
379 CPDF_Dictionary* pElement = pFonts->GetDict(csAlias);
380 if (pElement == NULL) {
383 if (pElement->GetString("Type") == "Font") {
384 return pDocument->LoadFont(pElement);
413 CPDF_Dictionary* pElement = (CPDF_Dictionary*)pDirect;
414 if (pElement->GetString("Type") != "Font") {
417 CPDF_Font* pFind = pDocument->LoadFont(pElement);
    [all...]
doc_form.cpp     [all...]
  /external/pdfium/core/src/reflow/
layoutprovider_taggedpdf.cpp 675 CPDF_LayoutElement* pElement = FX_NEW CPDF_LayoutElement;
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);
739 if(pElement) {
740 ProcessElement(m_pRoot, pElement);
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
JS_GlobalData.cpp 483 CJS_GlobalData_Element* pElement = m_arrayGlobalData.GetAt(i);
484 ASSERT(pElement != NULL);
486 if (pElement->bPersistent)
489 MakeByteString(pElement->data.sKey, &pElement->data, sElement);
Document.cpp     [all...]
  /external/pdfium/core/src/fxcrt/
fx_xml_parser.cpp 389 CXML_Element* pElement;
391 pElement = FX_NewAtAllocator(m_pAllocator)CXML_Element(m_pAllocator);
393 pElement = FX_NEW CXML_Element;
395 if (pElement) {
396 pElement->m_pParent = pParent;
397 pElement->SetTag(tag_space, tag_name);
401 if (!pElement) {
431 pElement->m_AttrMap.SetAt(attr_space, attr_name, attr_value, m_pAllocator);
443 return pElement;
449 return pElement;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/joystick/darwin/
SDL_sysjoystick.c 117 static SInt32 HIDGetElementValue (recDevice *pDevice, recElement *pElement)
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)
143 float readScale = pElement->maxReport - pElement->minReport
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_create.cpp 83 CPDF_Object* pElement = p->GetElement(i);
84 if (pElement->GetObjNum()) {
88 if ((len = pFile->AppendDWord(pElement->GetObjNum())) < 0) {
96 if (PDF_CreatorAppendObject(pElement, pFile, offset) < 0) {
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp 803 CPDF_Object* pElement = pDiffs->GetElementValue(i);
804 if (pElement == NULL) {
807 if (pElement->GetType() == PDFOBJ_NAME) {
809 pCharNames[cur_code] = ((CPDF_Name*)pElement)->GetString();
813 cur_code = pElement->GetInteger();
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser.cpp 520 CPDF_Object* pElement = pArray->GetElement(i);
521 if (pElement->GetType() == PDFOBJ_NAME) {
522 CFX_ByteString name = pElement->GetString();
529 _PDF_ReplaceAbbr(pElement);
578 CPDF_Object* pElement = pArray->GetElement(i);
579 if (pElement->GetType() == PDFOBJ_NAME) {
580 CFX_ByteString name = pElement->GetString();
587 _PDF_ReplaceFull(pElement);
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h 592 OMX_PTR pElement[CBUFFER_SIZE];
    [all...]

Completed in 370 milliseconds