Home
last modified time | relevance | path

Searched refs:outHeight (Results 1 – 7 of 7) sorted by relevance

/development/tools/etc1tool/
Detc1tool.cpp365 etc1_uint32 outHeight; in encode() local
366 if (readPKMFile(pOutput, &pDiffImage, &outWidth, &outHeight)) { in encode()
369 if (outWidth != width || outHeight != height) { in encode()
371 outWidth, outHeight, width, height); in encode()
388 writePNGFile(pDiffFile, outWidth, outHeight, pDiffImage, 3 * outWidth); in encode()
/development/samples/training/threadsample/src/com/example/android/threadsample/
DPhotoDecodeRunnable.java177 int hScale = bitmapOptions.outHeight / targetHeight; in run()
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/utils/
DBitmapHelper.java57 int actualH = bmOptions.outHeight; in findScaleFactor()
/development/samples/devbytes/graphics/BitmapAllocation/src/com/example/android/bitmapallocation/
DBitmapAllocation.java64 mBitmapOptions.outHeight, Bitmap.Config.ARGB_8888); in onCreate()
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DImageResizer.java235 final int height = options.outHeight; in calculateInSampleSize()
DImageCache.java526 && candidate.getHeight() == targetOptions.outHeight in canUseForInBitmap()
533 int height = targetOptions.outHeight / targetOptions.inSampleSize; in canUseForInBitmap()
/development/samples/training/ContactsList/src/com/example/android/contactslist/util/
DImageLoader.java391 final int height = options.outHeight; in calculateInSampleSize()