Searched refs:FONT_STYLE (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_search_ffi.cpp | 34 const std::vector<FontStyle> FONT_STYLE = { FontStyle::NORMAL, FontStyle::ITALIC }; variable 54 font.fontStyle = FONT_STYLE[fontStyle]; in handleFont() 97 if (!Utils::CheckParamsValid(fontStyle, FONT_STYLE.size())) { in FfiOHOSAceFrameworkSearchSetPlaceholderFont() 109 if (!Utils::CheckParamsValid(fontStyle, FONT_STYLE.size())) { in FfiOHOSAceFrameworkSearchSetTextFont()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/render/ |
H A D | drawing_prop_convertor_test_ng.cpp | 53 const FontStyle FONT_STYLE {0}; variable 352 TextStyle textStyle(FONT_FAMILIES, FONT_SIZE, FONT_WEIGHT, FONT_STYLE, TEXT_COLOR_RED); 437 TextStyle textStyle(FONT_FAMILIES, FONT_SIZE, FONT_WEIGHT, FONT_STYLE, TEXT_COLOR_RED); 507 TextStyle textStyle(FONT_FAMILIES, FONT_SIZE_5, FONT_WEIGHT, FONT_STYLE, TEXT_COLOR_RED); 545 TextStyle testTextStyle(FONT_FAMILIES, FONT_SIZE_0, FONT_WEIGHT, FONT_STYLE, TEXT_COLOR_RED);
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/enum_napi/ |
H A D | text_enum_napi.cpp | 58 const std::vector<struct JsEnumInt> FONT_STYLE = { 157 { "FontStyle", FONT_STYLE },
|