Searched refs:SkDrawPatchCommand (Results 1 – 3 of 3) sorted by relevance
465 class SkDrawPatchCommand : public SkDrawCommand {467 SkDrawPatchCommand(const SkPoint cubics[12], const SkColor colors[4],
641 SkDrawPatchCommand::SkDrawPatchCommand(const SkPoint cubics[12], const SkColor colors[4], in SkDrawPatchCommand() function in SkDrawPatchCommand654 void SkDrawPatchCommand::execute(SkCanvas* canvas) const { in execute()
520 this->addDrawCommand(new SkDrawPatchCommand(cubics, colors, texCoords, xmode, paint)); in onDrawPatch()