Home | History | Annotate | Download | only in src

Lines Matching refs:coord

74 //      coord       - coordinate corresponding pixel on the real image line
78 int coord;
211 ( ( Vertex* )newVtxPtr ) -> coord = i;
216 ( ( Vertex* )newVtxPtr ) -> coord = -2; /* adding alpha vertex */
219 ( ( Vertex* )newVtxPtr ) -> coord = -1; /* adding beta vertex */
235 ( ( Vertex* )vtxPtr ) -> coord,
242 if( ( ( Vertex* )tempVtxPtr ) -> coord + 1 ==
243 ( ( Vertex* )vtxPtr ) -> coord )
246 vFunc( corr[ ( ( Vertex* )tempVtxPtr ) -> coord ],
255 ( ( Vertex* )vtxPtr ) -> coord;
257 ( ( Vertex* )tempVtxPtr ) -> coord;
263 if( ( ( Vertex* )tempVtxPtr ) -> coord - 1 ==
264 ( ( Vertex* )vtxPtr ) -> coord )
267 vFunc( corr[ ( ( Vertex* )tempVtxPtr ) -> coord ],
276 ( ( Vertex* )vtxPtr ) -> coord;
278 ( ( Vertex* )tempVtxPtr ) -> coord;
284 ( ( Edge* )newEdgePtr ) -> destVtx = ( ( Vertex* )vtxPtr ) -> coord;
290 ( ( Vertex* )vtxPtr ) -> coord,
297 if( ( ( Vertex* )tempVtxPtr ) -> coord + 1 ==
298 ( ( Vertex* )vtxPtr ) -> coord )
301 vFunc( corr[ ( ( Vertex* )tempVtxPtr ) -> coord ],
308 if( ( ( Vertex* )tempVtxPtr ) -> coord - 1 ==
309 ( ( Vertex* )vtxPtr ) -> coord )
312 vFunc( corr[ ( ( Vertex* )tempVtxPtr ) -> coord ],
318 ( ( Vertex* )vtxPtr ) -> coord;
943 int coord;
953 coord = ( ( Vertex* )graphVtx )-> coord;
954 if( corr[ coord ] != alpha ) {
955 corr[ coord ] = alpha; //added
959 corr[ coord ] = alpha;
965 coord = ( ( Vertex* )graphVtx )-> coord;
966 if( corr[ coord ] != beta ) {
967 corr[ coord ] = beta; //added
971 corr[ coord ] = beta;