OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkDrawPatchCommand
(Results
1 - 3
of
3
) sorted by null
/external/skia/tools/debugger/
SkDrawCommand.h
527
class
SkDrawPatchCommand
: public SkDrawCommand {
529
SkDrawPatchCommand
(const SkPoint cubics[12], const SkColor colors[4],
534
static
SkDrawPatchCommand
* fromJSON(Json::Value& command, UrlDataManager& urlDataManager);
SkDrawCommand.cpp
[
all
...]
SkDebugCanvas.cpp
492
this->addDrawCommand(new
SkDrawPatchCommand
(cubics, colors, texCoords, xmode, paint));
Completed in 1347 milliseconds