Searched refs:ImageIndex (Results 1 – 6 of 6) sorted by relevance
9732 UINTN ImageIndex; in ConvertBmpToGopBlt() local9760 ImageIndex = (UINTN) (Image - ImageHeader); in ConvertBmpToGopBlt()9761 if ((ImageIndex % 4) != 0) Image = Image + (4 - (ImageIndex % 4)); in ConvertBmpToGopBlt()
44 INT ImageIndex; member254 ClassDevInfo->ImageIndex = 0; in FreeDevicesList()282 ClassDevInfo->ImageIndex = -1; in BuildDevicesList()295 &ClassDevInfo->ImageIndex); in BuildDevicesList()445 li.iImage = ClassDevInfo->ImageIndex; in FillDevicesListViewControl()
231 OUT PINT ImageIndex) in SETUP_GetIconIndex() argument265 *ImageIndex = atoiW(Buffer); in SETUP_GetIconIndex()280 OUT PINT ImageIndex) in SetupDiGetClassImageIndex() argument285 TRACE("%p %s %p\n", ClassImageListData, debugstr_guid(ClassGuid), ImageIndex); in SetupDiGetClassImageIndex()287 if (!ClassImageListData || !ClassGuid || !ImageIndex) in SetupDiGetClassImageIndex()309 *ImageIndex = list->IconIndexes[i]; in SetupDiGetClassImageIndex()
385 INT ImageIndex = 2; in CreatePrincipalListItem() local392 ImageIndex = 0; in CreatePrincipalListItem()396 ImageIndex = 1; in CreatePrincipalListItem()409 li->iImage = ImageIndex; in CreatePrincipalListItem()
281 AddImageToImageList(HIMAGELIST hImageList, UINT ImageIndex);
66 CMainToolbar::AddImageToImageList(HIMAGELIST hImageList, UINT ImageIndex) in AddImageToImageList() argument71 …(HICON)LoadImageW(hInst, MAKEINTRESOURCE(ImageIndex), IMAGE_ICON, m_iToolbarHeight, m_iToolbarHeig… in AddImageToImageList()