From 5cd915a8797ccc589a004cb4800b920b874ee69e Mon Sep 17 00:00:00 2001 From: dreamyhhh Date: Mon, 16 Jun 2025 07:35:42 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9api=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: dreamyhhh --- graphic/graphic_2d/native_drawing/drawing_image_filter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphic/graphic_2d/native_drawing/drawing_image_filter.h b/graphic/graphic_2d/native_drawing/drawing_image_filter.h index a67f23531..44c566b90 100644 --- a/graphic/graphic_2d/native_drawing/drawing_image_filter.h +++ b/graphic/graphic_2d/native_drawing/drawing_image_filter.h @@ -98,7 +98,7 @@ OH_Drawing_ImageFilter* OH_Drawing_ImageFilterCreateOffset(float x, float y, OH_ * @brief Creates an OH_Drawing_ImageFilter object that applies the shader to the input. * * @syscap SystemCapability.Graphic.Graphic2D.NativeDrawing - * @param shaderEffct Indicates the shader effect to be applied to the image. + * @param shaderEffect Indicates the shader effect to be applied to the image. * @return Returns the pointer to the OH_Drawing_ImageFilter object created. * If nullptr is returned, the creation fails. * The possible cause of the failure is that the available memory is empty or -- Gitee