Home
last modified time | relevance | path

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

/external/skia/tools/debugger/
DDrawCommand.h698 class DrawEdgeAAImageSetCommand : public DrawCommand {
700 DrawEdgeAAImageSetCommand(const SkCanvas::ImageSetEntry[],
DDebugCanvas.cpp568 this->addDrawCommand(new DrawEdgeAAImageSetCommand( in onDrawEdgeAAImageSet2()
DDrawCommand.cpp1898 DrawEdgeAAImageSetCommand::DrawEdgeAAImageSetCommand(const SkCanvas::ImageSetEntry set[], in DrawEdgeAAImageSetCommand() function in DrawEdgeAAImageSetCommand
1921 void DrawEdgeAAImageSetCommand::execute(SkCanvas* canvas) const { in execute()