Searched refs:AUTO_LUA (Results 1 – 2 of 2) sorted by relevance
46 #define AUTO_LUA(verb) AutoCallLua lua(fL, fFunc.c_str(), verb) macro85 AUTO_LUA("save"); in willSave()90 AUTO_LUA("saveLayer"); in getSaveLayerStrategy()109 AUTO_LUA("restore"); in willRestore()116 AUTO_LUA("translate"); in didConcat()122 AUTO_LUA("scale"); in didConcat()128 AUTO_LUA("concat"); in didConcat()144 AUTO_LUA("clipRect"); in onClipRect()151 AUTO_LUA("clipRRect"); in onClipRRect()158 AUTO_LUA("clipPath"); in onClipPath()[all …]
1789 #define AUTO_LUA(verb) AutoCallLua acl(fL, fFunc.c_str(), verb) macro