Home
last modified time | relevance | path

Searched refs:INSTALL_FACTORY (Results 1 – 1 of 1) sorted by relevance

/external/skia/tools/debugger/
DSkDrawCommand.cpp269 #define INSTALL_FACTORY(name) factories.set(SkString(GetCommandString(k ## name ##_OpType)), \ macro
276 INSTALL_FACTORY(Restore); in fromJSON()
277 INSTALL_FACTORY(ClipPath); in fromJSON()
278 INSTALL_FACTORY(ClipRegion); in fromJSON()
279 INSTALL_FACTORY(ClipRect); in fromJSON()
280 INSTALL_FACTORY(ClipRRect); in fromJSON()
281 INSTALL_FACTORY(Concat); in fromJSON()
282 INSTALL_FACTORY(DrawAnnotation); in fromJSON()
283 INSTALL_FACTORY(DrawBitmap); in fromJSON()
284 INSTALL_FACTORY(DrawBitmapRect); in fromJSON()
[all …]