/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/ |
H A D | ge_aibar_shader_filter.cpp | 48 float imageWidth = image->GetWidth(); in ProcessImage() local 61 float imageWidth, float imageHeight, std::shared_ptr<Drawing::ShaderEffect> imageShader) in MakeBinarizationShader()
|
H A D | ge_magnifier_shader_filter.cpp | 63 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 D | CarNavigationInstrumentCluster.java | 83 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 D | CarNavigationStatusController.java | 32 int imageWidth, in setCustomImageClusterInfo()
|
H A D | FakeInstrumentClusterNavigation.java | 62 int imageWidth, in setCustomImageClusterInfo()
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_image.h | 33 const int imageWidth = 100; in GetWidth() local
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/jpeg_yuv_decoder/ |
H A D | jpeg_yuvdata_converter.h | 33 uint32_t imageWidth = 0; member
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/codec/ |
H A D | _codec_jpeg_dec_info_v10.md | 109 ### imageWidth subsection
|
H A D | _codec_jpeg_dec_info_v20.md | 109 ### imageWidth subsection
|
/aosp12/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/ |
H A D | genPCLm.cpp | 255 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 D | CropView.java | 71 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 D | CropView.java | 71 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 D | DvrDetailsFragment.java | 181 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 D | image_loader_common.cpp | 162 …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 D | image_loader_stb_image.cpp | 233 …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 D | FilmstripItemUtils.java | 90 public static Bitmap loadImageThumbnailFromStream(InputStream stream, int imageWidth, in loadImageThumbnailFromStream()
|
/aosp12/packages/services/BuiltInPrintService/jni/plugins/ |
H A D | wprint_mupdf.c | 44 unsigned int imageWidth; in _mupdf_get_hdr() local
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | panel_view.cpp | 102 int16_t imageWidth, in SetImageInPanel()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/ |
H A D | image_test.cpp | 41 int imageWidth = image.GetWidth(); in TestDrawImage() local
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
H A D | ImageStraighten.java | 206 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 D | GalleryPicker.java | 621 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 D | rs_fly_out_shader_filter.cpp | 125 int imageWidth = image->GetWidth(); in DrawImageRect() local
|
/aosp12/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/ |
H A D | TaskCompressImageToJpeg.java | 174 final int imageWidth; in run() local
|
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/ |
H A D | ImageUtils.java | 97 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 D | jpeg_decoder_yuv.cpp | 167 uint32_t JpegDecoderYuv::Get420OutPlaneWidth(YuvComponentIndex com, int imageWidth) in Get420OutPlaneWidth() 191 uint32_t JpegDecoderYuv::Get420OutPlaneSize(YuvComponentIndex com, int imageWidth, int imageHeight) in Get420OutPlaneSize()
|