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

  /external/skia/tools/debugger/
SkDrawCommand.h 344 class SkDrawOvalCommand : public SkDrawCommand {
346 SkDrawOvalCommand(const SkRect& oval, const SkPaint& paint);
350 static SkDrawOvalCommand* fromJSON(Json::Value& command, UrlDataManager& urlDataManager);
SkDrawCommand.cpp     [all...]
SkDebugCanvas.cpp 423 this->addDrawCommand(new SkDrawOvalCommand(oval, paint));

Completed in 50 milliseconds