Searched defs:yDiff (Results 1 - 12 of 12) sorted by relevance

/external/skia/samplecode/
H A DPerlinPatch.cpp202 SkScalar yDiff = click->fPrev.fY - click->fCurr.fY; variable
204 fTexY += yDiff * fTexScale;
206 SkScalar yDiff = click->fCurr.fY - click->fPrev.fY; variable
207 fTexScale += yDiff / 10.0f;
/external/skqp/samplecode/
H A DPerlinPatch.cpp202 SkScalar yDiff = click->fPrev.fY - click->fCurr.fY; variable
204 fTexY += yDiff * fTexScale;
206 SkScalar yDiff = click->fCurr.fY - click->fPrev.fY; variable
207 fTexScale += yDiff / 10.0f;
/external/icu/icu4c/source/test/cintltst/
H A Dccaltst.c1841 int32_t yDiff; member in struct:__anon8194
1906 } else if ( yDf != tfdItemPtr->yDiff ||
1914 tfdItemPtr->yDiff, tfdItemPtr->MDiff, tfdItemPtr->dDiff, tfdItemPtr->HDiff, tfdItemPtr->mDiff, tfdItemPtr->sDiff,
1931 } else if ( yDf != tfdItemPtr->yDiff ||
1938 tfdItemPtr->yDiff, tfdItemPtr->MDiff, tfdItemPtr->dDiff, tfdItemPtr->HDiff, tfdItemPtr->mDiff,
/external/swiftshader/src/OpenGL/libGL/
H A DContext.cpp2840 int yDiff = mState.scissorY - destRect.y0; local
2842 sourceScissoredRect.y0 += yDiff;
2847 int yDiff = destRect.y1 - (mState.scissorY + mState.scissorHeight); local
2849 sourceScissoredRect.y1 -= yDiff;
2874 int yDiff = 0 - sourceTrimmedRect.y0; local
2876 destTrimmedRect.y0 += yDiff;
2881 int yDiff = sourceTrimmedRect.y1 - readBufferHeight; local
2883 destTrimmedRect.y1 -= yDiff;
2902 int yDiff = 0 - destTrimmedRect.y0; local
2904 sourceTrimmedRect.y0 += yDiff;
2909 int yDiff = destTrimmedRect.y1 - drawBufferHeight; local
[all...]
/external/robolectric/v1/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 244 milliseconds