Searched refs:createNative (Results 1 – 3 of 3) sorted by relevance
148 BipImageFormat format = BipImageFormat.createNative( in testCreateNative_requiredOnly()162 BipImageFormat format = BipImageFormat.createNative( in testCreateNative_withSize()267 BipImageFormat format = BipImageFormat.createNative(null, BipPixel.createFixed(1280, 1024), in testCreateFormat_noEncoding()273 BipImageFormat format = BipImageFormat.createNative(new BipEncoding(BipEncoding.JPEG, null), in testCreateFormat_noPixel()
74 builder.addNativeFormat(BipImageFormat.createNative(new BipEncoding(BipEncoding.JPEG, null), in testCreateProperties()
63 public static BipImageFormat createNative(BipEncoding encoding, BipPixel pixel, int size) { in createNative() method in BipImageFormat