Searched refs:nativeBitmapOrZero (Results 1 – 2 of 2) sorted by relevance
315 /*package*/ static int initRaster(int nativeBitmapOrZero) { in initRaster() argument316 if (nativeBitmapOrZero > 0) { in initRaster()318 Bitmap_Delegate bitmapDelegate = Bitmap_Delegate.getDelegate(nativeBitmapOrZero); in initRaster()
1663 private static native int initRaster(int nativeBitmapOrZero); in initRaster() argument