From: Changyeon Lee Date: Mon, 22 Jul 2024 08:36:06 +0000 (+0900) Subject: wtz-blur: Add wtz_blur_rectangle X-Git-Tag: accepted/tizen/unified/20240724.005737~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=916c4fccd345fac2730365e5b048185ca0731d51;p=platform%2Fcore%2Fuifw%2Fwayland-extension.git wtz-blur: Add wtz_blur_rectangle Change-Id: I30f52d6b5206b7258f5cbc76fdba96feb6b6224c --- diff --git a/protocol/tizen/wtz-blur.xml b/protocol/tizen/wtz-blur.xml index f8f7580..4dd6392 100644 --- a/protocol/tizen/wtz-blur.xml +++ b/protocol/tizen/wtz-blur.xml @@ -110,6 +110,43 @@ + + + + Create a rectangle that indicates the area where a blur is applied. + + The blur rectangle is specified in the surface-local coordinates. + + The blur rectangle is double-buffered state, and will be applied on the + next wl_surface.commit. + + If xr and xy are 0, it will be drawn as a rectangle without rounded corners. + The value of rx should be between 0 and w/2. + The value of ry should be between 0 and h/2. + + + + + + + + + + + + + + If the wtz_blur associated with the wtz_blur_round_rectangle is destroyed, + the wtz_blur_round_rectangle object becomes inert. + + + + Destroy the blur rectangle object. + + On the next wl_surface.commit, the blur rectangle object state is withdrawn. + +