Home
last modified time | relevance | path

Searched refs:textLineBases (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 Drun_test.cpp63 std::vector<std::unique_ptr<SPText::TextLineBase>> textLineBases = paragraph_->GetTextLines(); in SetUpTestCase() local
64 if (!textLineBases.size() || !textLineBases.at(0)) { in SetUpTestCase()
68 runs_ = textLineBases.at(0)->GetGlyphRuns(); in SetUpTestCase()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
H A Dparagraph_impl.cpp369 std::vector<std::unique_ptr<skt::TextLineBase>> textLineBases = paragraph_->GetTextLines(); in GetTextLines() local
371 for (std::unique_ptr<skt::TextLineBase>& textLineBase : textLineBases) { in GetTextLines()