Home
last modified time | relevance | path

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

/external/skia/gm/
Dgaussianedge.cpp107 static void DrawRow(SkCanvas* canvas, int blurRad, int midLine) { in DrawRow() argument
173 draw_row(canvas, midLine, 3*(kRRSize+kPad)); in DrawRow()
/external/opencv/cvaux/src/
Dcvepilines.cpp1847 double midLine[3]; in icvGetCutPiece() local
1874 icvGetCoefForPiece(epipole,midPoint,&midLine[0],&midLine[1],&midLine[2],&res); in icvGetCutPiece()
1956 icvProjectPointToDirect(candPoints[i], midLine, &projPoint); in icvGetCutPiece()
1973 icvGetNormalDirect(midLine,minPoint,cutLine1); in icvGetCutPiece()
1974 icvGetNormalDirect(midLine,maxPoint,cutLine2); in icvGetCutPiece()