Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/src/utils/debugger/
DSkDrawCommand.cpp308 SkDrawBitmapMatrixCommand::SkDrawBitmapMatrixCommand(const SkBitmap& bitmap, in SkDrawBitmapMatrixCommand() function in SkDrawBitmapMatrixCommand
328 void SkDrawBitmapMatrixCommand::execute(SkCanvas* canvas) { in execute()
332 bool SkDrawBitmapMatrixCommand::render(SkCanvas* canvas) const { in render()
DSkDrawCommand.h191 class SkDrawBitmapMatrixCommand : public SkDrawCommand {
193 SkDrawBitmapMatrixCommand(const SkBitmap& bitmap, const SkMatrix& matrix,
DSkDebugCanvas.cpp476 this->addDrawCommand(new SkDrawBitmapMatrixCommand(bitmap, matrix, paint)); in drawBitmapMatrix()
/external/skia/src/utils/debugger/
DSkDrawCommand.cpp305 SkDrawBitmapMatrixCommand::SkDrawBitmapMatrixCommand(const SkBitmap& bitmap, in SkDrawBitmapMatrixCommand() function in SkDrawBitmapMatrixCommand
325 void SkDrawBitmapMatrixCommand::execute(SkCanvas* canvas) { in execute()
329 bool SkDrawBitmapMatrixCommand::render(SkCanvas* canvas) const { in render()
DSkDrawCommand.h191 class SkDrawBitmapMatrixCommand : public SkDrawCommand {
193 SkDrawBitmapMatrixCommand(const SkBitmap& bitmap, const SkMatrix& matrix,
DSkDebugCanvas.cpp486 this->addDrawCommand(new SkDrawBitmapMatrixCommand(bitmap, matrix, paint)); in drawBitmapMatrix()