Home
last modified time | relevance | path

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

/dports/devel/kyra/kyra/isogen/
H A Disogen.cpp756 void WriteIconToXML( TiXmlNode* xmlNode, const char* name, int x, int y, int w, int h, int hotX, in… in WriteIconToXML() function
1423 WriteIconToXML( xmlNode, gIconName[count], dst.x, dst.y, dst.w, dst.h, dst.x+hotX, dst.y+hotY ); in DrawIcons()