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:713_cbImageWindow()
if(pImageList->ptr > 0)
imagebrowser_win.c:739_cbImageWindow()
if (pImageList->ptr > 0)
imagebrowser_win.c:769_cbImageWindow()
if(pImageList->ptr > 1)
imagebrowser_win.c:771_cbImageWindow()
if (file_pos < (pImageList->ptr - 1))
imagebrowser_win.c:775_cbImageWindow()
else if (file_pos == (pImageList->ptr - 1))
imagebrowser_win.c:780_cbImageWindow()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:784_cbImageWindow()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:790_cbImageWindow()
f_open(&Image_File, (char const *)pImageList->file[file_pos].name, FA_OPEN_EXISTING | FA_READ);
imagebrowser_win.c:836_cbDialog()
imagebrowser_win.c:839_cbDialog()
pImageList->ptr = 0;
imagebrowser_win.c:922_cbDialog()
if(Index < pImageList->ptr)
imagebrowser_win.c:936_cbDialog()
if(Index < pImageList->ptr)
imagebrowser_win.c:939_cbDialog()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:943_cbDialog()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:948_cbDialog()
f_open(&Image_File, (char const *)pImageList->file[file_pos].name, FA_OPEN_EXISTING | FA_READ);
imagebrowser_win.c:963_cbDialog()
k_free(pImageList);
imagebrowser_win.c:985_cbDialog()
if(pImageList->ptr == 0)
imagebrowser_win.c:989_cbDialog()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:993_cbDialog()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:998_cbDialog()
imagebrowser_win.c:1028_cbDialog()
strcpy((char *)pImageList->file[pImageList->ptr].name, pFileInfo->pRoot);
imagebrowser_win.c:1032_cbDialog()
LISTBOX_SetSel(hItem, pImageList->ptr);
imagebrowser_win.c:1033_cbDialog()
pImageList->ptr++;
imagebrowser_win.c:1034_cbDialog()
file_pos = pImageList->ptr - 1;
imagebrowser_win.c:1037_cbDialog()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:1041_cbDialog()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:1046_cbDialog()
imagebrowser_win.c:1060_cbDialog()
if(pImageList->ptr > 1)
imagebrowser_win.c:1063_cbDialog()
f_open(&Image_File, (char const *)pImageList->file[file_pos].name, FA_OPEN_EXISTING | FA_READ);
imagebrowser_win.c:1065_cbDialog()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:1069_cbDialog()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:1098_cbDialog()
if(pImageList->ptr > 0)
imagebrowser_win.c:1100_cbDialog()
if (file_pos < (pImageList->ptr - 1))
imagebrowser_win.c:1111_cbDialog()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:1115_cbDialog()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:1120_cbDialog()
f_open(&Image_File, (char const *)pImageList->file[file_pos].name, FA_OPEN_EXISTING | FA_READ);
imagebrowser_win.c:1138_cbDialog()
if(pImageList->ptr > 0)
imagebrowser_win.c:1147_cbDialog()
file_pos = (pImageList->ptr - 1);
imagebrowser_win.c:1151_cbDialog()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:1155_cbDialog()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:1160_cbDialog()
f_open(&Image_File, (char const *)pImageList->file[file_pos].name, FA_OPEN_EXISTING | FA_READ);
imagebrowser_win.c:1201ImageDirectOpen()
strcpy((char *)pImageList->file[pImageList->ptr].name, filename);
imagebrowser_win.c:1205ImageDirectOpen()
LISTBOX_SetSel(hItem, pImageList->ptr);
imagebrowser_win.c:1206ImageDirectOpen()
pImageList->ptr++;
imagebrowser_win.c:1207ImageDirectOpen()
file_pos = pImageList->ptr - 1;
imagebrowser_win.c:1210ImageDirectOpen()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:1214ImageDirectOpen()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:1219ImageDirectOpen()

Data Use

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