Searched refs:decodeFile (Results 1 – 6 of 6) sorted by relevance
15 static bool decodeFile(SkBitmap* bitmap, const char srcPath[]) { in decodeFile() function89 if (decodeFile(&bitmap, argv[i])) { in tool_main()
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
23 bool decodeFile(const char path[]);