OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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