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()90 AUTO_LUA("saveLayer"); in getSaveLayerStrategy()104 AUTO_LUA("restore"); in willRestore()111 AUTO_LUA("translate"); in didConcat()117 AUTO_LUA("scale"); in didConcat()123 AUTO_LUA("concat"); in didConcat()139 AUTO_LUA("clipRect"); in onClipRect()146 AUTO_LUA("clipRRect"); in onClipRRect()153 AUTO_LUA("clipPath"); in onClipPath()[all …]
1938 #define AUTO_LUA(verb) AutoCallLua acl(fL, fFunc.c_str(), verb) macro