Lines Matching defs:native_object

2116     private static native void native_reset(int native_object);
2118 private static native int native_getStyle(int native_object);
2119 private static native void native_setStyle(int native_object, int style);
2120 private static native int native_getStrokeCap(int native_object);
2121 private static native void native_setStrokeCap(int native_object, int cap);
2122 private static native int native_getStrokeJoin(int native_object);
2123 private static native void native_setStrokeJoin(int native_object,
2125 private static native boolean native_getFillPath(int native_object,
2127 private static native int native_setShader(int native_object, int shader);
2128 private static native int native_setColorFilter(int native_object,
2130 private static native int native_setXfermode(int native_object,
2132 private static native int native_setPathEffect(int native_object,
2134 private static native int native_setMaskFilter(int native_object,
2136 private static native int native_setTypeface(int native_object,
2138 private static native int native_setRasterizer(int native_object,
2141 private static native int native_getTextAlign(int native_object);
2142 private static native void native_setTextAlign(int native_object,
2147 private static native int native_getTextWidths(int native_object,
2149 private static native int native_getTextWidths(int native_object,
2152 private static native int native_getTextGlyphs(int native_object,
2156 private static native float native_getTextRunAdvances(int native_object,
2159 private static native float native_getTextRunAdvances(int native_object,
2163 private native int native_getTextRunCursor(int native_object, char[] text,
2165 private native int native_getTextRunCursor(int native_object, String text,
2168 private static native void native_getTextPath(int native_object, int bidiFlags,
2170 private static native void native_getTextPath(int native_object, int bidiFlags,