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

  /external/skia/src/utils/debugger/
SkDrawCommand.cpp 606 SkDrawTextBlobCommand::SkDrawTextBlobCommand(const SkTextBlob* blob, SkScalar x, SkScalar y,
623 void SkDrawTextBlobCommand::execute(SkCanvas* canvas) const {
627 bool SkDrawTextBlobCommand::render(SkCanvas* canvas) const {
SkDrawCommand.h 449 class SkDrawTextBlobCommand : public SkDrawCommand {
451 SkDrawTextBlobCommand(const SkTextBlob* blob, SkScalar x, SkScalar y, const SkPaint& paint);
SkDebugCanvas.cpp 514 this->addDrawCommand(new SkDrawTextBlobCommand(blob, x, y, paint));

Completed in 50 milliseconds