Searched refs:decodeFile (Results 1 – 5 of 5) sorted by relevance
28 bool decodeFile(const char path[]);54 bool SkAnimatorView::decodeFile(const char path[]) { in decodeFile() function in SkAnimatorView165 av->decodeFile("/skia/trunk/animations/checkbox.xml"); in MyFactory()168 av->decodeFile("/testanim.txt"); in MyFactory()
41 Bitmap bitmap = BitmapFactory.decodeFile("/some/file.jpg"); in decodeFile_shouldSetDescription()91 Bitmap bitmap = BitmapFactory.decodeFile("/some/file.jpg"); in decodeFile_shouldGetWidthAndHeightFromHints()102 BitmapFactory.decodeFile("/some/file.jpg", options); in decodeFileEtc_shouldSetOptionsOutWidthAndOutHeightFromHints()
23 imageBitmap = BitmapFactory.decodeFile("/an/image.jpg"); in setUp()
46 public static Bitmap decodeFile(String pathName) { in decodeFile() method in ShadowBitmapFactory51 public static Bitmap decodeFile(String pathName, BitmapFactory.Options options) { in decodeFile() method in ShadowBitmapFactory
612 Bitmap bm = BitmapFactory.decodeFile(uri.getPath()); in setImage()