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 D | drawing_painter_impl.cpp | 91 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 D | drawing_painter_impl.h | 31 class RSCanvasParagraphPainter : public ParagraphPainter { 33 RSCanvasParagraphPainter(Drawing::Canvas* canvas, const std::vector<PaintRecord>& paints);
|
H A D | run_impl.cpp | 75 RSCanvasParagraphPainter painter(canvas, paints_); in Paint()
|
H A D | text_line_impl.cpp | 67 RSCanvasParagraphPainter painter(canvas, paints_); in Paint()
|
H A D | paragraph_impl.cpp | 218 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 D | drawing_painter_impl_test.cpp | 34 static inline std::shared_ptr<RSCanvasParagraphPainter> canvasParagraphPainter_ = nullptr; 59 …canvasParagraphPainter_ = std::make_shared<RSCanvasParagraphPainter>(recordingCanvas_.get(), paint… in SetUpTestCase()
|