Lines Matching defs:nativeCanvas

133     public static boolean nIsOpaque(long nativeCanvas) {
135 Canvas_Delegate canvasDelegate = Canvas_Delegate.getDelegate(nativeCanvas);
144 public static void nSetHighContrastText(long nativeCanvas, boolean highContrastText){}
147 public static int nGetWidth(long nativeCanvas) {
149 Canvas_Delegate canvasDelegate = Canvas_Delegate.getDelegate(nativeCanvas);
158 public static int nGetHeight(long nativeCanvas) {
160 Canvas_Delegate canvasDelegate = Canvas_Delegate.getDelegate(nativeCanvas);
169 public static int nSave(long nativeCanvas, int saveFlags) {
171 Canvas_Delegate canvasDelegate = Canvas_Delegate.getDelegate(nativeCanvas);
180 public static int nSaveLayer(long nativeCanvas, float l,
184 Canvas_Delegate canvasDelegate = Canvas_Delegate.getDelegate(nativeCanvas);
199 public static int nSaveLayerAlpha(long nativeCanvas, float l,
203 Canvas_Delegate canvasDelegate = Canvas_Delegate.getDelegate(nativeCanvas);
212 public static boolean nRestore(long nativeCanvas) {
215 Canvas_Delegate canvasDelegate = Canvas_Delegate.getDelegate(nativeCanvas);
225 public static void nRestoreToCount(long nativeCanvas, int saveCount) {
228 Canvas_Delegate canvasDelegate = Canvas_Delegate.getDelegate(nativeCanvas);
237 public static int nGetSaveCount(long nativeCanvas) {
239 Canvas_Delegate canvasDelegate = Canvas_Delegate.getDelegate(nativeCanvas);
248 public static void nTranslate(long nativeCanvas, float dx, float dy) {
250 Canvas_Delegate canvasDelegate = Canvas_Delegate.getDelegate(nativeCanvas);
259 public static void nScale(long nativeCanvas, float sx, float sy) {
261 Canvas_Delegate canvasDelegate = Canvas_Delegate.getDelegate(nativeCanvas);
270 public static void nRotate(long nativeCanvas, float degrees) {
272 Canvas_Delegate canvasDelegate = Canvas_Delegate.getDelegate(nativeCanvas);
281 public static void nSkew(long nativeCanvas, float kx, float ky) {
283 Canvas_Delegate canvasDelegate = Canvas_Delegate.getDelegate(nativeCanvas);
377 public static boolean nClipPath(long nativeCanvas,
380 Canvas_Delegate canvasDelegate = Canvas_Delegate.getDelegate(nativeCanvas);
394 public static void nSetDrawFilter(long nativeCanvas, long nativeFilter) {
395 Canvas_Delegate canvasDelegate = Canvas_Delegate.getDelegate(nativeCanvas);
409 public static boolean nGetClipBounds(long nativeCanvas,
412 Canvas_Delegate canvasDelegate = Canvas_Delegate.getDelegate(nativeCanvas);
447 public static boolean nQuickReject(long nativeCanvas, long path) {
453 public static boolean nQuickReject(long nativeCanvas,