Searched refs:DrawTextBlobCommand (Results 1 – 3 of 3) sorted by relevance
482 class DrawTextBlobCommand : public DrawCommand {484 DrawTextBlobCommand(sk_sp<SkTextBlob> blob, SkScalar x, SkScalar y, const SkPaint& paint);
1638 DrawTextBlobCommand::DrawTextBlobCommand(sk_sp<SkTextBlob> blob, in DrawTextBlobCommand() function in DrawTextBlobCommand1648 void DrawTextBlobCommand::execute(SkCanvas* canvas) const { in execute()1652 bool DrawTextBlobCommand::render(SkCanvas* canvas) const { in render()1666 void DrawTextBlobCommand::toJSON(SkJSONWriter& writer, UrlDataManager& urlDataManager) const { in toJSON()
514 new DrawTextBlobCommand(sk_ref_sp(const_cast<SkTextBlob*>(blob)), x, y, paint)); in onDrawTextBlob()