Searched refs:pImgList (Results 1 – 1 of 1) sorted by relevance
202 ImageList **pImgList = bHighContrast ? aImageListsH : aImageLists; in GetImageList() local203 if (!pImgList[ nIndex ]) in GetImageList()204 pImgList[ nIndex ] = new ImageList( SmResId(nResId) ); in GetImageList()205 pIL = pImgList[ nIndex ]; in GetImageList()
Completed in 7 milliseconds