Home
last modified time | relevance | path

Searched defs:nSetSkew (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DMatrix.java900 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/
Dandroid_graphics_Matrix.cpp352 {"nSetSkew","(JFFFF)V", (void*) SkMatrixGlue::setSkew__FFFF}, in nSetSkew() method
353 {"nSetSkew","(JFF)V", (void*) SkMatrixGlue::setSkew__FF}, in nSetSkew() method