Home
last modified time | relevance | path

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

/external/skia/tools/debugger/
DDrawCommand.h577 class DrawAtlasCommand : public DrawCommand {
579 DrawAtlasCommand(const SkImage*,
DDebugCanvas.cpp542 new DrawAtlasCommand(image, xform, tex, colors, count, bmode, sampling, cull, paint)); in onDrawAtlas2()
DDrawCommand.cpp1956 DrawAtlasCommand::DrawAtlasCommand(const SkImage* image, in DrawAtlasCommand() function in DrawAtlasCommand
1975 void DrawAtlasCommand::execute(SkCanvas* canvas) const { in execute()