OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VertL1dist
(Results
1 - 2
of
2
) sorted by null
/external/skia/third_party/glu/libtess/
geom.h
76
#define
VertL1dist
(u,v) (ABS(u->s - v->s) + ABS(u->t - v->t))
sweep.c
465
GLdouble t1 =
VertL1dist
( org, isect );
466
GLdouble t2 =
VertL1dist
( dst, isect );
[
all
...]
Completed in 197 milliseconds