Searched refs:yDiff (Results 1 – 6 of 6) sorted by relevance
/external/skia/samplecode/ |
D | PerlinPatch.cpp | 195 SkScalar yDiff = click->fPrev.fY - click->fCurr.fY; in onClick() local 197 fTexY += yDiff * fTexScale; in onClick() 199 SkScalar yDiff = click->fCurr.fY - click->fPrev.fY; in onClick() local 200 fTexScale += yDiff / 10.0f; in onClick()
|
/external/pdfium/xfa/src/fxbarcode/common/ |
D | BC_WhiteRectangleDetector.cpp | 209 float yDiff = aY - bY; in DistanceL2() local 210 return Round((float)sqrt(xDiff * xDiff + yDiff * yDiff)); in DistanceL2()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | IBMCalendarTest.java | 1449 int yDiff; in TestFieldDifference() field in IBMCalendarTest.TFDItem 1462 yDiff = yD; in TestFieldDifference() 1516 …if ( yDf != tfdItem.yDiff || MDf != tfdItem.MDiff || dDf != tfdItem.dDiff || HDf != tfdItem.HDiff … in TestFieldDifference() 1518 …tfdItem.yDiff +","+ tfdItem.MDiff +","+ tfdItem.dDiff +","+ tfdItem.HDiff +","+ tfdItem.mDiff +","… in TestFieldDifference() 1532 …if ( yDf != tfdItem.yDiff || MDf != tfdItem.MDiff || dDf != tfdItem.dDiff || HDf != tfdItem.HDiff … in TestFieldDifference() 1534 …tfdItem.yDiff +","+ tfdItem.MDiff +","+ tfdItem.dDiff +","+ tfdItem.HDiff +","+ tfdItem.mDiff + ",… in TestFieldDifference()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
D | IBMCalendarTest.java | 1453 int yDiff; in TestFieldDifference() field in IBMCalendarTest.TFDItem 1466 yDiff = yD; in TestFieldDifference() 1520 …if ( yDf != tfdItem.yDiff || MDf != tfdItem.MDiff || dDf != tfdItem.dDiff || HDf != tfdItem.HDiff … in TestFieldDifference() 1522 …tfdItem.yDiff +","+ tfdItem.MDiff +","+ tfdItem.dDiff +","+ tfdItem.HDiff +","+ tfdItem.mDiff +","… in TestFieldDifference() 1536 …if ( yDf != tfdItem.yDiff || MDf != tfdItem.MDiff || dDf != tfdItem.dDiff || HDf != tfdItem.HDiff … in TestFieldDifference() 1538 …tfdItem.yDiff +","+ tfdItem.MDiff +","+ tfdItem.dDiff +","+ tfdItem.HDiff +","+ tfdItem.mDiff + ",… in TestFieldDifference()
|
/external/opencv3/modules/imgproc/src/ |
D | min_enclosing_triangle.cpp | 1307 double yDiff = a.y - b.y; in distanceBtwPoints() local 1309 return std::sqrt((xDiff * xDiff) + (yDiff * yDiff)); in distanceBtwPoints()
|
/external/icu/icu4c/source/test/cintltst/ |
D | ccaltst.c | 1833 int32_t yDiff; member 1898 } else if ( yDf != tfdItemPtr->yDiff || in TestFieldDifference() 1906 …tfdItemPtr->yDiff, tfdItemPtr->MDiff, tfdItemPtr->dDiff, tfdItemPtr->HDiff, tfdItemPtr->mDiff, tfd… in TestFieldDifference() 1923 } else if ( yDf != tfdItemPtr->yDiff || in TestFieldDifference() 1930 … tfdItemPtr->yDiff, tfdItemPtr->MDiff, tfdItemPtr->dDiff, tfdItemPtr->HDiff, tfdItemPtr->mDiff, in TestFieldDifference()
|