HomeSort by relevance Sort by last modified time
    Searched refs:p_start (Results 1 - 3 of 3) sorted by null

  /external/opencv/cvaux/src/
cvepilines.cpp 764 void icvGetCoefForPiece( CvPoint2D64d p_start,CvPoint2D64d p_end,
771 det = p_start.x*p_end.y+p_end.x+p_start.y-p_end.y-p_start.y*p_end.x-p_start.x;
778 detA = p_start.y - p_end.y;
779 detB = p_end.x - p_start.x;
780 detC = p_start.x*p_end.y - p_end.x*p_start.y;
1053 void icvGetCrossPieceDirect( CvPoint2D64d p_start,CvPoint2D64d p_end
    [all...]
  /external/opencv/cvaux/include/
cvaux.h 640 CVAPI(void) icvGetCoefForPiece( CvPoint2D64f p_start,CvPoint2D64f p_end,
666 CVAPI(void) icvGetCrossPieceDirect( CvPoint2D64f p_start,CvPoint2D64f p_end,
    [all...]
  /external/freetype/src/sfnt/
ttcmap.c 889 FT_Byte* p_start = starts; local
898 start = TT_NEXT_USHORT( p_start );
    [all...]

Completed in 228 milliseconds