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

  /external/opencv/cv/src/
cvcornersubpix.cpp 182 CvPoint2D32f cT = corners[pt_i], cI = cT;
254 if( fabs( cI.x - cT.x ) > win.width || fabs( cI.y - cT.y ) > win.height )
256 cI = cT;
  /external/skia/src/pathops/
SkDCubicLineIntersection.cpp 383 double cT = *cubicT = SkPinT(*cubicT);
386 SkDPoint cPt = fCubic.ptAtT(cT);
392 if (lT == 0 || lT == 1 || (ptSet == kPointUninitialized && cT != 0 && cT != 1)) {
  /external/skqp/src/pathops/
SkDCubicLineIntersection.cpp 383 double cT = *cubicT = SkPinT(*cubicT);
386 SkDPoint cPt = fCubic.ptAtT(cT);
392 if (lT == 0 || lT == 1 || (ptSet == kPointUninitialized && cT != 0 && cT != 1)) {

Completed in 310 milliseconds