Home
last modified time | relevance | path

Searched defs:DrawTextBlob (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkLiteDL.cpp423 struct DrawTextBlob final : Op { struct
424 static const auto kType = Type::DrawTextBlob;
425 DrawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y, const SkPaint& paint) in DrawTextBlob() function
427 sk_sp<const SkTextBlob> blob;
428 SkScalar x,y;
429 SkPaint paint;
430 void draw(SkCanvas* c, const SkMatrix&) { in draw()