Home
last modified time | relevance | path

Searched defs:sourceSize (Results 1 - 12 of 12) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Drender_texture.cpp33 auto sourceSize = Size(static_cast<double>(texture->GetSrcWidth()), static_cast<double>(texture->GetSrcHeight())); in Update() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/
H A Dimage_decoder.cpp92 std::pair<int32_t, int32_t> sourceSize = source->GetImageSize(); in MakePixmapImage() local
/foundation/arkui/ace_engine/test/mock/core/image_provider/
H A Dmock_image_loading_context.cpp139 void ImageLoadingContext::SetSourceSize(const std::optional<SizeF>& sourceSize) {} in SetSourceSize() argument
91 MakeCanvasImageIfNeed(const SizeF& dstSize, bool incomingNeedResize, ImageFit incomingImageFit, const std::optional<SizeF>& sourceSize, bool hasValidSlice) MakeCanvasImageIfNeed() argument
100 MakeCanvasImage( const SizeF& dstSize, bool needResize, ImageFit imageFit, const std::optional<SizeF>& sourceSize) MakeCanvasImage() argument
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dthumbnail_source_loading.cpp168 bool GenDecodeOpts(const Size &sourceSize, const Size &targetSize, DecodeOptions &decodeOpts) in GenDecodeOpts() argument
192 Size ConvertDecodeSize(ThumbnailData &data, const Size &sourceSize, Size &desiredSize) in ConvertDecodeSize() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_component.cpp169 void ImageComponent::SetImageSourceSize(const std::pair<Dimension, Dimension>& sourceSize) in SetImageSourceSize() argument
H A Drosen_render_image.cpp877 Size sourceSize = (skImage ? Size(skImage->GetWidth(), skImage->GetHeight()) : Size()); local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/fuzztest/medialibrarythumbnail_fuzzer/src/
H A Dmedialibrary_thumbnail_fuzzer.cpp336 Media::Size sourceSize = FuzzSize(data, size); in ThumbnailSourceTest() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H A Dimage_loading_context.cpp546 void ImageLoadingContext::SetSourceSize(const std::optional<SizeF>& sourceSize) in SetSourceSize() argument
459 MakeCanvasImageIfNeed(const SizeF& dstSize, bool autoResize, ImageFit imageFit, const std::optional<SizeF>& sourceSize, bool hasValidSlice) MakeCanvasImageIfNeed() argument
489 MakeCanvasImage( const SizeF& dstSize, bool autoResize, ImageFit imageFit, const std::optional<SizeF>& sourceSize) MakeCanvasImage() argument
[all...]
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/texture_encode/
H A Dimage_compressor.cpp1418 size_t sourceSize = strlen(g_programSource) + 1; // '\0' occupies 1 bytes in AstcClBuildProgram() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_model_ng.cpp447 SizeF sourceSize = in SetImageSourceSize() local
712 SizeF sourceSize = in SetImageSourceSize() local
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_util.cpp42 const size_t sourceSize = componentCount * componentByteSize * count; in Read() local
/foundation/multimedia/media_foundation/engine/plugin/plugins/minimp3_adapter/
H A Dminimp3_demuxer_plugin.cpp683 uint64_t sourceSize = 0; in Sniff() local

Completed in 17 milliseconds