Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkLiteDL.cpp415 struct DrawTextBlob final : Op { struct
416 static const auto kType = Type::DrawTextBlob;
417 DrawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y, const SkPaint& paint) in DrawTextBlob() function
419 sk_sp<const SkTextBlob> blob;
420 SkScalar x,y;
421 SkPaint paint;
422 void draw(SkCanvas* c, const SkMatrix&) const { in draw()
/external/skqp/src/core/
DSkLiteDL.cpp415 struct DrawTextBlob final : Op { struct
416 static const auto kType = Type::DrawTextBlob;
417 DrawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y, const SkPaint& paint) in DrawTextBlob() argument
419 sk_sp<const SkTextBlob> blob;
420 SkScalar x,y;
421 SkPaint paint;
422 void draw(SkCanvas* c, const SkMatrix&) const { in draw()