Home
last modified time | relevance | path

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

/reactos/dll/win32/shell32/dialogs/
H A Dview.cpp86 static INT s_ViewTreeIconCount = 0; variable
92 for (INT i = PREDEFINED_ICON_COUNT; i < s_ViewTreeIconCount; ++i) in ViewTree_FindIcon()
121 size_t Size = (s_ViewTreeIconCount + 1) * sizeof(VIEWTREE_ICON); in ViewTree_AddIcon()
129 PVIEWTREE_ICON pIcon = &s_ViewTreeIcons[s_ViewTreeIconCount]; in ViewTree_AddIcon()
137 nIconID = s_ViewTreeIconCount; in ViewTree_AddIcon()
138 ++s_ViewTreeIconCount; in ViewTree_AddIcon()
561 s_ViewTreeIconCount = 0; in ViewDlg_CreateTreeImageList()
570 s_ViewTreeIconCount = PREDEFINED_ICON_COUNT; in ViewDlg_CreateTreeImageList()