OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CLIP
(Results
1 - 5
of
5
) sorted by relevancy
/xsrc/external/mit/xf86-video-intel/dist/test/
render-glyphs.c
23
static struct
clip
{
struct
64
GLYPHS, OP, DST, SRC, MASK,
CLIP
,
72
int
clip
;
member in struct:glyph_iter
100
gi->
clip
= -1;
275
if (gi->stage ==
CLIP
) {
276
if (++gi->
clip
== ARRAY_SIZE(clips))
294
gi->
clip
= -1;
/xsrc/external/mit/MesaLib/src/mesa/program/
program_parse.tab.h
82
CLIP
= 283, /*
CLIP
*/
/xsrc/external/mit/MesaLib.old/src/mesa/program/
program_parse.tab.h
76
CLIP
= 283,
program_parse.tab.c
259
CLIP
= 283,
754
"BACK", "
CLIP
", "COLOR", "DEPTH", "DIFFUSE", "DIRECTION", "EMISSION",
3472
yyerror(& (yylsp[0]), state, "invalid
clip
plane selector");
/xsrc/external/mit/pixman/dist/pixman/
pixman-private.h
97
pixman_bool_t have_clip_region; /* FALSE if there is no
clip
*/
98
pixman_bool_t client_clip; /* Whether the source
clip
was
100
pixman_bool_t clip_sources; /* Whether the
clip
applies when
964
#define
CLIP
(v, low, high) ((v) < (low) ? (low) : ((v) > (high) ? (high) : (v)))
Completed in 12 milliseconds
Indexes created Sat Jul 04 00:25:45 UTC 2026