Home
last modified time | relevance | path

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

/reactos/dll/win32/comctl32/
H A Dlistview.c4847 static BOOL LISTVIEW_DrawItem(LISTVIEW_INFO *infoPtr, HDC hdc, INT nItem, ITERATOR *subitems, POINT… in LISTVIEW_DrawItem() function
5114 LISTVIEW_DrawItem(infoPtr, hdc, i->nItem, &k, Position, cdmode); in LISTVIEW_RefreshReport()
5249 LISTVIEW_DrawItem(infoPtr, hdc, i->nItem, NULL, Position, cdmode); in LISTVIEW_RefreshList()
5592 if (LISTVIEW_DrawItem(infoPtr, hdc, iItem, NULL, pos, CDRF_DODEFAULT)) in LISTVIEW_CreateDragImage()