HomeSort by relevance Sort by last modified time
    Searched full:pitem (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/pdfium/xfa/src/fwl/src/core/
fwl_widgetmgrimp.cpp 49 CFWL_WidgetMgrItem* pItem;
50 m_mapWidgetItem.GetNextAssoc(ps, pWidget, (void*&)pItem);
51 delete pItem;
71 CFWL_WidgetMgrItem* pItem = GetWidgetMgrItem(pWidget);
72 if (!pItem) {
78 pRet = pItem->pParent ? pItem->pParent->pWidget : NULL;
82 pRet = pItem->pOwner ? pItem->pOwner->pWidget : NULL;
86 pItem = pItem->pPrevious;
    [all...]
  /external/pdfium/xfa/src/fwl/src/lightwidget/
combobox.cpp 31 CFWL_ComboBoxItem* pItem = new CFWL_ComboBoxItem;
32 pItem->m_wsText = wsText;
33 pItem->m_dwStyles = 0;
34 return m_comboBoxData.m_arrItem.Add(pItem);
38 CFWL_ComboBoxItem* pItem = new CFWL_ComboBoxItem;
39 pItem->m_wsText = wsText;
40 pItem->m_dwStyles = 0;
41 pItem->m_pDIB = pIcon;
42 return m_comboBoxData.m_arrItem.Add(pItem);
55 CFWL_ComboBoxItem* pItem = reinterpret_cast<CFWL_ComboBoxItem*>(
    [all...]
listbox.cpp 36 CFWL_ListItem* pItem = new CFWL_ListItem;
37 pItem->m_dwStates = 0;
38 pItem->m_wsText = wsAdd;
39 pItem->m_dwStates = bSelect ? FWL_ITEMSTATE_LTB_Selected : 0;
40 m_ListBoxDP.m_arrItem.Add(pItem);
41 return (FWL_HLISTITEM)pItem;
70 CFWL_ListItem* pItem =
72 delete pItem;
192 CFWL_ListItem* pItem = reinterpret_cast<CFWL_ListItem*>(hItem);
193 return pItem->m_dwStates | pItem->m_dwCheckState;
    [all...]
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_List.h 37 // Takes ownership of |pItem|.
38 void push_back(TYPE* pItem) { m_vector.push_back(pItem); }
40 // Takes ownership of |pItem|.
41 void set(size_t index, TYPE* pItem) {
43 m_vector[index] = pItem;
  /external/pdfium/xfa/src/fdp/src/css/
fde_csscache.cpp 46 FDE_LPCSSCACHEITEM pItem = it->second;
47 if (pItem->pStylesheet != pStyleSheet) {
48 pItem->pStylesheet->Release();
49 pItem->pStylesheet = pStyleSheet;
50 pItem->pStylesheet->AddRef();
51 pItem->dwActivity = 0;
67 FDE_LPCSSCACHEITEM pItem = it->second;
68 pItem->dwActivity++;
69 pItem->pStylesheet->AddRef();
70 return pItem->pStylesheet;
    [all...]
  /external/boringssl/src/ssl/pqueue/
pqueue.c 66 pitem *items;
71 pitem *pitem_new(uint8_t prio64be[8], void *data) {
72 pitem *item = (pitem *)OPENSSL_malloc(sizeof(pitem));
85 void pitem_free(pitem *item) {
113 pitem *pqueue_peek(pqueue_s *pq) { return pq->items; }
115 pitem *pqueue_find(pqueue_s *pq, uint8_t *prio64be) {
116 pitem *curr;
128 pitem *item = pq->items
    [all...]
pqueue_test.c 25 pitem *item = pqueue_pop(q);
41 pitem *item = pitem_new(priority, &data);
66 pitem *curr, *item;
103 pitem *next = pqueue_next(&iter);
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_fftext.cpp 39 CXFA_LayoutItem* pItem = this;
40 if (pItem->GetPrev() == NULL && pItem->GetNext() == NULL) {
46 if (pItem->GetPrev() == NULL) {
48 } else if (pItem->GetNext() == NULL) {
77 CXFA_LayoutItem* pItem = this;
78 if (pItem->GetPrev() == NULL && pItem->GetNext() == NULL) {
81 pItem = pItem->GetFirst();
    [all...]
xfa_ffnotify.h 36 virtual void StartFieldDrawLayout(CXFA_Node* pItem,
39 virtual FX_BOOL FindSplitPos(CXFA_Node* pItem,
  /external/pdfium/xfa/src/fxfa/src/common/
xfa_doclayout.h 102 inline CXFA_ContainerLayoutItem* ToContainerLayoutItem(CXFA_LayoutItem* pItem) {
103 return pItem ? pItem->AsContainerLayoutItem() : nullptr;
105 inline CXFA_ContentLayoutItem* ToContentLayoutItem(CXFA_LayoutItem* pItem) {
106 return pItem ? pItem->AsContentLayoutItem() : nullptr;
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_layoutpseudomodel.cpp 223 for (CXFA_LayoutItem* pItem = pLayoutPage->m_pFirstChild; pItem;
224 pItem = pItem->m_pNextSibling) {
225 if (pItem->m_pFormNode->GetClassID() == XFA_ELEMENT_ContentArea) {
226 retArray.Add(pItem->m_pFormNode);
237 for (CXFA_LayoutItem* pItem = pLayoutPage->m_pFirstChild; pItem;
238 pItem = pItem->m_pNextSibling) {
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
message_queue.c 66 struct video_msgq *pitem = NULL; local
84 pitem = &ptr_q->ptr_cmdq [ptr_q->read_comq];
90 pitem = &ptr_q->ptr_dataq [ptr_q->read_dataq];
98 return pitem;
103 struct video_msgq *pitem
108 if (pitem == NULL || queuecontext == NULL)
127 memcpy ( &ptr_q->ptr_cmdq [ptr_q->write_comq],pitem, \
142 struct video_msgq *pitem
147 if (pitem == NULL || queuecontext == NULL)
166 memcpy ( &ptr_q->ptr_dataq [ptr_q->write_dataq],pitem, \
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
queue.c 66 struct video_msgq *pitem = NULL; local
84 pitem = &ptr_q->ptr_cmdq [ptr_q->read_comq];
90 pitem = &ptr_q->ptr_dataq [ptr_q->read_dataq];
98 return pitem;
103 struct video_msgq *pitem
108 if (pitem == NULL || queuecontext == NULL)
125 memcpy ( &ptr_q->ptr_cmdq [ptr_q->write_comq],pitem, \
140 struct video_msgq *pitem
145 if (pitem == NULL || queuecontext == NULL)
162 memcpy ( &ptr_q->ptr_dataq [ptr_q->write_dataq],pitem, \
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
message_queue.c 61 struct video_msgq *pitem = NULL; local
77 pitem = &ptr_q->ptr_cmdq [ptr_q->read_comq];
81 pitem = &ptr_q->ptr_dataq [ptr_q->read_dataq];
89 return pitem;
94 struct video_msgq *pitem
99 if (pitem == NULL || queuecontext == NULL) {
115 memcpy ( &ptr_q->ptr_cmdq [ptr_q->write_comq],pitem, \
130 struct video_msgq *pitem
135 if (pitem == NULL || queuecontext == NULL) {
151 memcpy ( &ptr_q->ptr_dataq [ptr_q->write_dataq],pitem, \
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
message_queue.c 61 struct video_msgq *pitem = NULL; local
77 pitem = &ptr_q->ptr_cmdq [ptr_q->read_comq];
81 pitem = &ptr_q->ptr_dataq [ptr_q->read_dataq];
89 return pitem;
94 struct video_msgq *pitem
99 if (pitem == NULL || queuecontext == NULL) {
115 memcpy ( &ptr_q->ptr_cmdq [ptr_q->write_comq],pitem, \
130 struct video_msgq *pitem
135 if (pitem == NULL || queuecontext == NULL) {
151 memcpy ( &ptr_q->ptr_dataq [ptr_q->write_dataq],pitem, \
    [all...]
  /hardware/qcom/media/msmcobalt/mm-video-v4l2/vidc/vdec/src/
message_queue.c 61 struct video_msgq *pitem = NULL; local
77 pitem = &ptr_q->ptr_cmdq [ptr_q->read_comq];
81 pitem = &ptr_q->ptr_dataq [ptr_q->read_dataq];
89 return pitem;
94 struct video_msgq *pitem
99 if (pitem == NULL || queuecontext == NULL) {
115 memcpy ( &ptr_q->ptr_cmdq [ptr_q->write_comq],pitem, \
130 struct video_msgq *pitem
135 if (pitem == NULL || queuecontext == NULL) {
151 memcpy ( &ptr_q->ptr_dataq [ptr_q->write_dataq],pitem, \
    [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_IconList.cpp 239 if (CPWL_IconList_Item* pItem = GetListItem(nItemIndex)) {
240 CPDF_Rect rcOrigin = pItem->GetWindowRect();
241 CPDF_Rect rcWnd = pItem->ChildToParent(rcOrigin);
293 if (CPWL_IconList_Item* pItem = GetListItem(nItemIndex)) {
294 pItem->SetSelect(bSelect);
295 pItem->InvalidateRect();
313 if (CPWL_IconList_Item* pItem = GetListItem(nItemIndex))
314 pItem->SetData(pData);
319 if (CPWL_IconList_Item* pItem = GetListItem(nItemIndex))
320 pItem->SetIcon(nIconIndex)
    [all...]
  /external/boringssl/src/include/openssl/
pqueue.h 78 } pitem; typedef in typeref:struct:_pitem
100 OPENSSL_EXPORT pitem *pitem_new(uint8_t prio64be[8], void *data);
103 OPENSSL_EXPORT void pitem_free(pitem *item);
110 OPENSSL_EXPORT pitem *pqueue_peek(pqueue pq);
114 OPENSSL_EXPORT pitem *pqueue_find(pqueue pq, uint8_t *prio64be);
120 OPENSSL_EXPORT pitem *pqueue_insert(pqueue pq, pitem *item);
124 OPENSSL_EXPORT pitem *pqueue_pop(pqueue pq);
139 OPENSSL_EXPORT pitem *pqueue_next(piterator *iter);
  /external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/Common/
LinkList.h 470 Ptr pItem = nullptr;
474 HRESULT hr = List<Ptr>::GetItem(pNode, &pItem);
477 assert(pItem || NULLABLE);
478 if (pItem)
480 *ppItem = pItem;
494 Ptr pItem = nullptr;
496 HRESULT hr = List<Ptr>::RemoveItem(pNode, &pItem);
500 assert(pItem || NULLABLE);
501 if (ppItem && pItem)
503 *ppItem = pItem;
    [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_list.cpp 319 if (CPLST_Select_Item* pItem = m_aItems.GetAt(nIndex)) {
320 pItem->nState = 1;
338 if (CPLST_Select_Item* pItem = m_aItems.GetAt(i))
339 if (pItem->nItemIndex == nItemIndex)
340 pItem->nState = -1;
357 if (CPLST_Select_Item* pItem = m_aItems.GetAt(i)) {
358 if (pItem->nItemIndex == nItemIndex)
376 if (CPLST_Select_Item* pItem = m_aItems.GetAt(nIndex))
377 return pItem->nItemIndex;
384 if (CPLST_Select_Item* pItem = m_aItems.GetAt(nIndex)
    [all...]
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_ListCtrl.h 25 int32_t GetItemIndex(CPWL_Wnd* pItem);
PWL_Note.h 38 virtual void OnItemCreate(IPWL_NoteItem* pItem) = 0;
39 virtual void OnItemDelete(IPWL_NoteItem* pItem) = 0;
40 virtual void OnSetAuthorName(IPWL_NoteItem* pItem) = 0;
41 virtual void OnSetBkColor(IPWL_NoteItem* pItem) = 0;
42 virtual void OnSetContents(IPWL_NoteItem* pItem) = 0;
43 virtual void OnSetDateTime(IPWL_NoteItem* pItem) = 0;
44 virtual void OnSetSubjectName(IPWL_NoteItem* pItem) = 0;
46 virtual void OnPopupMenu(IPWL_NoteItem* pItem, int32_t x, int32_t y) = 0;
  /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...]
  /external/icu/icu4c/source/tools/toolutil/
pkgitems.cpp 61 NativeItem() : pItem(NULL), pInfo(NULL), bytes(NULL), swapped(NULL), length(0) {}
79 pItem=item;
82 pInfo=::getDataInfo(pItem->data, pItem->length, infoLength, itemHeaderLength, &errorCode);
86 length=pItem->length-itemHeaderLength;
89 bytes=pItem->data+itemHeaderLength;
94 pItem->name, u_errorName(errorCode));
101 swapped=new uint8_t[pItem->length];
103 fprintf(stderr, "icupkg: unable to allocate memory for swapping \"%s\"\n", pItem->name);
106 swap(ds, pItem->data, pItem->length, swapped, &errorCode)
    [all...]
package.cpp 689 Item *pItem;
864 for(pItem=items, i=0; i<itemCount; ++pItem, ++i) {
865 int32_t type=makeTypeEnum(pItem->type);
870 pItem->data, pItem->length, pItem->data,
877 length=(int32_t)fwrite(pItem->data, 1, pItem->length, file);
878 if(length!=pItem->length)
    [all...]

Completed in 632 milliseconds

1 2 3