Home
last modified time | relevance | path

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

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