Home
last modified time | relevance | path

Searched refs:SetM44Command (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/tools/debugger/
H A DDrawCommand.h651 class SetM44Command : public DrawCommand { class
653 SetM44Command(const SkM44& matrix);
H A DDrawCommand.cpp2044 SetM44Command::SetM44Command(const SkM44& matrix) : INHERITED(kSetM44_OpType) { in SetM44Command() function in SetM44Command
2048 void SetM44Command::execute(SkCanvas* canvas) const { canvas->setMatrix(fMatrix); } in execute()
2050 void SetM44Command::toJSON(SkJSONWriter& writer, UrlDataManager& urlDataManager) const { in toJSON()
H A DDebugCanvas.cpp613 this->addDrawCommand(new SetM44Command(matrix));

Completed in 7 milliseconds