/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
D | ImageRequestDescriptor.java | 35 public final int sourceWidth; field in ImageRequestDescriptor 77 final int desiredHeight, final int sourceWidth, final int sourceHeight, in ImageRequestDescriptor() 111 public void updateSourceDimensions(final int sourceWidth, final int sourceHeight) { in updateSourceDimensions()
|
D | VideoThumbnailRequestDescriptor.java | 25 int sourceWidth, int sourceHeight) { in VideoThumbnailRequestDescriptor() 26 super(UriUtil.getContentUriForMediaStoreId(id), desiredWidth, desiredHeight, sourceWidth, in VideoThumbnailRequestDescriptor() local
|
D | FileImageRequestDescriptor.java | 47 final int desiredHeight, final int sourceWidth, final int sourceHeight, in FileImageRequestDescriptor() 49 super(UriUtil.getUriForResourceFile(path), desiredWidth, desiredHeight, sourceWidth, in FileImageRequestDescriptor() local
|
D | MessagePartImageRequestDescriptor.java | 43 final int desiredWidth, final int desiredHeight, final int sourceWidth, in MessagePartImageRequestDescriptor()
|
D | UriImageRequestDescriptor.java | 59 final int desiredHeight, final int sourceWidth, final int sourceHeight, in UriImageRequestDescriptor()
|
/aosp_15_r20/packages/apps/Contacts/tests/src/com/android/contacts/util/ |
D | BitmapUtilTests.java | 104 private byte[] createJpegRawData(int sourceWidth, int sourceHeight) throws IOException { in createJpegRawData() 108 private byte[] createPngRawData(int sourceWidth, int sourceHeight) throws IOException { in createPngRawData() 112 private byte[] createRawData(Bitmap.CompressFormat format, int sourceWidth, in createRawData()
|
/aosp_15_r20/frameworks/base/media/tests/MtpTests/src/android/mtp/ |
H A D | MtpDatabaseTest.java | 176 private byte[] createJpegRawData(int sourceWidth, int sourceHeight) throws IOException { in createJpegRawData() 180 private byte[] createPngRawData(int sourceWidth, int sourceHeight) throws IOException { in createPngRawData() 184 private byte[] createRawData(Bitmap.CompressFormat format, int sourceWidth, int sourceHeight) in createRawData()
|
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | PlaceholderInsetDrawable.java | 44 final int sourceWidth, final int sourceHeight) { in fromDrawable() 57 final int sourceWidth, final int sourceHeight) { in PlaceholderInsetDrawable()
|
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/ |
D | IconFactory.java | 47 int sourceWidth = sourceImage.getWidth(); in createIcon() local 74 int sourceWidth = sourceImage.getWidth(); in drawIcon() local
|
/aosp_15_r20/external/zxing/core/src/test/java/com/google/zxing/ |
H A D | BufferedImageLuminanceSource.java | 49 int sourceWidth = image.getWidth(); in BufferedImageLuminanceSource() local 136 int sourceWidth = image.getWidth(); in rotateCounterClockwise() local
|
/aosp_15_r20/external/zxing/javase/src/main/java/com/google/zxing/client/j2se/ |
H A D | BufferedImageLuminanceSource.java | 51 int sourceWidth = image.getWidth(); in BufferedImageLuminanceSource() local 138 int sourceWidth = image.getWidth(); in rotateCounterClockwise() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageMismatchedWriteOpTests.cpp | 91 const int sourceWidth) in MismatchedVectorSizesTest() 1023 { in createImageWriteOpTests() 1059 for (int sourceWidth = 4; sourceWidth > 0; --sourceWidth) in createImageWriteOpTests() local
|
/aosp_15_r20/hardware/google/gfxstream/host/tests/ |
D | CompositorVk_unittest.cpp | 94 std::unique_ptr<const SourceOrTargetImage> createImageWithColor(uint32_t sourceWidth, in createImageWithColor() 113 uint32_t sourceWidth; in createSourceImageFromPng() local
|
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/datamodel/data/ |
D | GalleryGridItemData.java | 90 int sourceWidth = cursor.getInt(INDEX_WIDTH); in bind() local
|
/aosp_15_r20/frameworks/native/opengl/tests/hwc/ |
H A D | hwcStress.cpp | 462 int sourceWidth = layer->sourceCrop.right in main() local
|
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
H A D | BitmapDrawableTest.java | 402 int sourceWidth, targetWidth; in testSetTargetDensity() local
|
H A D | NinePatchDrawableTest.java | 374 int sourceWidth = 80; in testInflate() local
|
/aosp_15_r20/packages/services/BuiltInPrintService/jni/plugins/ |
D | wprint_image.c | 311 float sourceHeight, sourceWidth; in wprint_image_set_output_properties() local
|
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/ |
D | DynamicShortcuts.java | 378 final int sourceWidth = bitmapDecoder.getWidth(); in decodeStreamForShortcut() local
|
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/util/ |
D | ImageUtils.java | 830 final int sourceWidth = source.getWidth(); in scaleCenterCrop() local
|
/aosp_15_r20/packages/services/BuiltInPrintService/jni/plugins/genPCLm/inc/ |
D | common_defines.h | 162 float sourceWidth; member
|
/aosp_15_r20/frameworks/base/core/java/android/view/ |
H A D | InsetsState.java | 340 final int sourceWidth = sourceFrame.width(); in canControlSource() local
|
/aosp_15_r20/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndTests.cpp | 623 uint32_t sourceWidth = 0; in LoadImage() local
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | AppTransition.java | 677 final float sourceWidth = sourceFrame.width(); in createAspectScaledThumbnailFreeformAnimationLocked() local
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fFramebufferBlitTests.cpp | 823 …const int sourceWidth = (m_blitDir == BLIT_DEFAULT_TO_TARGET) ? (getWidth()) … in render() local
|