Searched refs:yDiff (Results 1 – 6 of 6) sorted by relevance
/external/skia/samplecode/ |
D | PerlinPatch.cpp | 202 SkScalar yDiff = click->fPrev.fY - click->fCurr.fY; in onClick() local 204 fTexY += yDiff * fTexScale; in onClick() 206 SkScalar yDiff = click->fCurr.fY - click->fPrev.fY; in onClick() local 207 fTexScale += yDiff / 10.0f; in onClick()
|
/external/swiftshader/src/OpenGL/libGL/ |
D | Context.cpp | 2840 int yDiff = mState.scissorY - destRect.y0; in blitFramebuffer() local 2842 sourceScissoredRect.y0 += yDiff; in blitFramebuffer() 2847 int yDiff = destRect.y1 - (mState.scissorY + mState.scissorHeight); in blitFramebuffer() local 2849 sourceScissoredRect.y1 -= yDiff; in blitFramebuffer() 2874 int yDiff = 0 - sourceTrimmedRect.y0; in blitFramebuffer() local 2876 destTrimmedRect.y0 += yDiff; in blitFramebuffer() 2881 int yDiff = sourceTrimmedRect.y1 - readBufferHeight; in blitFramebuffer() local 2883 destTrimmedRect.y1 -= yDiff; in blitFramebuffer() 2902 int yDiff = 0 - destTrimmedRect.y0; in blitFramebuffer() local 2904 sourceTrimmedRect.y0 += yDiff; in blitFramebuffer() [all …]
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Context.cpp | 3933 int yDiff = mState.scissorY - destRect.y0; in blitFramebuffer() local 3935 sourceScissoredRect.y0 += yDiff; in blitFramebuffer() 3940 int yDiff = destRect.y1 - (mState.scissorY + mState.scissorHeight); in blitFramebuffer() local 3942 sourceScissoredRect.y1 -= yDiff; in blitFramebuffer() 3967 int yDiff = 0 - sourceTrimmedRect.y0; in blitFramebuffer() local 3969 destTrimmedRect.y0 += yDiff; in blitFramebuffer() 3974 int yDiff = sourceTrimmedRect.y1 - readBufferHeight; in blitFramebuffer() local 3976 destTrimmedRect.y1 -= yDiff; in blitFramebuffer() 3995 int yDiff = 0 - destTrimmedRect.y0; in blitFramebuffer() local 3997 sourceTrimmedRect.y0 += yDiff; in blitFramebuffer() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
D | IBMCalendarTest.java | 1491 int yDiff; in TestFieldDifference() field in IBMCalendarTest.TFDItem 1504 yDiff = yD; in TestFieldDifference() 1558 …if ( yDf != tfdItem.yDiff || MDf != tfdItem.MDiff || dDf != tfdItem.dDiff || HDf != tfdItem.HDiff … in TestFieldDifference() 1560 …tfdItem.yDiff +","+ tfdItem.MDiff +","+ tfdItem.dDiff +","+ tfdItem.HDiff +","+ tfdItem.mDiff +","… in TestFieldDifference() 1574 …if ( yDf != tfdItem.yDiff || MDf != tfdItem.MDiff || dDf != tfdItem.dDiff || HDf != tfdItem.HDiff … in TestFieldDifference() 1576 …tfdItem.yDiff +","+ tfdItem.MDiff +","+ tfdItem.dDiff +","+ tfdItem.HDiff +","+ tfdItem.mDiff + ",… in TestFieldDifference()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | IBMCalendarTest.java | 1490 int yDiff; in TestFieldDifference() field in IBMCalendarTest.TFDItem 1503 yDiff = yD; in TestFieldDifference() 1557 …if ( yDf != tfdItem.yDiff || MDf != tfdItem.MDiff || dDf != tfdItem.dDiff || HDf != tfdItem.HDiff … in TestFieldDifference() 1559 …tfdItem.yDiff +","+ tfdItem.MDiff +","+ tfdItem.dDiff +","+ tfdItem.HDiff +","+ tfdItem.mDiff +","… in TestFieldDifference() 1573 …if ( yDf != tfdItem.yDiff || MDf != tfdItem.MDiff || dDf != tfdItem.dDiff || HDf != tfdItem.HDiff … in TestFieldDifference() 1575 …tfdItem.yDiff +","+ tfdItem.MDiff +","+ tfdItem.dDiff +","+ tfdItem.HDiff +","+ tfdItem.mDiff + ",… in TestFieldDifference()
|
/external/icu/icu4c/source/test/cintltst/ |
D | ccaltst.c | 1841 int32_t yDiff; member 1906 } else if ( yDf != tfdItemPtr->yDiff || in TestFieldDifference() 1914 …tfdItemPtr->yDiff, tfdItemPtr->MDiff, tfdItemPtr->dDiff, tfdItemPtr->HDiff, tfdItemPtr->mDiff, tfd… in TestFieldDifference() 1931 } else if ( yDf != tfdItemPtr->yDiff || in TestFieldDifference() 1938 … tfdItemPtr->yDiff, tfdItemPtr->MDiff, tfdItemPtr->dDiff, tfdItemPtr->HDiff, tfdItemPtr->mDiff, in TestFieldDifference()
|