Searched refs:DrawTextBlobCommand (Results 1 – 3 of 3) sorted by relevance
492 class DrawTextBlobCommand : public DrawCommand {494 DrawTextBlobCommand(sk_sp<SkTextBlob> blob, SkScalar x, SkScalar y, const SkPaint& paint);
1634 DrawTextBlobCommand::DrawTextBlobCommand(sk_sp<SkTextBlob> blob, in DrawTextBlobCommand() function in DrawTextBlobCommand1644 void DrawTextBlobCommand::execute(SkCanvas* canvas) const { in execute()1648 bool DrawTextBlobCommand::render(SkCanvas* canvas) const { in render()1662 void DrawTextBlobCommand::toJSON(SkJSONWriter& writer, UrlDataManager& urlDataManager) const { in toJSON()
532 new DrawTextBlobCommand(sk_ref_sp(const_cast<SkTextBlob*>(blob)), x, y, paint)); in onDrawTextBlob()