Home
last modified time | relevance | path

Searched refs:rectHeightStyle (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/adapter/skia_txt/
H A Dconvert_test.cpp88 SPText::RectHeightStyle rectHeightStyle = AdapterTxt::Convert(textRectHeightStyle); variable
89 EXPECT_EQ(rectHeightStyle == SPText::RectHeightStyle::TIGHT, true);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
H A Dparagraph_impl.h83 RectHeightStyle rectHeightStyle, RectWidthStyle rectWidthStyle) override;
H A Dparagraph_impl.cpp234 RectHeightStyle rectHeightStyle, RectWidthStyle rectWidthStyle) in GetRectsForRange() argument
238 paragraph_->getRectsForRange(start, end, static_cast<skt::RectHeightStyle>(rectHeightStyle), in GetRectsForRange()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/
H A Dparagraph.h166 RectHeightStyle rectHeightStyle, RectWidthStyle rectWidthStyle) = 0;