Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkLiteDL.cpp373 struct DrawTextBlob final : Op { struct
374 static const auto kType = Type::DrawTextBlob;
375 DrawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y, const SkPaint& paint) in DrawTextBlob() argument
377 sk_sp<const SkTextBlob> blob;
378 SkScalar x,y;
379 SkPaint paint;
380 void draw(SkCanvas* c, const SkMatrix&) const { in draw()
/external/skqp/src/core/
DSkLiteDL.cpp367 struct DrawTextBlob final : Op { struct
368 static const auto kType = Type::DrawTextBlob;
369 DrawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y, const SkPaint& paint) in DrawTextBlob() function
371 sk_sp<const SkTextBlob> blob;
372 SkScalar x,y;
373 SkPaint paint;
374 void draw(SkCanvas* c, const SkMatrix&) const { in draw()