HomeSort by relevance Sort by last modified time
    Searched defs:SkDrawTextBlobCommand (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/utils/debugger/
SkDrawCommand.cpp 649 SkDrawTextBlobCommand::SkDrawTextBlobCommand(const SkTextBlob* blob, SkScalar x, SkScalar y,
665 void SkDrawTextBlobCommand::execute(SkCanvas* canvas) {
669 bool SkDrawTextBlobCommand::render(SkCanvas* canvas) const {
SkDrawCommand.h 439 class SkDrawTextBlobCommand : public SkDrawCommand {
441 SkDrawTextBlobCommand(const SkTextBlob* blob, SkScalar x, SkScalar y, const SkPaint& paint);

Completed in 28 milliseconds