| 1292 | public static native boolean _nConservativelyContainsRect(long ptr, float l, float t, float r, float b); |
| 1293 | public static native Point[] _nConvertConicToQuads(float x0, float y0, float x1, float y1, float x2, float y2, float w, int pow2); |
| 1294 | public static native Rect _nIsRect(long ptr); |
| 1295 | public static native long _nMakeTransform(long ptr, float[] matrix); |
| 1296 | public static native long _nMakeOffset(long ptr, float dx, float dy); |
| 1297 | public static native long _nMakeScale(long ptr, float sx, float sy); |