Home
last modified time | relevance | path

Searched refs:RSCanvasParagraphPainter (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
H A Ddrawing_painter_impl.cpp91 RSCanvasParagraphPainter::RSCanvasParagraphPainter(Drawing::Canvas* canvas, const std::vector<Paint… in RSCanvasParagraphPainter() function in OHOS::Rosen::SPText::RSCanvasParagraphPainter
95 void RSCanvasParagraphPainter::DrawSymbolSkiaTxt(RSTextBlob* blob, const RSPoint& offset, in DrawSymbolSkiaTxt()
170 void RSCanvasParagraphPainter::SymbolAnimation(const PaintRecord &pr) in SymbolAnimation()
198 void RSCanvasParagraphPainter::drawRect(const SkRect& rect, const SkPaintOrID& paint) in drawRect()
216 void RSCanvasParagraphPainter::drawRRect(const SkRRect& rrect, const SkColor color) in drawRRect()
237 void RSCanvasParagraphPainter::drawPath(const RSPath& path, const DecorationStyle& decorStyle) in drawPath()
246 void RSCanvasParagraphPainter::drawLine( in drawLine()
258 void RSCanvasParagraphPainter::clipRect(const SkRect& rect) in clipRect()
264 void RSCanvasParagraphPainter::translate(SkScalar dx, SkScalar dy) in translate()
269 void RSCanvasParagraphPainter::save() in save()
[all …]
H A Ddrawing_painter_impl.h31 class RSCanvasParagraphPainter : public ParagraphPainter {
33 RSCanvasParagraphPainter(Drawing::Canvas* canvas, const std::vector<PaintRecord>& paints);
H A Drun_impl.cpp75 RSCanvasParagraphPainter painter(canvas, paints_); in Paint()
H A Dtext_line_impl.cpp67 RSCanvasParagraphPainter painter(canvas, paints_); in Paint()
H A Dparagraph_impl.cpp218 RSCanvasParagraphPainter painter(canvas, paints_); in Paint()
227 RSCanvasParagraphPainter painter(canvas, paints_); in Paint()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/skia_txt/
H A Ddrawing_painter_impl_test.cpp34 static inline std::shared_ptr<RSCanvasParagraphPainter> canvasParagraphPainter_ = nullptr;
59 …canvasParagraphPainter_ = std::make_shared<RSCanvasParagraphPainter>(recordingCanvas_.get(), paint… in SetUpTestCase()