Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/
H A Dparagraph_style.cpp23 TextStyle ParagraphStyle::ConvertToTextStyle() const in ConvertToTextStyle() function in OHOS::Rosen::SPText::ParagraphStyle
H A Dparagraph_style.h42 TextStyle ConvertToTextStyle() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/
H A Dtypography_style.h79 TextStyle ConvertToTextStyle() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
H A Dparagraph_builder_impl.cpp105 : baseStyle_(style.ConvertToTextStyle()) in ParagraphBuilderImpl()