Searched refs:PaintID (Results 1 – 5 of 5) sorted by relevance
88 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);
34 using PaintID = skt::ParagraphPainter::PaintID; typedef316 PaintID backgroundId = std::get<PaintID>(skStyle.getBackgroundPaintOrID()); in SkStyleToTextStyle()324 PaintID foregroundId = std::get<PaintID>(skStyle.getForegroundPaintOrID()); in SkStyleToTextStyle()
44 skia::textlayout::ParagraphPainter::PaintID AllocPaintID(const PaintRecord& paint);
131 const PaintRecord& pr = paints_[std::get<PaintID>(paint)]; in drawTextBlob()201 const PaintRecord& pr = paints_[std::get<PaintID>(paint)]; in drawRect()
152 skt::ParagraphPainter::PaintID ParagraphBuilderImpl::AllocPaintID(const PaintRecord& paint) in AllocPaintID()