Home
last modified time | relevance | path

Searched refs:SkDrawImageSetCommand (Results 1 – 6 of 6) sorted by relevance

/external/skqp/tools/debugger/
DSkDrawCommand.h363 class SkDrawImageSetCommand : public SkDrawCommand {
365 SkDrawImageSetCommand(const SkCanvas::ImageSetEntry[], int count, SkFilterQuality, SkBlendMode);
DSkDebugCanvas.cpp362 this->addDrawCommand(new SkDrawImageSetCommand(set, count, filterQuality, mode)); in onDrawImageSet()
DSkDrawCommand.cpp1480 SkDrawImageSetCommand::SkDrawImageSetCommand(const SkCanvas::ImageSetEntry set[], int count, in SkDrawImageSetCommand() function in SkDrawImageSetCommand
1490 void SkDrawImageSetCommand::execute(SkCanvas* canvas) const { in execute()
/external/skia/tools/debugger/
DSkDrawCommand.h363 class SkDrawImageSetCommand : public SkDrawCommand {
365 SkDrawImageSetCommand(const SkCanvas::ImageSetEntry[], int count, SkFilterQuality, SkBlendMode);
DSkDebugCanvas.cpp363 this->addDrawCommand(new SkDrawImageSetCommand(set, count, filterQuality, mode)); in onDrawImageSet()
DSkDrawCommand.cpp1481 SkDrawImageSetCommand::SkDrawImageSetCommand(const SkCanvas::ImageSetEntry set[], int count, in SkDrawImageSetCommand() function in SkDrawImageSetCommand
1491 void SkDrawImageSetCommand::execute(SkCanvas* canvas) const { in execute()