Searched refs:fontEdgeType (Results 1 - 3 of 3) sorted by relevance
/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_settings_config.cpp | 801 std::string fontEdgeType = datashare_->GetStringValue(FONT_EDGE_TYPE, "none"); in InitCaption() local 802 HILOG_DEBUG("fontEdgeType = 0x%{public}s.", fontEdgeType.c_str()); in InitCaption() 813 captionProperty_.SetFontEdgeType(fontEdgeType); in InitCaption()
|
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/ |
H A D | napi_accessibility_system_ability_client.cpp | 1065 DECLARE_NAPI_GETTER_SETTER("fontEdgeType", in DefineJSCaptionsStyle() 1252 std::string fontEdgeType = ""; in SetCaptionFontEdgeType() local 1254 if (ParseString(env, fontEdgeType, parameters[PARAM0]) && fontEdgeType.length() > 0) { in SetCaptionFontEdgeType() 1255 HILOG_INFO("fontEdgeType = %{public}s", fontEdgeType.c_str()); in SetCaptionFontEdgeType() 1260 captionProperty.SetFontEdgeType(std::string(fontEdgeType)); in SetCaptionFontEdgeType()
|
H A D | napi_accessibility_utils.cpp | 1612 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, result, "fontEdgeType", value)); in ConvertCaptionPropertyToJS() 1819 napi_create_string_utf8(env, "fontEdgeType", NAPI_AUTO_LENGTH, &propertyNameValue); in ConvertObjToCaptionPropertyPart2() 1820 std::string fontEdgeType = ConvertCaptionPropertyJSToNAPI(env, object, propertyNameValue, hasProperty); in ConvertObjToCaptionPropertyPart2() local 1822 ptrCaptionProperty->SetFontEdgeType(fontEdgeType); in ConvertObjToCaptionPropertyPart2()
|
Completed in 8 milliseconds