Home
last modified time | relevance | path

Searched refs:maxPt (Results 1 – 4 of 4) sorted by relevance

/external/skia/include/core/
DSkPathMeasure.h112 int maxt, const SkPoint& maxPt, int ptIndex);
/external/skia/src/core/
DSkPathMeasure.cpp172 int maxt, const SkPoint& maxPt, int ptIndex) { in compute_conic_segs() argument
175 if (tspan_big_enough(maxt - mint) && conic_too_curvy(minPt, halfPt, maxPt)) { in compute_conic_segs()
177 distance = this->compute_conic_segs(conic, distance, halft, halfPt, maxt, maxPt, ptIndex); in compute_conic_segs()
179 SkScalar d = SkPoint::Distance(minPt, maxPt); in compute_conic_segs()
/external/opencv/cv/src/
Dcvhistogram.cpp293 CvPoint minPt, maxPt; in cvGetMinMaxHistValue() local
296 CV_CALL( cvMinMaxLoc( &mat, &minVal, &maxVal, &minPt, &maxPt )); in cvGetMinMaxHistValue()
303 *idx_max = maxPt.y + maxPt.x; in cvGetMinMaxHistValue()
310 idx_max[0] = maxPt.y, idx_max[1] = maxPt.x; in cvGetMinMaxHistValue()
315 int imax = maxPt.y*mat.cols + maxPt.x; in cvGetMinMaxHistValue()
/external/opencv3/modules/imgproc/src/
Dhistogram.cpp2782 CvPoint minPt, maxPt; in cvGetMinMaxHistValue() local
2785 cvMinMaxLoc( &mat, &minVal, &maxVal, &minPt, &maxPt ); in cvGetMinMaxHistValue()
2792 *idx_max = maxPt.y + maxPt.x; in cvGetMinMaxHistValue()
2799 idx_max[0] = maxPt.y, idx_max[1] = maxPt.x; in cvGetMinMaxHistValue()
2804 int imax = maxPt.y*mat.cols + maxPt.x; in cvGetMinMaxHistValue()