Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_font_style_set.h32 explicit TexgineFontStyleSet(RSFontStyleSet *set);
63 RSFontStyleSet *GetFontStyleSet() const in GetFontStyleSet()
69 RSFontStyleSet *set_ = nullptr;
H A Dtexgine_font_style_set.cpp21 TexgineFontStyleSet::TexgineFontStyleSet(RSFontStyleSet *set) in TexgineFontStyleSet()
H A Dtexgine_font_manager.cpp62 RSFontStyleSet* set = fontMgr_->MatchFamily(familyName.c_str()); in MatchFamily()
H A Ddrawing.h51 using RSFontStyleSet = RSDrawing::FontStyleSet; variable