Searched refs:AUTO_LUA (Results 1 – 2 of 2) sorted by relevance
43 #define AUTO_LUA(verb) AutoCallLua lua(fL, fFunc.c_str(), verb) macro85 AUTO_LUA("save"); in willSave()91 AUTO_LUA("saveLayer"); in willSaveLayer()105 AUTO_LUA("restore"); in willRestore()112 AUTO_LUA("translate"); in didConcat()118 AUTO_LUA("scale"); in didConcat()124 AUTO_LUA("concat"); in didConcat()140 AUTO_LUA("clipRect"); in onClipRect()147 AUTO_LUA("clipRRect"); in onClipRRect()154 AUTO_LUA("clipPath"); in onClipPath()[all …]
1874 #define AUTO_LUA(verb) AutoCallLua acl(fL, fFunc.c_str(), verb) macro