Home
last modified time | relevance | path

Searched defs:sourceWidth (Results 1 – 25 of 133) sorted by relevance

123456

/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DImageRequestDescriptor.java35 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()
DVideoThumbnailRequestDescriptor.java25 int sourceWidth, int sourceHeight) { in VideoThumbnailRequestDescriptor()
26 super(UriUtil.getContentUriForMediaStoreId(id), desiredWidth, desiredHeight, sourceWidth, in VideoThumbnailRequestDescriptor() local
DFileImageRequestDescriptor.java47 final int desiredHeight, final int sourceWidth, final int sourceHeight, in FileImageRequestDescriptor()
49 super(UriUtil.getUriForResourceFile(path), desiredWidth, desiredHeight, sourceWidth, in FileImageRequestDescriptor() local
DMessagePartImageRequestDescriptor.java43 final int desiredWidth, final int desiredHeight, final int sourceWidth, in MessagePartImageRequestDescriptor()
DUriImageRequestDescriptor.java59 final int desiredHeight, final int sourceWidth, final int sourceHeight, in UriImageRequestDescriptor()
/aosp_15_r20/packages/apps/Contacts/tests/src/com/android/contacts/util/
DBitmapUtilTests.java104 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 DMtpDatabaseTest.java176 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/
DPlaceholderInsetDrawable.java44 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/
DIconFactory.java47 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 DBufferedImageLuminanceSource.java49 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 DBufferedImageLuminanceSource.java51 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 DvktImageMismatchedWriteOpTests.cpp91 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/
DCompositorVk_unittest.cpp94 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/
DGalleryGridItemData.java90 int sourceWidth = cursor.getInt(INDEX_WIDTH); in bind() local
/aosp_15_r20/frameworks/native/opengl/tests/hwc/
H A DhwcStress.cpp462 int sourceWidth = layer->sourceCrop.right in main() local
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
H A DBitmapDrawableTest.java402 int sourceWidth, targetWidth; in testSetTargetDensity() local
H A DNinePatchDrawableTest.java374 int sourceWidth = 80; in testInflate() local
/aosp_15_r20/packages/services/BuiltInPrintService/jni/plugins/
Dwprint_image.c311 float sourceHeight, sourceWidth; in wprint_image_set_output_properties() local
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/
DDynamicShortcuts.java378 final int sourceWidth = bitmapDecoder.getWidth(); in decodeStreamForShortcut() local
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/util/
DImageUtils.java830 final int sourceWidth = source.getWidth(); in scaleCenterCrop() local
/aosp_15_r20/packages/services/BuiltInPrintService/jni/plugins/genPCLm/inc/
Dcommon_defines.h162 float sourceWidth; member
/aosp_15_r20/frameworks/base/core/java/android/view/
H A DInsetsState.java340 final int sourceWidth = sourceFrame.width(); in canControlSource() local
/aosp_15_r20/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTests.cpp623 uint32_t sourceWidth = 0; in LoadImage() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java677 final float sourceWidth = sourceFrame.width(); in createAspectScaledThumbnailFreeformAnimationLocked() local
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fFramebufferBlitTests.cpp823 …const int sourceWidth = (m_blitDir == BLIT_DEFAULT_TO_TARGET) ? (getWidth()) … in render() local

123456