Lines Matching refs:AUTO_LUA
43 #define AUTO_LUA(verb) AutoCallLua lua(fL, fFunc.c_str(), verb) macro
85 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()
160 AUTO_LUA("clipRegion"); in onClipRegion()
165 AUTO_LUA("drawPaint"); in onDrawPaint()
171 AUTO_LUA("drawPoints"); in onDrawPoints()
177 AUTO_LUA("drawOval"); in onDrawOval()
183 AUTO_LUA("drawRect"); in onDrawRect()
189 AUTO_LUA("drawRRect"); in onDrawRRect()
196 AUTO_LUA("drawDRRect"); in onDrawDRRect()
203 AUTO_LUA("drawPath"); in onDrawPath()
210 AUTO_LUA("drawBitmap"); in onDrawBitmap()
218 AUTO_LUA("drawBitmapRect"); in onDrawBitmapRect()
226 AUTO_LUA("drawBitmapNine"); in onDrawBitmapNine()
233 AUTO_LUA("drawImage"); in onDrawImage()
241 AUTO_LUA("drawImageRect"); in onDrawImageRect()
249 AUTO_LUA("drawText"); in onDrawText()
256 AUTO_LUA("drawPosText"); in onDrawPosText()
263 AUTO_LUA("drawPosTextH"); in onDrawPosTextH()
270 AUTO_LUA("drawTextOnPath"); in onDrawTextOnPath()
278 AUTO_LUA("drawTextBlob"); in onDrawTextBlob()
287 AUTO_LUA("drawPicture"); in onDrawPicture()
297 AUTO_LUA("drawVertices"); in onDrawVertices()