Searched defs:SkDrawTextBlobCommand (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDrawCommand.cpp649 SkDrawTextBlobCommand::SkDrawTextBlobCommand(const SkTextBlob* blob, SkScalar x, SkScalar y, function in class:SkDrawTextBlobCommand
665 void SkDrawTextBlobCommand::execute(SkCanvas* canvas) {
669 bool SkDrawTextBlobCommand::render(SkCanvas* canvas) const {
H A DSkDrawCommand.h439 class SkDrawTextBlobCommand : public SkDrawCommand { class in inherits:SkDrawCommand
441 SkDrawTextBlobCommand(const SkTextBlob* blob, SkScalar x, SkScalar y, const SkPaint& paint);

Completed in 82 milliseconds