Searched defs:mtx (Results 1 – 8 of 8) sorted by relevance
80 void Description::setProjectionMatrix(const mat4& mtx) { in setProjectionMatrix()85 void Description::setColorMatrix(const mat4& mtx) { in setColorMatrix()
305 public void getTransformMatrix(float[] mtx) { in getTransformMatrix()377 private native void nativeGetTransformMatrix(float[] mtx); in nativeGetTransformMatrix()
554 float mtx[16] = {}; in TEST_F() local584 float mtx[16] = {}; in TEST_F() local615 float mtx[16] = {}; in TEST_F() local
238 AffineTransform mtx = new AffineTransform(); in translate() local260 AffineTransform mtx = new AffineTransform(); in scale() local
302 float[] mtx = Matrix_Delegate.getSkew(kx, ky); in native_skew() local807 final AffineTransform mtx = matrixDelegate.getAffineTransform(); in nativeDrawBitmapMatrix() local
731 private static void reset(float[] mtx) { in reset()
327 float* mtx = env->GetFloatArrayElements(jmtx, NULL); in SurfaceTexture_getTransformMatrix() local
683 AffineTransform mtx = getTransform(); in doRestore() local