OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ClipValue
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon_video.h
13
#define
ClipValue
(v,min,max) ((v) < (min) ? (min) : (v) > (max) ? (max) : (v))
/xsrc/external/mit/xf86-video-ati/dist/src/
radeon_video.h
20
#define
ClipValue
(v,min,max) ((v) < (min) ? (min) : (v) > (max) ? (max) : (v))
/xsrc/external/mit/xorg-server/dist/glamor/
glamor_xv.c
263
#define
ClipValue
(v,min,max) ((v) < (min) ? (min) : (v) > (max) ? (max) : (v))
290
port_priv->brightness =
ClipValue
(value, -1000, 1000);
292
port_priv->hue =
ClipValue
(value, -1000, 1000);
294
port_priv->contrast =
ClipValue
(value, -1000, 1000);
296
port_priv->saturation =
ClipValue
(value, -1000, 1000);
298
port_priv->gamma =
ClipValue
(value, 100, 10000);
300
port_priv->transform_index =
ClipValue
(value, 0, 1);
Completed in 9 milliseconds
Indexes created Tue Jul 21 00:24:56 UTC 2026