OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkClipRectCommand
(Results
1 - 3
of
3
) sorted by null
/external/skia/tools/debugger/
SkDrawCommand.h
177
class
SkClipRectCommand
: public SkDrawCommand {
179
SkClipRectCommand
(const SkRect& rect, SkRegion::Op op, bool doAA);
182
static
SkClipRectCommand
* fromJSON(Json::Value& command, UrlDataManager& urlDataManager);
SkDrawCommand.cpp
[
all
...]
SkDebugCanvas.cpp
380
this->addDrawCommand(new
SkClipRectCommand
(rect, op, kSoft_ClipEdgeStyle == edgeStyle));
Completed in 39 milliseconds