pImageList is only used within MB1063.
 
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:768_cbImageWindow()
if(pImageList->ptr > 1)
imagebrowser_win.c:770_cbImageWindow()
if (file_pos < (pImageList->ptr - 1))
imagebrowser_win.c:774_cbImageWindow()
else if (file_pos == (pImageList->ptr - 1))
imagebrowser_win.c:779_cbImageWindow()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:783_cbImageWindow()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:789_cbImageWindow()
f_open(&Image_File, (char const *)pImageList->file[file_pos].name, FA_OPEN_EXISTING | FA_READ);
imagebrowser_win.c:835_cbDialog()
imagebrowser_win.c:838_cbDialog()
pImageList->ptr = 0;
imagebrowser_win.c:921_cbDialog()
if(Index < pImageList->ptr)
imagebrowser_win.c:935_cbDialog()
if(Index < pImageList->ptr)
imagebrowser_win.c:938_cbDialog()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:942_cbDialog()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:947_cbDialog()
f_open(&Image_File, (char const *)pImageList->file[file_pos].name, FA_OPEN_EXISTING | FA_READ);
imagebrowser_win.c:962_cbDialog()
k_free(pImageList);
imagebrowser_win.c:983_cbDialog()
if(pImageList->ptr == 0)
imagebrowser_win.c:987_cbDialog()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:991_cbDialog()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:996_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:1133_cbDialog()
if(pImageList->ptr > 0)
imagebrowser_win.c:1142_cbDialog()
file_pos = (pImageList->ptr - 1);
imagebrowser_win.c:1146_cbDialog()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:1150_cbDialog()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:1155_cbDialog()
f_open(&Image_File, (char const *)pImageList->file[file_pos].name, FA_OPEN_EXISTING | FA_READ);
imagebrowser_win.c:1196ImageDirectOpen()
strcpy((char *)pImageList->file[pImageList->ptr].name, filename);
imagebrowser_win.c:1200ImageDirectOpen()
LISTBOX_SetSel(hItem, pImageList->ptr);
imagebrowser_win.c:1201ImageDirectOpen()
pImageList->ptr++;
imagebrowser_win.c:1202ImageDirectOpen()
file_pos = pImageList->ptr - 1;
imagebrowser_win.c:1205ImageDirectOpen()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:1209ImageDirectOpen()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:1214ImageDirectOpen()

Data Use

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