Home
last modified time | relevance | path

Searched refs:isect (Results 1 – 2 of 2) sorted by relevance

/external/skia/third_party/glu/libtess/
Dsweep.c413 static void CallCombine( GLUtesselator *tess, GLUvertex *isect, in CallCombine() argument
419 coords[0] = isect->coords[0]; in CallCombine()
420 coords[1] = isect->coords[1]; in CallCombine()
421 coords[2] = isect->coords[2]; in CallCombine()
423 isect->data = NULL; in CallCombine()
424 CALL_COMBINE_OR_COMBINE_DATA( coords, data, weights, &isect->data ); in CallCombine()
425 if( isect->data == NULL ) { in CallCombine()
427 isect->data = data[0]; in CallCombine()
455 static void VertexWeights( GLUvertex *isect, GLUvertex *org, GLUvertex *dst, in VertexWeights() argument
465 GLdouble t1 = VertL1dist( org, isect ); in VertexWeights()
[all …]
/external/elfutils/src/
Dldgeneric.c6325 struct scninfo *isect; in ld_generic_create_outfile() local
6328 isect = first = ld_state.allsections[nsec]->last; in ld_generic_create_outfile()
6329 if (isect != NULL) in ld_generic_create_outfile()
6331 isect->offset += addr; in ld_generic_create_outfile()
6332 while ((isect = isect->next) != first); in ld_generic_create_outfile()