Home
last modified time | relevance | path

Searched refs:list_info (Results 1 – 2 of 2) sorted by relevance

/external/ImageMagick/MagickCore/
Dlinked-list.c112 LinkedListInfo *list_info,const void *value) in AppendValueToLinkedList() argument
117 assert(list_info != (LinkedListInfo *) NULL); in AppendValueToLinkedList()
118 assert(list_info->signature == MagickCoreSignature); in AppendValueToLinkedList()
119 if (list_info->elements == list_info->capacity) in AppendValueToLinkedList()
126 LockSemaphoreInfo(list_info->semaphore); in AppendValueToLinkedList()
127 if (list_info->next == (ElementInfo *) NULL) in AppendValueToLinkedList()
128 list_info->next=next; in AppendValueToLinkedList()
129 if (list_info->elements == 0) in AppendValueToLinkedList()
130 list_info->head=next; in AppendValueToLinkedList()
132 list_info->tail->next=next; in AppendValueToLinkedList()
[all …]
Dwidget.c1666 list_info, in XColorBrowserWidget() local
1873 XGetWidgetInfo((char *) NULL,&list_info); in XColorBrowserWidget()
1874 list_info.raised=MagickFalse; in XColorBrowserWidget()
1875 list_info.bevel_width--; in XColorBrowserWidget()
1876 list_info.width=(unsigned int) in XColorBrowserWidget()
1878 list_info.height=scroll_info.height; in XColorBrowserWidget()
1879 list_info.x=reply_info.x; in XColorBrowserWidget()
1880 list_info.y=scroll_info.y; in XColorBrowserWidget()
1891 text_info.x=list_info.x-(QuantumMargin >> 1); in XColorBrowserWidget()
1898 selection_info.width=list_info.width; in XColorBrowserWidget()
[all …]