From 916c4fccd345fac2730365e5b048185ca0731d51 Mon Sep 17 00:00:00 2001 From: Changyeon Lee Date: Mon, 22 Jul 2024 17:36:06 +0900 Subject: [PATCH] wtz-blur: Add wtz_blur_rectangle Change-Id: I30f52d6b5206b7258f5cbc76fdba96feb6b6224c --- protocol/tizen/wtz-blur.xml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) 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. + + -- 2.34.1