HomeSort by relevance Sort by last modified time
    Searched defs:decodeFile (Results 1 - 25 of 61) sorted by null

1 2 3

  /prebuilts/go/darwin-x86/src/image/jpeg/
reader_test.go 38 m0, err := decodeFile(tc + ".jpeg")
43 m1, err := decodeFile(tc + ".progressive.jpeg")
86 func decodeFile(filename string) (image.Image, error) {
  /prebuilts/go/linux-x86/src/image/jpeg/
reader_test.go 38 m0, err := decodeFile(tc + ".jpeg")
43 m1, err := decodeFile(tc + ".progressive.jpeg")
86 func decodeFile(filename string) (image.Image, error) {
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowBitmapFactory.java 46 public static Bitmap decodeFile(String pathName) {
51 public static Bitmap decodeFile(String pathName, BitmapFactory.Options options) {
  /external/skia/samplecode/
SampleAnimator.cpp 28 bool decodeFile(const char path[]);
54 bool SkAnimatorView::decodeFile(const char path[]) {
162 // av->decodeFile("/skimages/test.xml");
165 av->decodeFile("/skia/trunk/animations/checkbox.xml");
168 av->decodeFile("/testanim.txt");
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageResizer.java 154 BitmapFactory.decodeFile(filename, options);
166 return BitmapFactory.decodeFile(filename, options);
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageResizer.java 154 BitmapFactory.decodeFile(filename, options);
166 return BitmapFactory.decodeFile(filename, options);
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
ImageResizer.java 154 BitmapFactory.decodeFile(filename, options);
166 return BitmapFactory.decodeFile(filename, options);
  /frameworks/base/graphics/java/android/graphics/
Movie.java 70 public static Movie decodeFile(String pathName) {
BitmapFactory.java 327 * android.graphics.BitmapFactory.Options)} or {@link #decodeFile(String,
469 public static Bitmap decodeFile(String pathName, Options opts) {
500 public static Bitmap decodeFile(String pathName) {
501 return decodeFile(pathName, null);
    [all...]
  /packages/apps/Camera2/src/com/android/camera/data/
PhotoDataFactory.java 97 BitmapFactory.decodeFile(filePath, opts);
105 Bitmap b = BitmapFactory.decodeFile(filePath);
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
LogoUtils.java 83 BitmapFactory.decodeFile(filePath, bounds);
95 return BitmapFactory.decodeFile(filePath, bounds);
  /frameworks/base/core/java/android/app/backup/
WallpaperBackupHelper.java 149 BitmapFactory.decodeFile(STAGE_FILE, options);
  /frameworks/base/media/java/android/media/
ThumbnailUtils.java 501 BitmapFactory.decodeFile(filePath, fullOptions);
519 sizedThumbBitmap.mBitmap = BitmapFactory.decodeFile(filePath, fullOptions);
  /cts/tests/camera/src/android/hardware/cts/
CameraTest.java     [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapFactoryTest.java 361 Bitmap b = BitmapFactory.decodeFile(obtainPath(), mOpt1);
367 assertNull(BitmapFactory.decodeFile(obtainPath(), mOpt2));
372 Bitmap b = BitmapFactory.decodeFile(obtainPath());
702 BitmapFactory.decodeFile("barely/care.jpg", options);
    [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/misc/common/robolectric/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 

Completed in 140 milliseconds

1 2 3