OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:native_preSkew
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/graphics/java/android/graphics/
Matrix.java
409
return
native_preSkew
(native_instance, kx, ky, px, py);
417
return
native_preSkew
(native_instance, kx, ky);
842
private static native boolean
native_preSkew
(int native_object,
844
private static native boolean
native_preSkew
(int native_object,
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Matrix_Delegate.java
447
/*package*/ static boolean
native_preSkew
(int native_object, float kx, float ky,
459
/*package*/ static boolean
native_preSkew
(int native_object, float kx, float ky) {
[
all
...]
Completed in 94 milliseconds