Home
last modified time | relevance | path

Searched refs:pIconDirEntry (Results 1 – 7 of 7) sorted by relevance

/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/common/
H A Dimagbmp.cpp1245 ICONDIRENTRY *pIconDirEntry = new ICONDIRENTRY[nIcons]; in DoLoadFile() local
1246 ICONDIRENTRY *pCurrentEntry = pIconDirEntry; in DoLoadFile()
1285 pCurrentEntry = pIconDirEntry + iSel; in DoLoadFile()
1296 delete[] pIconDirEntry; in DoLoadFile()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/common/
H A Dimagbmp.cpp1245 ICONDIRENTRY *pIconDirEntry = new ICONDIRENTRY[nIcons]; in DoLoadFile() local
1246 ICONDIRENTRY *pCurrentEntry = pIconDirEntry; in DoLoadFile()
1285 pCurrentEntry = pIconDirEntry + iSel; in DoLoadFile()
1296 delete[] pIconDirEntry; in DoLoadFile()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/
H A Dimagbmp.cpp1245 ICONDIRENTRY *pIconDirEntry = new ICONDIRENTRY[nIcons]; in DoLoadFile() local
1246 ICONDIRENTRY *pCurrentEntry = pIconDirEntry; in DoLoadFile()
1285 pCurrentEntry = pIconDirEntry + iSel; in DoLoadFile()
1296 delete[] pIconDirEntry; in DoLoadFile()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/
H A Dimagbmp.cpp1245 ICONDIRENTRY *pIconDirEntry = new ICONDIRENTRY[nIcons]; in DoLoadFile() local
1246 ICONDIRENTRY *pCurrentEntry = pIconDirEntry; in DoLoadFile()
1285 pCurrentEntry = pIconDirEntry + iSel; in DoLoadFile()
1296 delete[] pIconDirEntry; in DoLoadFile()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dimagbmp.cpp1428 wxScopedArray<ICONDIRENTRY> pIconDirEntry(new ICONDIRENTRY[nIcons]); in DoLoadFile() local
1429 ICONDIRENTRY *pCurrentEntry = pIconDirEntry.get(); in DoLoadFile()
1481 pCurrentEntry = pIconDirEntry.get() + iSel; in DoLoadFile()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Dimagbmp.cpp1428 wxScopedArray<ICONDIRENTRY> pIconDirEntry(new ICONDIRENTRY[nIcons]); in DoLoadFile() local
1429 ICONDIRENTRY *pCurrentEntry = pIconDirEntry.get(); in DoLoadFile()
1481 pCurrentEntry = pIconDirEntry.get() + iSel; in DoLoadFile()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dimagbmp.cpp1568 wxScopedArray<ICONDIRENTRY> pIconDirEntry(nIcons); in DoLoadFile() local
1569 ICONDIRENTRY *pCurrentEntry = pIconDirEntry.get(); in DoLoadFile()
1621 pCurrentEntry = pIconDirEntry.get() + iSel; in DoLoadFile()