Home
last modified time | relevance | path

Searched refs:imageSpanWidth (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_richeditor_controller_ffi.cpp292 auto imageSpanWidth = CalcDimension( in ParseImageSpanStyle() local
296 imageSize.width = imageSpanWidth; in ParseImageSpanStyle()
297 updateSpanStyle_.updateImageWidth = imageSpanWidth; in ParseImageSpanStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_object.cpp781 CalcDimension imageSpanWidth; in ParseJsImageSpanSizeAttribute() local
782 … if (!width->IsNull() && JSContainerBase::ParseJsDimensionVpNG(width, imageSpanWidth, false) && in ParseJsImageSpanSizeAttribute()
783 GreatNotEqual(imageSpanWidth.Value(), 0.0)) { in ParseJsImageSpanSizeAttribute()
784 imageSize.width = imageSpanWidth; in ParseJsImageSpanSizeAttribute()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_testfour_ng.cpp211 CalcDimension imageSpanWidth; variable
213 imageSize.width = imageSpanWidth;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.cpp1359 CalcDimension imageSpanWidth; in ParseJsImageSpanAttribute() local
1360 if (!width->IsNull() && JSContainerBase::ParseJsDimensionVp(width, imageSpanWidth)) { in ParseJsImageSpanAttribute()
1361 imageSize.width = imageSpanWidth; in ParseJsImageSpanAttribute()
1362 updateSpanStyle_.updateImageWidth = imageSpanWidth; in ParseJsImageSpanAttribute()