Home
last modified time | relevance | path

Searched refs:SkDrawPatchCommand (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/utils/debugger/
DSkDrawCommand.h465 class SkDrawPatchCommand : public SkDrawCommand {
467 SkDrawPatchCommand(const SkPoint cubics[12], const SkColor colors[4],
DSkDrawCommand.cpp641 SkDrawPatchCommand::SkDrawPatchCommand(const SkPoint cubics[12], const SkColor colors[4], in SkDrawPatchCommand() function in SkDrawPatchCommand
654 void SkDrawPatchCommand::execute(SkCanvas* canvas) const { in execute()
DSkDebugCanvas.cpp520 this->addDrawCommand(new SkDrawPatchCommand(cubics, colors, texCoords, xmode, paint)); in onDrawPatch()