Searched defs:setTranslate (Results 1 - 18 of 18) sorted by path

/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMatrix.java41 public void setTranslate(float dx, float dy) { method in class:ShadowMatrix
/external/robolectric/v3/runtime/
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-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-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/ ...
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
/external/skia/include/core/
H A DSkMatrix.h23 functions (e.g. setTranslate, setRotate, etc.).
44 m.setTranslate(dx, dy);
219 void setTranslate(SkScalar dx, SkScalar dy);
220 void setTranslate(const SkVector& v) { this->setTranslate(v.fX, v.fY); } function in class:SkMatrix
/external/skia/src/core/
H A DSkMatrix.cpp273 void SkMatrix::setTranslate(SkScalar dx, SkScalar dy) { function in class:SkMatrix
296 m.setTranslate(dx, dy);
309 m.setTranslate(dx, dy);
866 inv->setTranslate(-fMat[kMTransX], -fMat[kMTransY]);
1467 this->setTranslate(dst[0].fX - src[0].fX, dst[0].fY - src[0].fY);
H A DSkMatrix44.cpp236 void SkMatrix44::setTranslate(SkMScalar dx, SkMScalar dy, SkMScalar dz) { function in class:SkMatrix44
493 storage->setTranslate(-fMat[3][0], -fMat[3][1], -fMat[3][2]);
/external/skia/src/utils/
H A DSkCamera.cpp100 void SkMatrix3D::setTranslate(SkScalar x, SkScalar y, SkScalar z) { function in class:SkMatrix3D

Completed in 348 milliseconds