Searched defs:SkDrawTextOnPathCommand (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDrawCommand.h407 class SkDrawTextOnPathCommand : public SkDrawCommand { class in inherits:SkDrawCommand
409 SkDrawTextOnPathCommand(const void* text, size_t byteLength, const SkPath& path,
411 virtual ~SkDrawTextOnPathCommand() { delete [] fText; }
H A DSkDrawCommand.cpp786 SkDrawTextOnPathCommand::SkDrawTextOnPathCommand(const void* text, size_t byteLength, function in class:SkDrawTextOnPathCommand
809 void SkDrawTextOnPathCommand::execute(SkCanvas* canvas) {
/external/skia/src/utils/debugger/
H A DSkDrawCommand.h403 class SkDrawTextOnPathCommand : public SkDrawCommand { class in inherits:SkDrawCommand
405 SkDrawTextOnPathCommand(const void* text, size_t byteLength, const SkPath& path,
407 virtual ~SkDrawTextOnPathCommand() { delete [] fText; }
H A DSkDrawCommand.cpp729 SkDrawTextOnPathCommand::SkDrawTextOnPathCommand(const void* text, size_t byteLength, function in class:SkDrawTextOnPathCommand
752 void SkDrawTextOnPathCommand::execute(SkCanvas* canvas) {

Completed in 367 milliseconds