Home
last modified time | relevance | path

Searched refs:pItem (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/
H A Dslave_picturewidget.cpp57 …QListWidgetItem *pItem = new QListWidgetItem(QIcon(objPixmap.scaled(QSize(W_ICONSIZE,H_ICONSIZE)))… in slave_PictureWidget() local
58 pItem->setSizeHint(QSize(W_ICONSIZE,H_ITEMSIZE)); in slave_PictureWidget()
59 ui->listWidget_file->addItem(pItem); in slave_PictureWidget()
H A Dpicturewidget.cpp294 …QListWidgetItem *pItem = new QListWidgetItem(QIcon(objPixmap.scaled(QSize(W_ICONSIZE,H_ICONSIZE)))… in show_file_by_iconview() local
295 pItem->setSizeHint(QSize(W_ICONSIZE,H_ITEMSIZE)); in show_file_by_iconview()
296 ui->listWidget_file->addItem(pItem); in show_file_by_iconview()
316 … QListWidgetItem *pItem = new QListWidgetItem(QIcon(objPixmap.scaled(QSize(20,20))),tempFileName); in show_file_by_listview() local
317 pItem->setSizeHint(QSize(W_ICONSIZE,H_ITEMSIZE)); in show_file_by_listview()
318 ui->listWidget_file->addItem(pItem); in show_file_by_listview()
/OK3568_Linux_fs/external/xserver/dix/
H A Dswapreq.c799 SwapColorItem(xColorItem * pItem) in SwapColorItem() argument
801 swapl(&pItem->pixel); in SwapColorItem()
802 swaps(&pItem->red); in SwapColorItem()
803 swaps(&pItem->green); in SwapColorItem()
804 swaps(&pItem->blue); in SwapColorItem()
811 xColorItem *pItem; in SProcStoreColors() local
817 pItem = (xColorItem *) &stuff[1]; in SProcStoreColors()
819 SwapColorItem(pItem++); in SProcStoreColors()