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

  /external/deqp/framework/common/
tcuFuzzyImageCompare.cpp 216 deUint32 minDist = colorDistSquared(pixel, readUnorm8<NumChannels>(surface, x, y));
218 if (minDist == 0)
219 return minDist;
242 minDist = de::min(minDist, colorDistSquared(pixel, readUnorm8<NumChannels>(surface, dx, dy)));
243 if (minDist == 0)
244 return minDist;
255 minDist = de::min(minDist, colorDistSquared(pixel, sample));
256 if (minDist == 0
    [all...]
  /external/skia/src/pathops/
SkPathOpsCurve.cpp 37 double minDist = FLT_MAX;
40 if (minDist > dist) {
41 minDist = dist;
49 if (!AlmostEqualUlps_Pin(largest, largest + minDist)) { // is distance within ULPS tolerance?
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
StaggeredGridLayoutManagerSnappingTest.java 257 int minDist = Integer.MAX_VALUE;
261 if (dist < minDist) {
262 minDist = dist;
265 return minDist / 2 - 1;
BaseStaggeredGridLayoutManagerTest.java 600 int minDist = Integer.MAX_VALUE;
609 if (dist < minDist) {
610 minDist = dist;
    [all...]
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
GLSharedGroup.cpp 95 GLint minDist = -1;
100 (minDist < 0 || dist < minDist)) {
102 minDist = dist;
  /external/opencv/cvaux/src/
cvcorrimages.cpp 130 double minDist;
136 minDist = 5;
137 cvGoodFeaturesToTrack(grayImage, eigImage, tmpImage, cornerPoints, &foundNum, quality, minDist);
    [all...]
cvepilines.cpp     [all...]
  /external/skia/src/gpu/ops/
GrAAConvexTessellator.cpp 662 SkScalar minDist = SK_ScalarMax, minT = 0.0f;
677 if (minDist > dist) {
678 minDist = dist;
    [all...]
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp 510 SkScalar minDist = SK_ScalarMax;
516 if (minDist > dist) {
517 minDist = dist;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java     [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 965 milliseconds