HomeSort by relevance Sort by last modified time
    Searched refs:SkDrawTextCommand (Results 1 - 3 of 3) sorted by null

  /external/skia/src/utils/debugger/
SkDrawCommand.h 386 class SkDrawTextCommand : public SkDrawCommand {
388 SkDrawTextCommand(const void* text, size_t byteLength, SkScalar x, SkScalar y,
390 virtual ~SkDrawTextCommand() { delete [] fText; }
SkDrawCommand.cpp 741 SkDrawTextCommand::SkDrawTextCommand(const void* text, size_t byteLength, SkScalar x, SkScalar y,
757 void SkDrawTextCommand::execute(SkCanvas* canvas) const {
SkDebugCanvas.cpp 503 this->addDrawCommand(new SkDrawTextCommand(text, byteLength, x, y, paint));

Completed in 62 milliseconds