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:472_AddEntireFolder()
if (pImageList->ptr < FILEMGR_LIST_DEPDTH)
imagebrowser_win.c:482_AddEntireFolder()
strncpy((char *)pImageList->file[pImageList->ptr].name, (char *)tmp, FILEMGR_FILE_NAME_SIZE);
imagebrowser_win.c:486_AddEntireFolder()
pImageList->ptr++;
imagebrowser_win.c:712_cbImageWindow()
if(pImageList->ptr > 0)
imagebrowser_win.c:738_cbImageWindow()
if (pImageList->ptr > 0)
imagebrowser_win.c:767_cbImageWindow()
if(pImageList->ptr > 1)
imagebrowser_win.c:769_cbImageWindow()
if (file_pos < (pImageList->ptr - 1))
imagebrowser_win.c:773_cbImageWindow()
else if (file_pos == (pImageList->ptr - 1))
imagebrowser_win.c:778_cbImageWindow()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:782_cbImageWindow()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:788_cbImageWindow()
f_open(&Image_File, (char const *)pImageList->file[file_pos].name, FA_OPEN_EXISTING | FA_READ);
imagebrowser_win.c:834_cbDialog()
imagebrowser_win.c:837_cbDialog()
pImageList->ptr = 0;
imagebrowser_win.c:920_cbDialog()
if(Index < pImageList->ptr)
imagebrowser_win.c:934_cbDialog()
if(Index < pImageList->ptr)
imagebrowser_win.c:937_cbDialog()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:941_cbDialog()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:946_cbDialog()
f_open(&Image_File, (char const *)pImageList->file[file_pos].name, FA_OPEN_EXISTING | FA_READ);
imagebrowser_win.c:961_cbDialog()
k_free(pImageList);
imagebrowser_win.c:982_cbDialog()
if(pImageList->ptr == 0)
imagebrowser_win.c:986_cbDialog()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:990_cbDialog()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:995_cbDialog()
imagebrowser_win.c:1024_cbDialog()
strcpy((char *)pImageList->file[pImageList->ptr].name, pFileInfo->pRoot);
imagebrowser_win.c:1028_cbDialog()
LISTBOX_SetSel(hItem, pImageList->ptr);
imagebrowser_win.c:1029_cbDialog()
pImageList->ptr++;
imagebrowser_win.c:1030_cbDialog()
file_pos = pImageList->ptr - 1;
imagebrowser_win.c:1033_cbDialog()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:1037_cbDialog()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:1042_cbDialog()
imagebrowser_win.c:1056_cbDialog()
if(pImageList->ptr > 1)
imagebrowser_win.c:1059_cbDialog()
f_open(&Image_File, (char const *)pImageList->file[file_pos].name, FA_OPEN_EXISTING | FA_READ);
imagebrowser_win.c:1061_cbDialog()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:1065_cbDialog()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:1094_cbDialog()
if(pImageList->ptr > 0)
imagebrowser_win.c:1096_cbDialog()
if (file_pos < (pImageList->ptr - 1))
imagebrowser_win.c:1107_cbDialog()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:1111_cbDialog()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:1116_cbDialog()
f_open(&Image_File, (char const *)pImageList->file[file_pos].name, FA_OPEN_EXISTING | FA_READ);
imagebrowser_win.c:1132_cbDialog()
if(pImageList->ptr > 0)
imagebrowser_win.c:1141_cbDialog()
file_pos = (pImageList->ptr - 1);
imagebrowser_win.c:1145_cbDialog()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:1149_cbDialog()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:1154_cbDialog()
f_open(&Image_File, (char const *)pImageList->file[file_pos].name, FA_OPEN_EXISTING | FA_READ);
imagebrowser_win.c:1195ImageDirectOpen()
strcpy((char *)pImageList->file[pImageList->ptr].name, filename);
imagebrowser_win.c:1199ImageDirectOpen()
LISTBOX_SetSel(hItem, pImageList->ptr);
imagebrowser_win.c:1200ImageDirectOpen()
pImageList->ptr++;
imagebrowser_win.c:1201ImageDirectOpen()
file_pos = pImageList->ptr - 1;
imagebrowser_win.c:1204ImageDirectOpen()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:1208ImageDirectOpen()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:1213ImageDirectOpen()

Data Use

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