Home
last modified time | relevance | path

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

/third_party/skia/tools/debugger/
DDrawCommand.h709 class DrawEdgeAAImageSetCommand : public DrawCommand {
711 DrawEdgeAAImageSetCommand(const SkCanvas::ImageSetEntry[],
DDebugCanvas.cpp586 this->addDrawCommand(new DrawEdgeAAImageSetCommand( in onDrawEdgeAAImageSet2()
DDrawCommand.cpp1894 DrawEdgeAAImageSetCommand::DrawEdgeAAImageSetCommand(const SkCanvas::ImageSetEntry set[], in DrawEdgeAAImageSetCommand() function in DrawEdgeAAImageSetCommand
1917 void DrawEdgeAAImageSetCommand::execute(SkCanvas* canvas) const { in execute()