Lines Matching defs:dx
54 public void setTranslate(float dx, float dy) {
105 public boolean preTranslate(float dx, float dy) {
153 public boolean postTranslate(float dx, float dy) {
301 /** Set the matrix to translate by (dx, dy). */
302 public void setTranslate(float dx, float dy) {
303 native_setTranslate(native_instance, dx, dy);
382 * M' = M * T(dx, dy)
384 public boolean preTranslate(float dx, float dy) {
385 native_preTranslate(native_instance, dx, dy);
454 * M' = T(dx, dy) * M
456 public boolean postTranslate(float dx, float dy) {
457 native_postTranslate(native_instance, dx, dy);
848 float dx, float dy);
869 float dx, float dy);
885 float dx, float dy);