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 D | convert.cpp | 127 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 D | text_style_test.cpp | 64 fontFeatures.SetFeature("tag", 0);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/ |
H A D | text_style.cpp | 25 void FontFeatures::SetFeature(std::string tag, int value) in SetFeature() function in OHOS::Rosen::SPText::FontFeatures
|
H A D | text_style.h | 37 void SetFeature(std::string tag, int value);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/ |
H A D | text_style.h | 43 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 D | skia_txt_test.cpp | 90 fontFeatures.SetFeature("123", 1);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/ |
H A D | text_style.h | 38 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 D | convert_test.cpp | 154 textStyle.fontFeatures.SetFeature("tag", tagFeature);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/common/ |
H A D | text_style.cpp | 22 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 D | constants_converter.cpp | 575 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 D | napi_common.cpp | 169 textStyle.fontFeatures.SetFeature(name, value); in ReceiveFontFeature()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_text_typography.cpp | 2154 convertStyle->fontFeatures.SetFeature(tag, value); in OH_Drawing_TextStyleAddFontFeature()
|