/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/ |
H A D | image_utils.h | 35 inline static std::string GenerateImageKey(const ImageSourceInfo& src, const NG::SizeF& targetSize) in GenerateImageKey() argument
|
H A D | static_image_object.cpp | 41 ImageProvider::MakeCanvasImage(Claim(this), ctx, targetSize, in MakeCanvasImage() local 25 MakeCanvasImage( const WeakPtr<ImageLoadingContext>& ctxWp, const SizeF& targetSize, bool forceResize, bool syncLoad) MakeCanvasImage() argument
|
/foundation/arkui/ace_engine/test/mock/core/image_provider/ |
H A D | mock_image_decoder.cpp | 20 ImageDecoder::ImageDecoder(const RefPtr<ImageObject>& objW, const SizeF& targetSize, bool forceResize) {} in ImageDecoder() argument
|
/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/src/ |
H A D | auto_fill_manager_util.cpp | 34 AutoFill::PopupSize targetSize = config.targetSize.value(); in ConvertToPopupUIExtensionConfig() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/preview/ |
H A D | menu_preview_layout_algorithm.cpp | 82 auto targetSize = menuPattern->GetTargetSize(); in UpdateLayoutConstraintForPreview() local
|
/foundation/arkui/ace_engine/frameworks/core/components/menu/ |
H A D | menu_element.cpp | 104 Size targetSize = targetRender->GetPaintSize(); in OnTargetCallback() local
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_node_compute_generic.cpp | 172 const Math::UVec3 targetSize = { desc.width, desc.height, desc.depth }; in ExecuteFrame() local
|
H A D | render_bloom.cpp | 201 const auto targetSize = targets_.tex1Size[0]; local 236 const auto targetSize = targets_.tex1Size[i]; in ComputeDownscale() local 271 const auto targetSize = targets_.tex1Size[i - 1]; ComputeUpscale() local 307 const auto targetSize = baseSize_; ComputeCombine() local 348 const auto targetSize = targets_.tex1Size[0]; RenderDownscaleAndThreshold() local 391 const auto targetSize = targets_.tex1Size[idx]; RenderDownscale() local 440 const auto targetSize = targets_.tex1Size[idx - 1]; RenderUpscale() local 483 const auto targetSize = baseSize_; RenderCombine() local [all...] |
H A D | render_node_single_post_process.cpp | 364 const Math::UVec3 targetSize = { desc.width, desc.height, desc.depth }; in ExecuteSinglePostProcess() local
|
H A D | render_node_shader_passes_generic.cpp | 321 const Math::UVec3 targetSize = { desc.width, desc.height, desc.depth }; in ExecuteFrameCompute() local
|
/foundation/multimodalinput/input/tools/event_inject/src/ |
H A D | get_device_node.cpp | 52 size_t targetSize = iter->second.size(); in GetDeviceNodeName() local
|
/foundation/arkui/ace_engine/interfaces/inner_api/ace/ |
H A D | popup_ui_extension_config.h | 73 std::optional<PopupSize> targetSize;
member
|
/foundation/multimedia/audio_framework/services/audio_service/server/src/ |
H A D | capturer_in_server.cpp | 509 int32_t CapturerInServer::InitCacheBuffer(size_t targetSize) in InitCacheBuffer() argument
|
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/unittest/capturer_test/src/ |
H A D | inner_capturer_unit_test.cpp | 151 size_t targetSize = 0; in InitRenderer() local
|
/foundation/multimedia/audio_framework/frameworks/native/toneplayer/src/ |
H A D | toneplayer_impl.cpp | 427 size_t targetSize = 0; in InitAudioRenderer() local
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/ |
H A D | native_image_test.cpp | 502 Size targetSize; in HWTEST_F() local
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | post_proc_test.cpp | 221 Size targetSize; in HWTEST_F() local 260 Size targetSize; in HWTEST_F() local 299 Size targetSize; in HWTEST_F() local 338 Size targetSize; HWTEST_F() local 364 Size targetSize; HWTEST_F() local 390 Size targetSize; HWTEST_F() local 416 Size targetSize; HWTEST_F() local [all...] |
/foundation/multimedia/player_framework/frameworks/native/soundpool/ |
H A D | cache_buffer.cpp | 103 size_t targetSize = 0; in CreateAudioRenderer() local
|
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/ |
H A D | thumbnail_source_loading.cpp | 168 bool GenDecodeOpts(const Size &sourceSize, const Size &targetSize, DecodeOptions &decodeOpts)
in GenDecodeOpts() argument 307 Size targetSize = ConvertDecodeSize(data_, imageInfo.size, desiredSize_);
in CreateImagePixelMap() local
|
/foundation/filemanagement/user_file_service/test/unittest/ |
H A D | medialibrary_file_access_test_info.cpp | 1411 int targetSize = 46; in HWTEST_F() local 1456 int targetSize = 23; in HWTEST_F() local 1503 int targetSize = 46; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | sheet_presentation_layout_algorithm.cpp | 195 auto targetSize = geometryNode->GetFrameSize(); in GetPopupStyleSheetOffset() local 200 OffsetF SheetPresentationLayoutAlgorithm::GetOffsetInAvoidanceRule(const SizeF& targetSize, const OffsetF& targetOffset) in GetOffsetInAvoidanceRule() argument 251 bool SheetPresentationLayoutAlgorithm::CheckDirectionBottom(const SizeF& targetSize, const OffsetF& targetOffset) in CheckDirectionBottom() argument 258 bool SheetPresentationLayoutAlgorithm::CheckPlacementBottom(const SizeF& targetSize, cons argument 214 AvoidanceRuleOfPlacement( const Placement& currentPlacement, const SizeF& targetSize, const OffsetF& targetOffset) AvoidanceRuleOfPlacement() argument 270 CheckPlacementBottomLeft(const SizeF& targetSize, const OffsetF& targetOffset) CheckPlacementBottomLeft() argument 278 CheckPlacementBottomRight(const SizeF& targetSize, const OffsetF& targetOffset) CheckPlacementBottomRight() argument 287 GetOffsetWithBottom(const SizeF& targetSize, const OffsetF& targetOffset) GetOffsetWithBottom() argument 294 GetOffsetWithBottomLeft(const SizeF& targetSize, const OffsetF& targetOffset) GetOffsetWithBottomLeft() argument 315 GetOffsetWithBottomRight(const SizeF& targetSize, const OffsetF& targetOffset) GetOffsetWithBottomRight() argument [all...] |
/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/include/ |
H A D | auto_fill_custom_config.h | 76 std::optional<PopupSize> targetSize; member
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialib_statistic_test/src/ |
H A D | media_space_statistics_test.cpp | 390 int64_t targetSize = 0; in CheckQuerySize() local
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_utils_test/src/ |
H A D | medialibrary_utils_test.cpp | 673 Size targetSize; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/animation/ |
H A D | geometry_transition.cpp | 291 auto targetSize = CalcSize(NG::CalcLength(size.Width()), NG::CalcLength(size.Height())); in ModifyLayoutConstraint() local
|