Home
last modified time | relevance | path

Searched refs:PaintID (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/skia_txt/
H A Ddrawing_painter_impl_test.cpp88 ParagraphPainter::PaintID paintID = static_cast<int>(paintRecords_.size()) - 1;
90 paint.emplace<ParagraphPainter::PaintID>(paintID);
120 ParagraphPainter::PaintID paintID = static_cast<int>(paintRecords_.size()) - 1;
122 paint.emplace<ParagraphPainter::PaintID>(paintID);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
H A Dparagraph_impl.cpp34 using PaintID = skt::ParagraphPainter::PaintID; typedef
316 PaintID backgroundId = std::get<PaintID>(skStyle.getBackgroundPaintOrID()); in SkStyleToTextStyle()
324 PaintID foregroundId = std::get<PaintID>(skStyle.getForegroundPaintOrID()); in SkStyleToTextStyle()
H A Dparagraph_builder_impl.h44 skia::textlayout::ParagraphPainter::PaintID AllocPaintID(const PaintRecord& paint);
H A Ddrawing_painter_impl.cpp131 const PaintRecord& pr = paints_[std::get<PaintID>(paint)]; in drawTextBlob()
201 const PaintRecord& pr = paints_[std::get<PaintID>(paint)]; in drawRect()
H A Dparagraph_builder_impl.cpp152 skt::ParagraphPainter::PaintID ParagraphBuilderImpl::AllocPaintID(const PaintRecord& paint) in AllocPaintID()