Searched refs:SkDrawAtlasCommand (Results 1 – 3 of 3) sorted by relevance
/external/skqp/tools/debugger/ |
D | SkDrawCommand.h | 605 class SkDrawAtlasCommand : public SkDrawCommand { 607 SkDrawAtlasCommand(const SkImage*, const SkRSXform[], const SkRect[], const SkColor[], int,
|
D | SkDebugCanvas.cpp | 441 this->addDrawCommand(new SkDrawAtlasCommand(image, xform, tex, colors, count, bmode, cull, in onDrawAtlas()
|
D | SkDrawCommand.cpp | 2023 SkDrawAtlasCommand::SkDrawAtlasCommand(const SkImage* image, const SkRSXform xform[], in SkDrawAtlasCommand() function in SkDrawAtlasCommand 2036 void SkDrawAtlasCommand::execute(SkCanvas* canvas) const { in execute()
|