Home
last modified time | relevance | path

Searched refs:paintID (Results 1 – 2 of 2) 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; variable
90 paint.emplace<ParagraphPainter::PaintID>(paintID);
120 ParagraphPainter::PaintID paintID = static_cast<int>(paintRecords_.size()) - 1; variable
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.cpp400 for (auto paintID : unresolvedPaintID) { in UpdateColor() local
401 paints_[paintID].SetColor(color); in UpdateColor()