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

  /external/skia/include/core/
SkPathMeasure.h 112 int maxt, const SkPoint& maxPt, int ptIndex);
  /external/skia/src/core/
SkPathMeasure.cpp 172 int maxt, const SkPoint& maxPt, int ptIndex) {
175 if (tspan_big_enough(maxt - mint) && conic_too_curvy(minPt, halfPt, maxPt)) {
177 distance = this->compute_conic_segs(conic, distance, halft, halfPt, maxt, maxPt, ptIndex);
179 SkScalar d = SkPoint::Distance(minPt, maxPt);
  /external/opencv/cv/src/
cvhistogram.cpp 293 CvPoint minPt, maxPt;
296 CV_CALL( cvMinMaxLoc( &mat, &minVal, &maxVal, &minPt, &maxPt ));
303 *idx_max = maxPt.y + maxPt.x;
310 idx_max[0] = maxPt.y, idx_max[1] = maxPt.x;
315 int imax = maxPt.y*mat.cols + maxPt.x;
    [all...]
  /external/opencv3/modules/imgproc/src/
histogram.cpp     [all...]

Completed in 184 milliseconds