Searched refs:LV_VIEW_SMALLICON (Results 1 – 3 of 3) sorted by relevance
1354 if (infoPtr->uView == LV_VIEW_ICON || infoPtr->uView == LV_VIEW_SMALLICON) in iterator_frameditems_absolute()1585 (infoPtr->uView == LV_VIEW_ICON || infoPtr->uView == LV_VIEW_SMALLICON); in is_autoarrange()1614 infoPtr->uView = LV_VIEW_SMALLICON; in map_style_view()2934 case LV_VIEW_SMALLICON: in LISTVIEW_GetAreaRect()5516 else if (infoPtr->uView == LV_VIEW_SMALLICON) in LISTVIEW_ApproximateViewRect()6466 (infoPtr->uView == LV_VIEW_ICON || infoPtr->uView == LV_VIEW_SMALLICON)) in LISTVIEW_FindItemW()6723 case LV_VIEW_SMALLICON: in LISTVIEW_GetCountPerPage()8054 if (infoPtr->uView == LV_VIEW_SMALLICON || infoPtr->uView == LV_VIEW_ICON) in LISTVIEW_InsertItemT()9367 case LV_VIEW_SMALLICON: in LISTVIEW_SetView()10080 case LV_VIEW_SMALLICON: in LISTVIEW_MouseWheel()[all …]
4683 expect(LV_VIEW_SMALLICON, ret); in test_get_set_view()4699 ret = SendMessageA(hwnd, LVM_SETVIEW, LV_VIEW_SMALLICON, 0); in test_get_set_view()4708 expect(LV_VIEW_SMALLICON, ret); in test_get_set_view()
2847 #define LV_VIEW_SMALLICON 0x2 macro