Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/jni/
H A DBitmapFactory.cpp173 static bool needsFineScale(const int fullSize, const int decodedSize, const int sampleSize) { in needsFineScale()
183 static bool needsFineScale(const SkISize fullSize, const SkISize decodedSize, in needsFineScale()
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java667 Bitmap fullSize = null; local
/aosp14/frameworks/base/core/jni/
H A 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
2426 size_t fullSize = width * height * BYTES_PER_RGB_PIXEL; in DngCreator_nativeSetThumbnail() local
2503 size_t fullSize = rStride * uHeight; in DngCreator_nativeWriteImage() local
/aosp14/frameworks/base/core/java/android/app/
H A DWallpaperManager.java1058 Bitmap fullSize = BitmapFactory.decodeStream(is, null, null); in getBuiltInDrawable() local
1130 Bitmap fullSize = null; in getBuiltInDrawable() local