Searched defs:nSetSkew (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | Matrix.java | 900 private static native void nSetSkew(long nObject, float kx, float ky, float px, float py); in nSetSkew() method in Matrix 902 private static native void nSetSkew(long nObject, float kx, float ky); in nSetSkew() method in Matrix
|
/frameworks/base/libs/hwui/jni/ |
D | android_graphics_Matrix.cpp | 352 {"nSetSkew","(JFFFF)V", (void*) SkMatrixGlue::setSkew__FFFF}, in nSetSkew() method 353 {"nSetSkew","(JFF)V", (void*) SkMatrixGlue::setSkew__FF}, in nSetSkew() method
|