Home
last modified time | relevance | path

Searched defs:fullSize (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/libs/hwui/jni/
DBitmapFactory.cpp170 static bool needsFineScale(const int fullSize, const int decodedSize, const int sampleSize) { in needsFineScale()
180 static bool needsFineScale(const SkISize fullSize, const SkISize decodedSize, in needsFineScale()
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
DWallpaperCropActivity.java667 Bitmap fullSize = null; local
/frameworks/base/core/jni/
Dandroid_hardware_camera2_DngCreator.cpp598 uint32_t fullSize = mWidth * mHeight * mBytesPerSample * mSamplesPerPixel; in writeToStream() local
732 uint32_t fullSize = mWidth * mHeight * mBytesPerSample * mSamplesPerPixel; in writeToStream() local
2431 size_t fullSize = width * height * BYTES_PER_RGB_PIXEL; in DngCreator_nativeSetThumbnail() local
2508 size_t fullSize = rStride * uHeight; in DngCreator_nativeWriteImage() local
/frameworks/base/core/tests/coretests/src/android/view/
DViewFrameRateTest.java193 ViewGroup.LayoutParams fullSize = new ViewGroup.LayoutParams( in velocityWithChildMovement() local
/frameworks/base/core/java/android/app/
DWallpaperManager.java1132 Bitmap fullSize = BitmapFactory.decodeStream(is, null, null); in getBuiltInDrawable() local
1204 Bitmap fullSize = null; in getBuiltInDrawable() local
/frameworks/av/media/module/extractors/ogg/
DOggExtractor.cpp835 size_t fullSize = packetSize; in _readNextPacket() local