Searched refs:fontEdgeType (Results 1 – 8 of 8) sorted by relevance
493 fontEdgeType: CaptionsFontEdgeType;
33 | ohos.accessibility | CaptionsStyle | fontEdgeType: CaptionsFontEdgeType; | 新增 |
33 | ohos.accessibility | CaptionsStyle | fontEdgeType: CaptionsFontEdgeType; | Added|
807 std::string fontEdgeType = datashare_->GetStringValue(FONT_EDGE_TYPE, "none"); in InitCaption() local808 HILOG_DEBUG("fontEdgeType = 0x%{public}s.", fontEdgeType.c_str()); in InitCaption()819 captionProperty_.SetFontEdgeType(fontEdgeType); in InitCaption()
1220 std::string fontEdgeType = ""; in SetCaptionFontEdgeType() local1222 if (ParseString(env, fontEdgeType, parameters[PARAM0]) && fontEdgeType.length() > 0) { in SetCaptionFontEdgeType()1223 HILOG_INFO("fontEdgeType = %{public}s", fontEdgeType.c_str()); in SetCaptionFontEdgeType()1228 captionProperty.SetFontEdgeType(std::string(fontEdgeType)); in SetCaptionFontEdgeType()
1784 …std::string fontEdgeType = ConvertCaptionPropertyJSToNAPI(env, object, propertyNameValue, hasPrope… in ConvertObjToCaptionPropertyPart2() local1786 ptrCaptionProperty->SetFontEdgeType(fontEdgeType); in ConvertObjToCaptionPropertyPart2()
165 | fontEdgeType | [CaptionsFontEdgeType](#captionsfontedgetype8) | 是 | 否 | 描述字幕字体边缘。 |
165 | fontEdgeType | [CaptionsFontEdgeType](#captionsfontedgetype8) | Yes | No | Font edge type …