Searched refs:DrawTextBlob (Results 1 – 2 of 2) sorted by relevance
45 X(DrawTextBlob)
383 struct DrawTextBlob final : Op { struct384 static const auto kType = Type::DrawTextBlob; argument385 DrawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y, const SkPaint& paint) in DrawTextBlob() function642 this->push<DrawTextBlob>(0, blob, x, y, paint); in drawTextBlob()