Home
last modified time | relevance | path

Searched refs:borderImageProperty (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/render/
H A Dborder_image_painter_test_ng.cpp99 NG::BorderImageProperty borderImageProperty; variable
138 NG::BorderImageProperty borderImageProperty; variable
181 NG::BorderImageProperty borderImageProperty; variable
229 NG::BorderImageProperty borderImageProperty; variable
274 NG::BorderImageProperty borderImageProperty; variable
319 NG::BorderImageProperty borderImageProperty; variable
360 NG::BorderImageProperty borderImageProperty; variable
398 NG::BorderImageProperty borderImageProperty; variable
444 NG::BorderImageProperty borderImageProperty; variable
487 NG::BorderImageProperty borderImageProperty; variable
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_property.cpp1826 auto borderImageProperty = borderImage.value(); in CheckLocalizedBorderImageSlice() local
1827 CHECK_NULL_VOID(borderImageProperty); in CheckLocalizedBorderImageSlice()
1828 …if (!borderImageProperty->borderImageStart_.has_value() && !borderImageProperty->borderImageEnd_.h… in CheckLocalizedBorderImageSlice()
1855 target->UpdateBorderImage(borderImageProperty); in CheckLocalizedBorderImageSlice()
1866 auto borderImageProperty = borderImage.value(); in CheckLocalizedBorderImageWidth() local
1867 CHECK_NULL_VOID(borderImageProperty); in CheckLocalizedBorderImageWidth()
1868 …if (!borderImageProperty->borderImageStart_.has_value() && !borderImageProperty->borderImageEnd_.h… in CheckLocalizedBorderImageWidth()
1895 target->UpdateBorderImage(borderImageProperty); in CheckLocalizedBorderImageWidth()
1906 auto borderImageProperty = borderImage.value(); in CheckLocalizedBorderImageOutset() local
1907 CHECK_NULL_VOID(borderImageProperty); in CheckLocalizedBorderImageOutset()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp2910 auto borderImageProperty = *GetBdImage(); in PaintBorderImageGradient() local
2912 …auto paintTask = [weak = WeakClaim(this), paintSize, borderImageProperty, &borderWidthProperty, gr… in PaintBorderImageGradient()
2925 …BorderImagePainter borderImagePainter(borderImageProperty, borderWidthProperty, paintSize, rsImage, in PaintBorderImageGradient()