Lines Matching refs:INSTALL_FACTORY
261 #define INSTALL_FACTORY(name) factories.set(SkString(GetCommandString(k ## name ##_OpType)), \ macro
268 INSTALL_FACTORY(Restore); in fromJSON()
269 INSTALL_FACTORY(ClipPath); in fromJSON()
270 INSTALL_FACTORY(ClipRegion); in fromJSON()
271 INSTALL_FACTORY(ClipRect); in fromJSON()
272 INSTALL_FACTORY(ClipRRect); in fromJSON()
273 INSTALL_FACTORY(Concat); in fromJSON()
274 INSTALL_FACTORY(DrawBitmap); in fromJSON()
275 INSTALL_FACTORY(DrawBitmapRect); in fromJSON()
276 INSTALL_FACTORY(DrawBitmapNine); in fromJSON()
277 INSTALL_FACTORY(DrawImage); in fromJSON()
278 INSTALL_FACTORY(DrawImageRect); in fromJSON()
279 INSTALL_FACTORY(DrawOval); in fromJSON()
280 INSTALL_FACTORY(DrawPaint); in fromJSON()
281 INSTALL_FACTORY(DrawPath); in fromJSON()
282 INSTALL_FACTORY(DrawPoints); in fromJSON()
283 INSTALL_FACTORY(DrawText); in fromJSON()
284 INSTALL_FACTORY(DrawPosText); in fromJSON()
285 INSTALL_FACTORY(DrawTextOnPath); in fromJSON()
286 INSTALL_FACTORY(DrawTextBlob); in fromJSON()
288 INSTALL_FACTORY(DrawRect); in fromJSON()
289 INSTALL_FACTORY(DrawRRect); in fromJSON()
290 INSTALL_FACTORY(DrawDRRect); in fromJSON()
291 INSTALL_FACTORY(DrawPatch); in fromJSON()
292 INSTALL_FACTORY(Save); in fromJSON()
293 INSTALL_FACTORY(SaveLayer); in fromJSON()
294 INSTALL_FACTORY(SetMatrix); in fromJSON()