Searched refs:SkDrawTextCommand (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDrawCommand.h376 class SkDrawTextCommand : public SkDrawCommand { class in inherits:SkDrawCommand
378 SkDrawTextCommand(const void* text, size_t byteLength, SkScalar x, SkScalar y,
380 virtual ~SkDrawTextCommand() { delete [] fText; }
H A DSkDrawCommand.cpp766 SkDrawTextCommand::SkDrawTextCommand(const void* text, size_t byteLength, SkScalar x, SkScalar y, function in class:SkDrawTextCommand
782 void SkDrawTextCommand::execute(SkCanvas* canvas) {
H A DSkDebugCanvas.cpp555 this->addDrawCommand(new SkDrawTextCommand(text, byteLength, x, y, paint));
/external/skia/src/utils/debugger/
H A DSkDrawCommand.h372 class SkDrawTextCommand : public SkDrawCommand { class in inherits:SkDrawCommand
374 SkDrawTextCommand(const void* text, size_t byteLength, SkScalar x, SkScalar y,
376 virtual ~SkDrawTextCommand() { delete [] fText; }
H A DSkDrawCommand.cpp709 SkDrawTextCommand::SkDrawTextCommand(const void* text, size_t byteLength, SkScalar x, SkScalar y, function in class:SkDrawTextCommand
725 void SkDrawTextCommand::execute(SkCanvas* canvas) {
H A DSkDebugCanvas.cpp563 this->addDrawCommand(new SkDrawTextCommand(text, byteLength, x, y, paint));

Completed in 114 milliseconds