Home
last modified time | relevance | path

Searched refs:SetFeature (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/
H A Dconvert.cpp127 textStyle.fontFeatures.SetFeature(RemoveQuotes(tag), value); in CopyTextStyleSymbol()
150 textStyle.fontFeatures.SetFeature(RemoveQuotes(tag), value); in SplitTextStyleConvert()
232 textStyle.fontFeatures.SetFeature(RemoveQuotes(tag), value); in SplitTextStyleConvert()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/skia_txt/
H A Dtext_style_test.cpp64 fontFeatures.SetFeature("tag", 0);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/
H A Dtext_style.cpp25 void FontFeatures::SetFeature(std::string tag, int value) in SetFeature() function in OHOS::Rosen::SPText::FontFeatures
H A Dtext_style.h37 void SetFeature(std::string tag, int value);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/
H A Dtext_style.h43 void SetFeature(const std::string& ftag, int fvalue);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/skia_test/
H A Dskia_txt_test.cpp90 fontFeatures.SetFeature("123", 1);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/
H A Dtext_style.h38 void SetFeature(std::string tag, int value);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/adapter/skia_txt/
H A Dconvert_test.cpp154 textStyle.fontFeatures.SetFeature("tag", tagFeature);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/common/
H A Dtext_style.cpp22 void FontFeatures::SetFeature(std::string tag, int value) in SetFeature() function in OHOS::Rosen::FontFeatures
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/font/
H A Dconstants_converter.cpp575 features.SetFeature(iter->first, iter->second); in ConvertTxtStyle()
693 features.SetFeature(iter->first, iter->second); in ConvertTxtStyle()
835 features.SetFeature(iter->first, iter->second); in ConvertTxtStyle()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/utils/
H A Dnapi_common.cpp169 textStyle.fontFeatures.SetFeature(name, value); in ReceiveFontFeature()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp2154 convertStyle->fontFeatures.SetFeature(tag, value); in OH_Drawing_TextStyleAddFontFeature()