#include <ParagraphPainter.h>
|
virtual | ~ParagraphPainter ()=default |
|
virtual void | drawTextBlob (const sk_sp< SkTextBlob > &blob, SkScalar x, SkScalar y, const SkPaintOrID &paint)=0 |
|
virtual void | drawTextShadow (const sk_sp< SkTextBlob > &blob, SkScalar x, SkScalar y, SkColor color, SkScalar blurSigma)=0 |
|
virtual void | drawRect (const SkRect &rect, const SkPaintOrID &paint)=0 |
|
virtual void | drawFilledRect (const SkRect &rect, const DecorationStyle &decorStyle)=0 |
|
virtual void | drawPath (const SkPath &path, const DecorationStyle &decorStyle)=0 |
|
virtual void | drawLine (SkScalar x0, SkScalar y0, SkScalar x1, SkScalar y1, const DecorationStyle &decorStyle)=0 |
|
virtual void | clipRect (const SkRect &rect)=0 |
|
virtual void | translate (SkScalar dx, SkScalar dy)=0 |
|
virtual void | save ()=0 |
|
virtual void | restore ()=0 |
|
Definition at line 14 of file ParagraphPainter.h.
◆ PaintID
◆ SkPaintOrID
◆ ~ParagraphPainter()
virtual skia::textlayout::ParagraphPainter::~ParagraphPainter |
( |
| ) |
|
|
virtualdefault |
◆ clipRect()
virtual void skia::textlayout::ParagraphPainter::clipRect |
( |
const SkRect & |
rect | ) |
|
|
pure virtual |
◆ drawFilledRect()
virtual void skia::textlayout::ParagraphPainter::drawFilledRect |
( |
const SkRect & |
rect, |
|
|
const DecorationStyle & |
decorStyle |
|
) |
| |
|
pure virtual |
◆ drawLine()
◆ drawPath()
virtual void skia::textlayout::ParagraphPainter::drawPath |
( |
const SkPath & |
path, |
|
|
const DecorationStyle & |
decorStyle |
|
) |
| |
|
pure virtual |
◆ drawRect()
virtual void skia::textlayout::ParagraphPainter::drawRect |
( |
const SkRect & |
rect, |
|
|
const SkPaintOrID & |
paint |
|
) |
| |
|
pure virtual |
◆ drawTextBlob()
◆ drawTextShadow()
◆ restore()
virtual void skia::textlayout::ParagraphPainter::restore |
( |
| ) |
|
|
pure virtual |
◆ save()
virtual void skia::textlayout::ParagraphPainter::save |
( |
| ) |
|
|
pure virtual |
◆ translate()
virtual void skia::textlayout::ParagraphPainter::translate |
( |
SkScalar |
dx, |
|
|
SkScalar |
dy |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: