Searched refs:imageSpanWidth (Results 1 – 4 of 4) sorted by relevance
292 auto imageSpanWidth = CalcDimension( in ParseImageSpanStyle() local296 imageSize.width = imageSpanWidth; in ParseImageSpanStyle()297 updateSpanStyle_.updateImageWidth = imageSpanWidth; in ParseImageSpanStyle()
781 CalcDimension imageSpanWidth; in ParseJsImageSpanSizeAttribute() local782 … if (!width->IsNull() && JSContainerBase::ParseJsDimensionVpNG(width, imageSpanWidth, false) && in ParseJsImageSpanSizeAttribute()783 GreatNotEqual(imageSpanWidth.Value(), 0.0)) { in ParseJsImageSpanSizeAttribute()784 imageSize.width = imageSpanWidth; in ParseJsImageSpanSizeAttribute()
211 CalcDimension imageSpanWidth; variable213 imageSize.width = imageSpanWidth;
1359 CalcDimension imageSpanWidth; in ParseJsImageSpanAttribute() local1360 if (!width->IsNull() && JSContainerBase::ParseJsDimensionVp(width, imageSpanWidth)) { in ParseJsImageSpanAttribute()1361 imageSize.width = imageSpanWidth; in ParseJsImageSpanAttribute()1362 updateSpanStyle_.updateImageWidth = imageSpanWidth; in ParseJsImageSpanAttribute()