HomeSort by relevance Sort by last modified time
    Searched refs:INSTALL_FACTORY (Results 1 - 2 of 2) sorted by null

  /external/skia/tools/debugger/
SkDrawCommand.cpp 270 #define INSTALL_FACTORY(name) factories.set(SkString(GetCommandString(k ## name ##_OpType)), \
277 INSTALL_FACTORY(Restore);
278 INSTALL_FACTORY(ClipPath);
279 INSTALL_FACTORY(ClipRegion);
280 INSTALL_FACTORY(ClipRect);
281 INSTALL_FACTORY(ClipRRect);
282 INSTALL_FACTORY(Concat);
283 INSTALL_FACTORY(DrawAnnotation);
284 INSTALL_FACTORY(DrawBitmap);
285 INSTALL_FACTORY(DrawBitmapRect)
    [all...]
  /external/skqp/tools/debugger/
SkDrawCommand.cpp 270 #define INSTALL_FACTORY(name) factories.set(SkString(GetCommandString(k ## name ##_OpType)), \
277 INSTALL_FACTORY(Restore);
278 INSTALL_FACTORY(ClipPath);
279 INSTALL_FACTORY(ClipRegion);
280 INSTALL_FACTORY(ClipRect);
281 INSTALL_FACTORY(ClipRRect);
282 INSTALL_FACTORY(Concat);
283 INSTALL_FACTORY(DrawAnnotation);
284 INSTALL_FACTORY(DrawBitmap);
285 INSTALL_FACTORY(DrawBitmapRect)
    [all...]

Completed in 56 milliseconds