Searched defs:nObject (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java855 private static native boolean nSetRectToRect(long nObject, argument
858 private static native boolean nSetPolyToPoly(long nObject, argument
861 private static native void nMapPoints(long nObject, argument
865 private static native boolean nMapRect(long nObject, RectF dst, RectF src); argument
867 private static native void nGetValues(long nObject, float[] values); argument
869 private static native void nSetValues(long nObject, float[] values); argument
875 private static native boolean nIsIdentity(long nObject); argument
877 private static native boolean nIsAffine(long nObject); argument
879 private static native boolean nRectStaysRect(long nObject); argument
881 private static native void nReset(long nObject); argument
883 nSet(long nObject, long nOther) argument
885 nSetTranslate(long nObject, float dx, float dy) argument
887 nSetScale(long nObject, float sx, float sy, float px, float py) argument
889 nSetScale(long nObject, float sx, float sy) argument
891 nSetRotate(long nObject, float degrees, float px, float py) argument
893 nSetRotate(long nObject, float degrees) argument
895 nSetSinCos(long nObject, float sinValue, float cosValue, float px, float py) argument
898 nSetSinCos(long nObject, float sinValue, float cosValue) argument
900 nSetSkew(long nObject, float kx, float ky, float px, float py) argument
902 nSetSkew(long nObject, float kx, float ky) argument
904 nSetConcat(long nObject, long nA, long nB) argument
906 nPreTranslate(long nObject, float dx, float dy) argument
908 nPreScale(long nObject, float sx, float sy, float px, float py) argument
910 nPreScale(long nObject, float sx, float sy) argument
912 nPreRotate(long nObject, float degrees, float px, float py) argument
914 nPreRotate(long nObject, float degrees) argument
916 nPreSkew(long nObject, float kx, float ky, float px, float py) argument
918 nPreSkew(long nObject, float kx, float ky) argument
920 nPreConcat(long nObject, long nOther_matrix) argument
922 nPostTranslate(long nObject, float dx, float dy) argument
924 nPostScale(long nObject, float sx, float sy, float px, float py) argument
926 nPostScale(long nObject, float sx, float sy) argument
928 nPostRotate(long nObject, float degrees, float px, float py) argument
930 nPostRotate(long nObject, float degrees) argument
932 nPostSkew(long nObject, float kx, float ky, float px, float py) argument
934 nPostSkew(long nObject, float kx, float ky) argument
936 nPostConcat(long nObject, long nOther_matrix) argument
938 nInvert(long nObject, long nInverse) argument
940 nMapRadius(long nObject, float radius) argument
[all...]
H A DPaint.java2852 private static native int nBreakText(long nObject, char[] text, int index, int count, argument
2854 private static native int nBreakText(long nObject, String text, boolean measureForwards, argument

Completed in 17 milliseconds