Home
last modified time | relevance | path

Searched defs:imageWidth (Results 1 - 24 of 24) sorted by relevance

/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_image.h33 const int imageWidth = 100; in GetWidth() local
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/jpeg_yuv_decoder/
H A Djpeg_yuvdata_converter.h33 uint32_t imageWidth = 0; member
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/
H A Dge_aibar_shader_filter.cpp48 float imageWidth = image->GetWidth(); in ProcessImage() local
60 MakeBinarizationShader( float imageWidth, float imageHeight, std::shared_ptr<Drawing::ShaderEffect> imageShader) MakeBinarizationShader() argument
H A Dge_magnifier_shader_filter.cpp63 float imageWidth = image->GetWidth(); in ProcessImage() local
83 MakeMagnifierShader( std::shared_ptr<Drawing::ShaderEffect> imageShader, float imageWidth, float imageHeight) MakeMagnifierShader() argument
H A Dge_mesa_blur_shader_filter.cpp499 BuildStretchMatrixFull(const Drawing::Rect& src, const Drawing::Rect& dst, int imageWidth, int imageHeight) const BuildStretchMatrixFull() argument
515 BuildStretchMatrix(const Drawing::Rect& src, int imageWidth, int imageHeight) const BuildStretchMatrix() argument
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/test/unittest/
H A Dge_magnifier_shader_filter_test.cpp197 float imageWidth = image_->GetWidth(); in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dimage_test.cpp41 int imageWidth = image.GetWidth(); in TestDrawImage() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dpanel_view.cpp100 SetImageInPanel( UIImageView *image, int16_t imageWidth, int16_t imageHeight, const ImageInfo* imageSrc) SetImageInPanel() argument
H A Dvideo_view.cpp364 const int16_t imageWidth = 48; in SetVideoPanel() local
/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H A Dimage_loader_common.cpp162 constexpr IImageContainer::ImageDesc LibBaseImage::ResolveImageDesc(Format format, uint32_t imageWidth, in ResolveImageDesc() argument
202 ImageLoaderManager::LoadResult LibBaseImage::CreateImage(LibBaseImagePtr imageBytes, uint32_t imageWidth, in CreateImage() argument
[all...]
H A Dimage_loader_stb_image.cpp233 constexpr static ImageDesc ResolveImageDesc(Format format, uint32_t imageWidth, uint32_t imageHeight, in ResolveImageDesc() argument
273 static ImageLoaderManager::LoadResult CreateImage(StbImagePtr imageBytes, uint32_t imageWidth, uint32_t imageHeight, in CreateImage() argument
[all...]
/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
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_location_test/src/
H A Dmedialibrary_location_test.cpp311 int32_t imageWidth = 1920; in InsertPhoto() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/background_cloud_file_processor_test/src/
H A Dbackground_cloud_file_processor_test.cpp101 int32_t imageWidth = 1920; in InsertPhoto() local
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_sample_rs.cpp261 int imageWidth = image.GetWidth(); in TestDrawImage() local
H A Ddrawing_sample_canvaskit0310.cpp166 int imageWidth = image.GetWidth(); in TestDrawImage() local
/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() argument
191 uint32_t JpegDecoderYuv::Get420OutPlaneSize(YuvComponentIndex com, int imageWidth, int imageHeight) in Get420OutPlaneSize() argument
[all...]
/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/src/
H A Dgif_encoder.cpp97 uint16_t imageWidth; member
H A Dgif_decoder.cpp815 int32_t imageWidth = saveImagePtr->ImageDesc.Width; in ParseFrameDetail() local
841 SetSavedImageRasterBits(SavedImage *saveImagePtr, int32_t frameIndex, uint64_t imageSize, int32_t imageWidth, int32_t imageHeight) SetSavedImageRasterBits() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/
H A Dside_bar_container_pattern.cpp640 Dimension imageWidth; in CreateControlImage() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_layout_algorithm.cpp291 PlaceHolderMeasureContent(const LayoutConstraintF& contentConstraint, LayoutWrapper* layoutWrapper, float imageWidth) PlaceHolderMeasureContent() argument
360 TextInputMeasureContent(const LayoutConstraintF& contentConstraint, LayoutWrapper* layoutWrapper, float imageWidth) TextInputMeasureContent() argument
372 CalculateContentWidth(const LayoutConstraintF& contentConstraint, LayoutWrapper* layoutWrapper, float imageWidth) CalculateContentWidth() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp978 float imageWidth = 0.f; in Unmarshalling() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp1585 int imageWidth = imageSnapshot->GetWidth(); in DrawSpherize() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp1192 auto imageWidth = Dimension(ConvertDimensionToPx(imageSize.first, rect.Width()), DimensionUnit::PX); in NeedPreloadImage() local
1298 auto imageWidth = Dimension(ConvertDimensionToPx(imageSize.first, rect.Width()), DimensionUnit::PX); in ConvertParticleEmitterOption() local

Completed in 42 milliseconds