Searched refs:borderImageProperty (Results 1 – 3 of 3) sorted by relevance
99 NG::BorderImageProperty borderImageProperty; variable138 NG::BorderImageProperty borderImageProperty; variable181 NG::BorderImageProperty borderImageProperty; variable229 NG::BorderImageProperty borderImageProperty; variable274 NG::BorderImageProperty borderImageProperty; variable319 NG::BorderImageProperty borderImageProperty; variable360 NG::BorderImageProperty borderImageProperty; variable398 NG::BorderImageProperty borderImageProperty; variable444 NG::BorderImageProperty borderImageProperty; variable487 NG::BorderImageProperty borderImageProperty; variable[all …]
1826 auto borderImageProperty = borderImage.value(); in CheckLocalizedBorderImageSlice() local1827 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() local1867 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() local1907 CHECK_NULL_VOID(borderImageProperty); in CheckLocalizedBorderImageOutset()[all …]
2910 auto borderImageProperty = *GetBdImage(); in PaintBorderImageGradient() local2912 …auto paintTask = [weak = WeakClaim(this), paintSize, borderImageProperty, &borderWidthProperty, gr… in PaintBorderImageGradient()2925 …BorderImagePainter borderImagePainter(borderImageProperty, borderWidthProperty, paintSize, rsImage, in PaintBorderImageGradient()