Home
last modified time | relevance | path

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

123

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/
H A Dge_aibar_shader_filter.cpp48 float imageWidth = image->GetWidth(); in ProcessImage() local
61 float imageWidth, float imageHeight, std::shared_ptr<Drawing::ShaderEffect> imageShader) in MakeBinarizationShader()
H A Dge_magnifier_shader_filter.cpp63 float imageWidth = image->GetWidth(); in ProcessImage() local
84 std::shared_ptr<Drawing::ShaderEffect> imageShader, float imageWidth, float imageHeight) in MakeMagnifierShader()
/aosp12/packages/services/Car/car-lib/src/android/car/navigation/
H A DCarNavigationInstrumentCluster.java83 int imageWidth, int imageHeight, int imageColorDepthBits) { in createCustomImageCluster()
146 int imageWidth, in CarNavigationInstrumentCluster()
/aosp12/packages/services/Car/car-test-lib/src/android/car/testapi/
H A DCarNavigationStatusController.java32 int imageWidth, in setCustomImageClusterInfo()
H A DFakeInstrumentClusterNavigation.java62 int imageWidth, in setCustomImageClusterInfo()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_image.h33 const int imageWidth = 100; in GetWidth() local
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/jpeg_yuv_decoder/
H A Djpeg_yuvdata_converter.h33 uint32_t imageWidth = 0; member
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/codec/
H A D_codec_jpeg_dec_info_v10.md109 ### imageWidth subsection
H A D_codec_jpeg_dec_info_v20.md109 ### imageWidth subsection
/aosp12/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
H A 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()
/aosp12/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
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
/aosp12/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
/aosp12/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
H A DDvrDetailsFragment.java181 int imageWidth = getResources().getDimensionPixelSize(R.dimen.dvr_details_poster_width); in onLoadLogoAndBackgroundImages() local
187 imageWidth, in onLoadLogoAndBackgroundImages() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H A Dimage_loader_common.cpp162 …texpr IImageContainer::ImageDesc LibBaseImage::ResolveImageDesc(Format format, uint32_t imageWidth, in ResolveImageDesc()
202 …oaderManager::LoadResult LibBaseImage::CreateImage(LibBaseImagePtr imageBytes, uint32_t imageWidth, in CreateImage()
H A Dimage_loader_stb_image.cpp233 …constexpr static ImageDesc ResolveImageDesc(Format format, uint32_t imageWidth, uint32_t imageHeig… in ResolveImageDesc()
273 …static ImageLoaderManager::LoadResult CreateImage(StbImagePtr imageBytes, uint32_t imageWidth, uin… in CreateImage()
/aosp12/packages/apps/Camera2/src/com/android/camera/data/
H A DFilmstripItemUtils.java90 public static Bitmap loadImageThumbnailFromStream(InputStream stream, int imageWidth, in loadImageThumbnailFromStream()
/aosp12/packages/services/BuiltInPrintService/jni/plugins/
H A Dwprint_mupdf.c44 unsigned int imageWidth; in _mupdf_get_hdr() local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dpanel_view.cpp102 int16_t imageWidth, in SetImageInPanel()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dimage_test.cpp41 int imageWidth = image.GetWidth(); in TestDrawImage() local
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageStraighten.java206 private void updateCurrentCrop(Matrix m, GeometryHolder h, RectF tmp, int imageWidth, in updateCurrentCrop()
251 int imageWidth = image.getWidth(); in onDraw() local
/aosp12/packages/apps/Gallery/src/com/android/camera/
H A DGalleryPicker.java621 int imageWidth, int widthPadding, int imageHeight, in placeImage()
643 int imageWidth = width; in makeMiniThumbBitmap() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_fly_out_shader_filter.cpp125 int imageWidth = image->GetWidth(); in DrawImageRect() local
/aosp12/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
H A DTaskCompressImageToJpeg.java174 final int imageWidth; in run() local
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/
H A DImageUtils.java97 int imageWidth = Math.min(goldenImage.getWidth(), image.getWidth()); in assertImageSimilar() local
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/jpeg_yuv_decoder/
H A Djpeg_decoder_yuv.cpp167 uint32_t JpegDecoderYuv::Get420OutPlaneWidth(YuvComponentIndex com, int imageWidth) in Get420OutPlaneWidth()
191 uint32_t JpegDecoderYuv::Get420OutPlaneSize(YuvComponentIndex com, int imageWidth, int imageHeight) in Get420OutPlaneSize()

123