HomeSort by relevance Sort by last modified time
    Searched refs:pItem (Results 1 - 25 of 33) sorted by null

1 2

  /external/pdfium/xfa/fxfa/
cxfa_widgetacciterator.cpp 17 CXFA_Node* pItem = m_pCurWidgetAcc ? m_ContentIterator.MoveToNext()
19 while (pItem) {
20 m_pCurWidgetAcc = pItem->GetWidgetAcc();
23 pItem = m_ContentIterator.MoveToNext();
cxfa_fftext.cpp 46 CXFA_LayoutItem* pItem = this;
47 if (!pItem->GetPrev() && !pItem->GetNext()) {
52 if (!pItem->GetPrev())
54 else if (!pItem->GetNext())
82 CXFA_LayoutItem* pItem = this;
83 if (!pItem->GetPrev() && !pItem->GetNext())
86 pItem = pItem->GetFirst()
    [all...]
cxfa_ffnotify.h 50 void StartFieldDrawLayout(CXFA_Node* pItem,
53 bool FindSplitPos(CXFA_Node* pItem,
cxfa_fffield.cpp 175 CXFA_LayoutItem* pItem = this;
180 if (!pItem->GetPrev() && !pItem->GetNext()) {
183 if (!pItem->GetPrev())
185 else if (!pItem->GetNext())
203 CXFA_LayoutItem* pItem = this;
204 if (!pItem->GetPrev() && !pItem->GetNext()) {
207 pItem = pItem->GetFirst()
    [all...]
cxfa_fwltheme.cpp 155 CXFA_LayoutItem* pItem = pWidget;
164 if (!pItem->GetPrev()) {
165 if (pItem->GetNext())
167 } else if (!pItem->GetNext()) {
cxfa_ffnotify.cpp 195 void CXFA_FFNotify::StartFieldDrawLayout(CXFA_Node* pItem,
198 CXFA_WidgetAcc* pAcc = pItem->GetWidgetAcc();
205 bool CXFA_FFNotify::FindSplitPos(CXFA_Node* pItem,
208 CXFA_WidgetAcc* pAcc = pItem->GetWidgetAcc();
cxfa_fflistbox.cpp 144 for (CFWL_ListItem* pItem : selItemArray)
145 pListBox->SetSelItem(pItem, true);
cxfa_widgetacc.cpp 475 if (CXFA_Node* pItem =
477 eValueType = pItem->GetElementType();
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_containerlayoutitem.h 24 inline CXFA_ContainerLayoutItem* ToContainerLayoutItem(CXFA_LayoutItem* pItem) {
25 return pItem ? pItem->AsContainerLayoutItem() : nullptr;
cxfa_contentlayoutitem.h 24 inline CXFA_ContentLayoutItem* ToContentLayoutItem(CXFA_LayoutItem* pItem) {
25 return pItem ? pItem->AsContentLayoutItem() : nullptr;
  /external/pdfium/xfa/fwl/
cfwl_widgetmgr.cpp 44 Item* pItem = GetWidgetMgrItem(pWidget);
45 return pItem && pItem->pParent ? pItem->pParent->pWidget : nullptr;
49 Item* pItem = GetWidgetMgrItem(pWidget);
50 return pItem && pItem->pOwner ? pItem->pOwner->pWidget : nullptr;
54 Item* pItem = GetWidgetMgrItem(pWidget);
55 if (!pItem)
    [all...]
cfwl_listbox.cpp 128 CFWL_ListItem* pItem = GetItem(this, i);
129 if (!pItem)
131 if (pItem->GetStates() & FWL_ITEMSTATE_LTB_Selected)
148 CFWL_ListItem* pItem = GetItem(this, i);
149 if (!pItem)
151 if (pItem->GetStates() & FWL_ITEMSTATE_LTB_Selected) {
160 void CFWL_ListBox::SetSelItem(CFWL_ListItem* pItem, bool bSelect) {
161 if (!pItem) {
171 SetSelectionDirect(pItem, bSelect);
173 SetSelection(pItem, pItem, bSelect)
    [all...]
cfwl_listbox.h 54 int32_t GetItemIndex(CFWL_Widget* pWidget, CFWL_ListItem* pItem);
58 void DeleteString(CFWL_ListItem* pItem);
cfwl_widget.h 112 void SetLayoutItem(CXFA_FFWidget* pItem) { m_pLayoutItem = pItem; }
  /external/pdfium/core/fxcrt/xml/
cfx_xmlnode.cpp 187 CFX_XMLNode* pItem = (CFX_XMLNode*)this;
188 while (pItem->m_pPrior) {
189 pItem = pItem->m_pPrior;
191 return pItem == (CFX_XMLNode*)this ? nullptr : pItem;
198 CFX_XMLNode* pItem = (CFX_XMLNode*)this;
199 while (pItem->m_pNext)
200 pItem = pItem->m_pNext
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
pkgitems.cpp 63 NativeItem() : pItem(NULL), pInfo(NULL), bytes(NULL), swapped(NULL), length(0) {}
81 pItem=item;
84 pInfo=::getDataInfo(pItem->data, pItem->length, infoLength, itemHeaderLength, &errorCode);
88 length=pItem->length-itemHeaderLength;
91 bytes=pItem->data+itemHeaderLength;
96 pItem->name, u_errorName(errorCode));
103 swapped=new uint8_t[pItem->length];
105 fprintf(stderr, "icupkg: unable to allocate memory for swapping \"%s\"\n", pItem->name);
108 swap(ds, pItem->data, pItem->length, swapped, &errorCode)
    [all...]
package.cpp 691 Item *pItem;
866 for(pItem=items, i=0; i<itemCount; ++pItem, ++i) {
867 int32_t type=makeTypeEnum(pItem->type);
872 pItem->data, pItem->length, pItem->data,
879 length=(int32_t)fwrite(pItem->data, 1, pItem->length, file);
880 if(length!=pItem->length)
    [all...]
package.h 143 void enumDependencies(Item *pItem, void *context, CheckDependency check);
  /external/pdfium/fxjs/xfa/
cjx_layoutpseudomodel.cpp 228 for (CXFA_LayoutItem* pItem = pLayoutPage->m_pFirstChild; pItem;
229 pItem = pItem->m_pNextSibling) {
230 if (pItem->m_pFormNode->GetElementType() == XFA_Element::ContentArea)
231 retArray.push_back(pItem->m_pFormNode);
240 for (CXFA_LayoutItem* pItem = pLayoutPage->m_pFirstChild; pItem;
241 pItem = pItem->m_pNextSibling)
    [all...]
cjx_node.cpp 277 CXFA_Node* pItem = pNewChild->GetNextSibling();
281 pNewChild = pItem;
285 CXFA_Node* pItem = pChild->GetNextSibling();
288 pChild = pItem;
305 CXFA_Node* pItem = pChild->GetNextSibling();
309 pChild = pItem;
  /external/nanopb-c/
pb_decode.c 439 void *pItem = (uint8_t*)iter->pData + iter->pos->data_size * (*size);
440 if (!func(&substream, iter->pos, pItem))
458 void *pItem = (uint8_t*)iter->pData + iter->pos->data_size * (*size);
463 return func(stream, iter->pos, pItem);
491 static void initialize_pointer_field(void *pItem, pb_field_iterator_t *iter)
496 *(void**)pItem = NULL;
500 pb_message_set_to_defaults((const pb_field_t *) iter->pos->ptr, pItem);
544 void *pItem;
567 pItem = *(uint8_t**)iter->pData + iter->pos->data_size * (*size);
568 initialize_pointer_field(pItem, iter)
    [all...]
  /dalvik/libdex/
DexFile.h 806 const DexTypeItem* pItem = dexGetTypeItem(pList, idx);
807 return pItem->typeIdx;
934 const DexFile* pDexFile, const DexFieldAnnotationsItem* pItem)
936 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff);
966 const DexFile* pDexFile, const DexMethodAnnotationsItem* pItem)
968 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff);
999 const DexFile* pDexFile, const DexParameterAnnotationsItem* pItem)
1001 if (pItem->annotationsOff == 0) {
1004 return (const DexAnnotationSetRefList*) (pDexFile->baseAddr + pItem->annotationsOff);
1009 const DexParameterAnnotationsItem* pItem)
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPrint3D.cpp 294 PVRTuint32* pItem = (PVRTuint32*)bsearch(&character, m_pszCharacterList, m_uiNumCharacters, sizeof(PVRTuint32), CharacterCompareFunc);
295 if(!pItem)
298 PVRTuint32 uiIdx = (PVRTuint32) (pItem - m_pszCharacterList);
312 KerningPair* pItem = (KerningPair*)bsearch(&uiPairToSearch, m_pKerningPairs, m_uiNumKerningPairs, sizeof(KerningPair), KerningCompareFunc);
313 if(pItem)
314 fOffset += (float)pItem->iOffset;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sdoias.h 562 virtual HRESULT WINAPI Remove(IDispatch *pItem) = 0;
566 virtual HRESULT WINAPI Item(VARIANT *Name,IDispatch **pItem) = 0;
581 HRESULT (WINAPI *Remove)(ISdoCollection *This,IDispatch *pItem);
585 HRESULT (WINAPI *Item)(ISdoCollection *This,VARIANT *Name,IDispatch **pItem);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrUtilityLib.cpp 282 SConfigItem *pItem;
292 if ((pItem = new SConfigItem (Name, Id, Type, Offset, Width, Value)) == NULL) {
296 mItemListHead = pItem;
297 mItemListTail = pItem;
299 mItemListTail->mNext = pItem;
300 mItemListTail = pItem;
302 mItemListPos = pItem;
329 for (pItem = mItemListHead; pItem->mNext != mItemListPos; pItem = pItem->mNext)
    [all...]

Completed in 1008 milliseconds

1 2