Home
last modified time | relevance | path

Searched refs:yloc2 (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Dclassapp.c617 l_int32 *yloc1, *yloc2; /* arrays of y value for first box in a line */ in numaaCompareImagesByBoxes() local
646 yloc2 = (l_int32 *)LEPT_CALLOC(n2, sizeof(l_int32)); in numaaCompareImagesByBoxes()
649 if (!line1 || !line2 || !yloc1 || !yloc2 || !xleft1 || !xleft2) in numaaCompareImagesByBoxes()
662 numaGetIValue(na2, 0, yloc2 + i); in numaaCompareImagesByBoxes()
688 y2 = yloc2[j]; in numaaCompareImagesByBoxes()
719 LEPT_FREE(yloc2); in numaaCompareImagesByBoxes()
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/twmc/
H A Dfixcell.c159 fptr->xloc1,fptr->yloc1,fptr->xloc2,fptr->yloc2 ) ;
194 temp = (DOUBLE) fptr->yloc2 / oldyspanS * newyspanS ;
229 y2 = blockbG + fptr->yloc2 ;
232 y2 = blocktG - fptr->yloc2 ;
H A Dinitialize.h19 …Type, INT xloc, char *lorR, INT yloc, char *borT, INT xloc2, char *lorR2, INT yloc2, char *borT2 );
H A Doutput.c454 fprintf( outS, "%d from B ", fixptr->yloc2 ) ;
456 fprintf( outS, "%d from T ", fixptr->yloc2 ) ;
H A Dinitialize.c540 …dType, INT xloc, char *lorR, INT yloc, char *borT, INT xloc2, char *lorR2, INT yloc2, char *borT2 ) in fixCell() argument
552 yloc2 = (INT) ( (DOUBLE) yloc2 / scaleS ) ; in fixCell()
594 fixptr->yloc2 = yloc2 ; in fixCell()
H A Dcustom.h239 INT yloc2 ; member
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/twsc/
H A Doutput.c99 INT xloc2 , yloc2 , yloc ; in output() local
190 yloc2 = cellptr->tileptr->top - in output()
207 yloc + yloc2, orient, block ) ; in output()
212 yloc + yloc2, orient, block ) ; in output()
/dports/devel/upp/upp/bazaar/PixRaster/lib/
H A Dclassapp.c663 l_int32 *yloc1, *yloc2; /* arrays of y value for first box in a line */ in numaaCompareImagesByBoxes() local
692 yloc2 = (l_int32 *)CALLOC(n2, sizeof(l_int32)); in numaaCompareImagesByBoxes()
706 numaGetIValue(na2, 0, yloc2 + i); in numaaCompareImagesByBoxes()
732 y2 = yloc2[j]; in numaaCompareImagesByBoxes()
763 FREE(yloc2); in numaaCompareImagesByBoxes()
/dports/cad/opencascade/opencascade-7.6.0/src/GccAna/
H A DGccAna_Circ2d3Tan_3.cxx106 Standard_Real yloc2 = origin2.Y(); in GccAna_Circ2d3Tan() local
168 .Dot(gp_Dir2d(xloc2-cx,yloc2-cy)); in GccAna_Circ2d3Tan()