Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkLiteDL.cpp401 struct DrawTextBlob final : Op { struct
402 static const auto kType = Type::DrawTextBlob;
403 DrawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y, const SkPaint& paint) in DrawTextBlob() argument
405 sk_sp<const SkTextBlob> blob;
406 SkScalar x,y;
407 SkPaint paint;
408 void draw(SkCanvas* c, const SkMatrix&) const { in draw()