pImageList is only used within STemWin.
 
Symbols
loading...
Files
loading...

pImageList variable

Syntax

References

LocationReferrerText
imagebrowser_win.c:124
static FILELIST_FileTypeDef *pImageList;
imagebrowser_win.c:473_AddEntireFolder()
if (pImageList->ptr < FILEMGR_LIST_DEPDTH)
imagebrowser_win.c:483_AddEntireFolder()
strncpy((char *)pImageList->file[pImageList->ptr].name, (char *)tmp, FILEMGR_FILE_NAME_SIZE);
imagebrowser_win.c:487_AddEntireFolder()
pImageList->ptr++;
imagebrowser_win.c:714_cbImageWindow()
if(pImageList->ptr > 0)
imagebrowser_win.c:740_cbImageWindow()
if (pImageList->ptr > 0)
imagebrowser_win.c:770_cbImageWindow()
if(pImageList->ptr > 1)
imagebrowser_win.c:772_cbImageWindow()
if (file_pos < (pImageList->ptr - 1))
imagebrowser_win.c:776_cbImageWindow()
else if (file_pos == (pImageList->ptr - 1))
imagebrowser_win.c:781_cbImageWindow()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:785_cbImageWindow()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:791_cbImageWindow()
f_open(&Image_File, (char const *)pImageList->file[file_pos].name, FA_OPEN_EXISTING | FA_READ);
imagebrowser_win.c:837_cbDialog()
imagebrowser_win.c:840_cbDialog()
pImageList->ptr = 0;
imagebrowser_win.c:923_cbDialog()
if(Index < pImageList->ptr)
imagebrowser_win.c:937_cbDialog()
if(Index < pImageList->ptr)
imagebrowser_win.c:940_cbDialog()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:944_cbDialog()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:949_cbDialog()
f_open(&Image_File, (char const *)pImageList->file[file_pos].name, FA_OPEN_EXISTING | FA_READ);
imagebrowser_win.c:965_cbDialog()
k_free(pImageList);
imagebrowser_win.c:986_cbDialog()
if(pImageList->ptr == 0)
imagebrowser_win.c:990_cbDialog()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:994_cbDialog()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:999_cbDialog()
imagebrowser_win.c:1029_cbDialog()
strcpy((char *)pImageList->file[pImageList->ptr].name, pFileInfo->pRoot);
imagebrowser_win.c:1033_cbDialog()
LISTBOX_SetSel(hItem, pImageList->ptr);
imagebrowser_win.c:1034_cbDialog()
pImageList->ptr++;
imagebrowser_win.c:1035_cbDialog()
file_pos = pImageList->ptr - 1;
imagebrowser_win.c:1038_cbDialog()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:1042_cbDialog()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:1047_cbDialog()
imagebrowser_win.c:1061_cbDialog()
if(pImageList->ptr > 1)
imagebrowser_win.c:1064_cbDialog()
f_open(&Image_File, (char const *)pImageList->file[file_pos].name, FA_OPEN_EXISTING | FA_READ);
imagebrowser_win.c:1066_cbDialog()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:1070_cbDialog()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:1099_cbDialog()
if(pImageList->ptr > 0)
imagebrowser_win.c:1101_cbDialog()
if (file_pos < (pImageList->ptr - 1))
imagebrowser_win.c:1112_cbDialog()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:1116_cbDialog()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:1121_cbDialog()
f_open(&Image_File, (char const *)pImageList->file[file_pos].name, FA_OPEN_EXISTING | FA_READ);
imagebrowser_win.c:1139_cbDialog()
if(pImageList->ptr > 0)
imagebrowser_win.c:1148_cbDialog()
file_pos = (pImageList->ptr - 1);
imagebrowser_win.c:1152_cbDialog()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:1156_cbDialog()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:1161_cbDialog()
f_open(&Image_File, (char const *)pImageList->file[file_pos].name, FA_OPEN_EXISTING | FA_READ);
imagebrowser_win.c:1202ImageDirectOpen()
strcpy((char *)pImageList->file[pImageList->ptr].name, filename);
imagebrowser_win.c:1206ImageDirectOpen()
LISTBOX_SetSel(hItem, pImageList->ptr);
imagebrowser_win.c:1207ImageDirectOpen()
pImageList->ptr++;
imagebrowser_win.c:1208ImageDirectOpen()
file_pos = pImageList->ptr - 1;
imagebrowser_win.c:1211ImageDirectOpen()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:1215ImageDirectOpen()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:1220ImageDirectOpen()

Data Use

Functions writing pImageList
Functions reading pImageList
all items filtered out
pImageList
Type of pImageList
pImageList
all items filtered out