OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close_first
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/gallium/auxiliary/util/
u_split_prim.h
22
uint
close_first
:1;
member in struct:util_split_prim
32
s->
close_first
= 1;
35
s->
close_first
= 0;
58
if ((s->p_end - s->p_start) + s->
close_first
<= max_verts) {
60
if (s->
close_first
)
/external/pdfium/third_party/agg23/
agg_vcgen_stroke.h
29
close_first
,
enumerator in enum:agg::vcgen_stroke::status_e
agg_vcgen_stroke.cpp
138
m_prev_status =
close_first
;
166
case
close_first
:
Completed in 300 milliseconds