Home | History | Annotate | Download | only in core

Lines Matching defs:drawTextBlob

2103     void drawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y, const SkPaint& paint);
2123 void drawTextBlob(const sk_sp<SkTextBlob>& blob, SkScalar x, SkScalar y, const SkPaint& paint) {
2124 this->drawTextBlob(blob.get(), x, y, paint);