Home
last modified time | relevance | path

Searched refs:propertyPtr (Results 1 - 8 of 8) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_dump.cpp247 auto propertyPtr = std::static_pointer_cast<RSRenderProperty<Drawing::DrawCmdListPtr>>(modifier.GetProperty()); in DumpNodeDrawCmdModifier() local
248 auto drawCmdListPtr = propertyPtr ? propertyPtr->Get() : nullptr; in DumpNodeDrawCmdModifier()
263 auto propertyPtr = std::static_pointer_cast<RSRenderAnimatableProperty<Color>>(modifier.GetProperty()); in DumpNodeDrawCmdModifier() local
264 if (propertyPtr) { in DumpNodeDrawCmdModifier()
266 out["ENV_FOREGROUND_COLOR"] = "#" + Hex(propertyPtr->Get().AsRgbaInt()) + " (RGBA)"; in DumpNodeDrawCmdModifier()
270 auto propertyPtr = in DumpNodeDrawCmdModifier() local
272 if (propertyPtr) { in DumpNodeDrawCmdModifier()
274 out["ENV_FOREGROUND_COLOR_STRATEGY"] = static_cast<int>(propertyPtr->Get()); in DumpNodeDrawCmdModifier()
278 auto propertyPtr in DumpNodeDrawCmdModifier() local
287 auto propertyPtr = std::static_pointer_cast<RSRenderAnimatableProperty<Vector4f>>(modifier.GetProperty()); DumpNodeDrawCmdModifier() local
[all...]
H A Drs_profiler_base.cpp991 auto propertyPtr = in CalcNodeCmdListCount() local
994 auto propertyValue = propertyPtr ? propertyPtr->Get() : nullptr; in CalcNodeCmdListCount()
/foundation/multimedia/media_library/frameworks/js/src/
H A Dfetch_file_result_napi.cpp43 propertyPtr = nullptr; in ~FetchFileResultNapi()
94 obj->propertyPtr->fetchFileResult_ = fileResult; in GetFetchResult()
95 obj->propertyPtr->fetchFileResult_->SetInfo(sFetchFileResult_); in GetFetchResult()
100 obj->propertyPtr->fetchAlbumResult_ = albumResult; in GetFetchResult()
101 obj->propertyPtr->fetchAlbumResult_->SetInfo(sFetchAlbumResult_); in GetFetchResult()
107 obj->propertyPtr->fetchPhotoAlbumResult_ = photoAlbumResult; in GetFetchResult()
108 obj->propertyPtr->fetchPhotoAlbumResult_->SetInfo(sFetchPhotoAlbumResult_); in GetFetchResult()
114 obj->propertyPtr->fetchSmartAlbumResult_ = smartResult; in GetFetchResult()
115 obj->propertyPtr->fetchSmartAlbumResult_->SetInfo(sFetchSmartAlbumResult_); in GetFetchResult()
148 obj->propertyPtr in FetchFileResultNapiConstructor()
[all...]
/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_fetch_file_result_napi.cpp43 propertyPtr = nullptr; in ~SendableFetchFileResultNapi()
60 obj->propertyPtr->fetchFileResult_ = fileResult; in GetFetchResult()
61 obj->propertyPtr->fetchFileResult_->SetInfo(sFetchFileResult_); in GetFetchResult()
66 obj->propertyPtr->fetchAlbumResult_ = albumResult; in GetFetchResult()
67 obj->propertyPtr->fetchAlbumResult_->SetInfo(sFetchAlbumResult_); in GetFetchResult()
73 obj->propertyPtr->fetchPhotoAlbumResult_ = photoAlbumResult; in GetFetchResult()
74 obj->propertyPtr->fetchPhotoAlbumResult_->SetInfo(sFetchPhotoAlbumResult_); in GetFetchResult()
80 obj->propertyPtr->fetchSmartAlbumResult_ = smartResult; in GetFetchResult()
81 obj->propertyPtr->fetchSmartAlbumResult_->SetInfo(sFetchSmartAlbumResult_); in GetFetchResult()
114 obj->propertyPtr in FetchFileResultNapiConstructor()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_layout_algorithm.h98 bool CheckSetConstraint(const std::unique_ptr<MeasureProperty>& propertyPtr);
H A Dflex_layout_algorithm.cpp825 bool FlexLayoutAlgorithm::CheckSetConstraint(const std::unique_ptr<MeasureProperty>& propertyPtr) in CheckSetConstraint() argument
827 return propertyPtr && (propertyPtr->minSize || propertyPtr->maxSize); in CheckSetConstraint()
/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/
H A Dsendable_fetch_file_result_napi.h83 std::shared_ptr<SendableFetchResultProperty> propertyPtr; member in OHOS::Media::SendableFetchFileResultNapi
/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dfetch_file_result_napi.h86 std::shared_ptr<FetchResultProperty> propertyPtr; member in OHOS::Media::FetchFileResultNapi

Completed in 8 milliseconds