Home
last modified time | relevance | path

Searched defs:imageWidth (Results 1 – 25 of 342) sorted by relevance

12345678910>>...14

/aosp_15_r20/cts/tests/tests/transition/src/android/transition/cts/
H A DChangeImageTransformTest.java136 int imageWidth = mImage.getIntrinsicWidth(); in centerMatrix() local
150 int imageWidth = mImage.getIntrinsicWidth(); in fitXYMatrix() local
164 int imageWidth = mImage.getIntrinsicWidth(); in centerCropMatrix() local
186 int imageWidth = mImage.getIntrinsicWidth(); in fitCenterMatrix() local
208 int imageWidth = mImage.getIntrinsicWidth(); in fitStartMatrix() local
224 int imageWidth = mImage.getIntrinsicWidth(); in fitEndMatrix() local
/aosp_15_r20/test/app_compat/csuite/harness/src/test/java/com/android/csuite/core/
DBlankScreenDetectorWithSameColorRectangleTest.java95 int imageWidth = 100; in maxSameColorRectangle_withBottomScreenBand_returnsLargestRectangle() local
114 int imageWidth = 100; in maxSameColorRectangle_withTopScreenBand_returnsLargestRectangle() local
133 int imageWidth = 100; in maxSameColorRectangle_withLowerLeftRectangle_returnsLargestRectangle() local
151 int imageWidth = 100; in maxSameColorRectangle_withFourRectangles_returnsLargestRectangle() local
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/image/
H A DBoundingBoxUtil.java192 float[] values, CoordinateType coordinateType, int imageHeight, int imageWidth) { in convertFromBoundaries()
201 float[] values, CoordinateType coordinateType, int imageHeight, int imageWidth) { in convertFromUpperLeft()
210 float[] values, CoordinateType coordinateType, int imageHeight, int imageWidth) { in convertFromCenter()
229 int imageWidth, in getRectF()
/aosp_15_r20/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
DgenPCLm.cpp255 void PCLmGenerator::writePDFGrammarTrailer(int imageWidth, int imageHeight) { in writePDFGrammarTrailer()
437 int PCLmGenerator::injectRLEStrip(ubyte *RLEBuffer, int numBytes, int imageWidth, int imageHeight, in injectRLEStrip()
526 int PCLmGenerator::injectLZStrip(ubyte *LZBuffer, int numBytes, int imageWidth, int imageHeight, in injectLZStrip()
650 int PCLmGenerator::injectJPEG(char *jpeg_Buff, int imageWidth, int imageHeight, int numCompBytes, in injectJPEG()
764 void PCLmGenerator::writePDFGrammarPage(int imageWidth, int imageHeight, int numStrips, in writePDFGrammarPage()
991 static bool prepImageForBacksideDuplex(ubyte *imagePtr, sint32 imageHeight, sint32 imageWidth, in prepImageForBacksideDuplex()
/aosp_15_r20/external/skia/tests/
H A DSVGDeviceTest.cpp187 void SetImageShader(SkPaint* paint, int imageWidth, int imageHeight, SkTileMode xTile, in SetImageShader()
236 void ImageShaderTestSetup(SkDOM* dom, SkPaint* paint, int imageWidth, int imageHeight, in ImageShaderTestSetup()
249 int imageWidth = 3, imageHeight = 3; in DEF_TEST() local
274 int imageWidth = 3, imageHeight = 3; in DEF_TEST() local
334 int imageWidth = 3, imageHeight = 3; in DEF_TEST() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gles/
H A Dtest_images_2D.cpp41size_t imageWidth, size_t imageHeight, cl_image_format *outFormat, ExplicitType *outType, void **o… in test_cl_image_read()
122size_t imageWidth, size_t imageHeight, cl_image_format *outFormat, ExplicitType *outType, void **o… in test_image_read()
378size_t imageWidth, size_t imageHeight, cl_image_format *outFormat, ExplicitType *outType, void **o… in test_cl_image_write()
470size_t imageWidth, size_t imageHeight, cl_image_format *outFormat, ExplicitType *outType, void **o… in test_image_write()
H A Dtest_renderbuffer.cpp30size_t imageWidth, size_t imageHeight, cl_image_format *outFormat, ExplicitType *outType, void **o… in test_attach_renderbuffer_read_image()
205size_t imageWidth, size_t imageHeight, cl_image_format *outFormat, ExplicitType *outType, MTdata d… in test_attach_renderbuffer_write_to_image()
/aosp_15_r20/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DCropView.java71 final float imageWidth = mRenderer.source.getImageWidth(); in getImageDims() local
86 final float imageWidth = imageDims[0]; in getEdgesHelper() local
164 final float imageWidth = imageDims[0]; in updateMinScale() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiIncrementalPresentTests.cpp209 vk::VkRect2D getRenderFrameRect(size_t frameNdx, uint32_t imageWidth, uint32_t imageHeight) in getRenderFrameRect()
243 …vk::VkPipelineLayout pipelineLayout, vk::VkPipeline pipeline, size_t frameNdx, uint32_t imageWidth, in cmdRenderFrame()
273 … size_t imageNextFrame, size_t currentFrame, uint32_t imageWidth, in createCommandBuffer()
568 const uint32_t imageWidth = in generateSwapchainConfigs() local
719 const uint32_t imageWidth = m_swapchainConfigs[m_swapchainConfigNdx].imageExtent.width; in initSwapchainResources() local
H A DvktWsiSharedPresentableImageTests.cpp236 uint32_t imageWidth, uint32_t imageHeight) in createCommandBuffer()
495 const uint32_t imageWidth = in generateSwapchainConfigs() local
661 const uint32_t imageWidth = m_swapchainConfigs[m_swapchainConfigNdx].imageExtent.width; in initSwapchainResources() local
H A DvktWsiDisplayControlTests.cpp291 … VkPipeline pipeline, uint32_t imageWidth, uint32_t imageHeight) in createCommandBuffer()
487 const uint32_t imageWidth = in createSwapchainConfig() local
651 const uint32_t imageWidth = m_swapchainConfig.imageExtent.width; in initSwapchainResources() local
H A DvktWsiDisplayTimingTests.cpp221 … size_t frameNdx, uint32_t quadCount, uint32_t imageWidth, in createCommandBuffer()
507 const uint32_t imageWidth = in createSwapchainConfig() local
636 const uint32_t imageWidth = m_swapchainConfig.imageExtent.width; in initSwapchainResources() local
/aosp_15_r20/packages/services/Car/car-lib/src/android/car/navigation/
DCarNavigationInstrumentCluster.java87 int imageWidth, int imageHeight, int imageColorDepthBits) { in createCustomImageCluster()
150 int imageWidth, in CarNavigationInstrumentCluster()
/aosp_15_r20/packages/modules/IntentResolver/java/src/com/android/intentresolver/widget/
DRoundedRectImageView.java85 int imageWidth = width - getPaddingRight() - getPaddingLeft(); in updatePath() local
87 mPath.addRoundRect(getPaddingLeft(), getPaddingTop(), imageWidth, imageHeight, mRadius, in updatePath() local
/aosp_15_r20/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DDvrDetailsFragment.java181 int imageWidth = getResources().getDimensionPixelSize(R.dimen.dvr_details_poster_width); in onLoadLogoAndBackgroundImages() local
187 imageWidth, in onLoadLogoAndBackgroundImages() local
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageStraighten.java206 private void updateCurrentCrop(Matrix m, GeometryHolder h, RectF tmp, int imageWidth, in updateCurrentCrop()
251 int imageWidth = image.getWidth(); in onDraw() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gl/
H A Dtest_renderbuffer.cpp70 GLuint glRenderbuffer, size_t imageWidth, size_t imageHeight, in test_attach_renderbuffer_read_image()
300 GLuint glRenderbuffer, size_t imageWidth, size_t imageHeight, in test_attach_renderbuffer_write_to_image()
/aosp_15_r20/packages/apps/Gallery/src/com/android/camera/
DGalleryPicker.java622 int imageWidth, int widthPadding, int imageHeight, in placeImage()
644 int imageWidth = width; in makeMiniThumbBitmap() local
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/
H A DRemoteComposeBuffer.java233 int imageWidth, in drawBitmap()
410 int imageWidth = mPlatform.getImageWidth(image); in addDrawBitmap() local
476 int imageWidth = mPlatform.getImageWidth(image); in drawScaledBitmap() local
512 int imageWidth = mPlatform.getImageWidth(image); in addBitmap() local
531 int imageWidth = mPlatform.getImageWidth(image); in addBitmap() local
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fASTCDecompressionCases.cpp441 const int imageWidth = numXBlocksPerImage * blockSize.x(); in iterate() local
582 const int imageWidth = (MAX_NUM_BLOCKS_X - 1) * blockSize.x() + curRemainderX; in iterate() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageTestsUtil.cpp1030 vk::VkBufferImageCopy makeBufferImageCopy(const uint32_t imageWidth, const uint32_t imageHeight, in makeBufferImageCopy()
1050 vk::VkBufferImageCopy makeBufferImageCopy(const uint32_t imageWidth, const uint32_t imageHeight, in makeBufferImageCopy()
/aosp_15_r20/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DCarNavigationStatusController.java32 int imageWidth, in setCustomImageClusterInfo()
DFakeInstrumentClusterNavigation.java62 int imageWidth, in setCustomImageClusterInfo()
/aosp_15_r20/external/dng_sdk/source/
H A Ddng_lossless_jpeg.cpp314 int32 imageWidth; member
2546 void dng_lossless_decoder::StartRead (uint32 &imageWidth, in StartRead()
2584 uint32 imageWidth; in DecodeLosslessJPEG() local
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DCopyTexImageTest.cpp1270 const GLsizei imageWidth, in initialize3DTexture()
1286 const GLsizei imageWidth, in initialize2DTexture()
1298 const GLsizei imageWidth, in initialize2DTextureUShort4444()

12345678910>>...14