Home
last modified time | relevance | path

Searched +defs:content +defs:type (Results 1 – 25 of 141) sorted by relevance

123456

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
Drs_property_drawable_utilities.cpp26 void RSAliasDrawable::Draw(const RSRenderContent& content, RSPaintFilterCanvas& canvas) const in Draw() argument
33 RSSaveDrawable::RSSaveDrawable(std::shared_ptr<uint32_t> content) : content_(std::move(content)) {} in RSSaveDrawable()
34 void RSSaveDrawable::Draw(const RSRenderContent& content, RSPaintFilterCanvas& canvas) const in Draw() argument
39 RSRestoreDrawable::RSRestoreDrawable(std::shared_ptr<uint32_t> content) : content_(std::move(conten… in RSRestoreDrawable()
40 void RSRestoreDrawable::Draw(const RSRenderContent& content, RSPaintFilterCanvas& canvas) const in Draw() argument
46 std::shared_ptr<RSPaintFilterCanvas::SaveStatus> content, RSPaintFilterCanvas::SaveType type) in RSCustomSaveDrawable()
49 void RSCustomSaveDrawable::Draw(const RSRenderContent& content, RSPaintFilterCanvas& canvas) const in Draw() argument
54 …SCustomRestoreDrawable::RSCustomRestoreDrawable(std::shared_ptr<RSPaintFilterCanvas::SaveStatus> c… in RSCustomRestoreDrawable()
57 void RSCustomRestoreDrawable::Draw(const RSRenderContent& content, RSPaintFilterCanvas& canvas) con… in Draw() argument
64 RSModifierDrawable::RSModifierDrawable(RSModifierType type) : type_(type) {} in RSModifierDrawable()
[all …]
Drs_property_drawable.cpp39 RSPaintFilterCanvas::SaveType type = RSPaintFilterCanvas::kCanvas) in GenerateSaveRestore()
266 … for (uint8_t type = 0; type < static_cast<size_t>(RSModifierType::MAX_RS_MODIFIER_TYPE); type++) { in GenerateDirtySlots() local
312const RSRenderContent& content, DrawableVec& drawableVec, std::unordered_set<RSPropertyDrawableSlo… in UpdateDrawableVec()
355 uint8_t CalculateDrawableVecStatus(RSRenderContent& content, const RSPropertyDrawable::DrawableVec&… in CalculateDrawableVecStatus()
399 void OptimizeBoundsSaveRestore(RSRenderContent& content, RSPropertyDrawable::DrawableVec& drawableV… in OptimizeBoundsSaveRestore()
457 void OptimizeFrameSaveRestore(RSRenderContent& content, RSPropertyDrawable::DrawableVec& drawableVe… in OptimizeFrameSaveRestore()
475 void RSPropertyDrawable::InitializeSaveRestore(const RSRenderContent& content, DrawableVec& drawabl… in InitializeSaveRestore()
485 RSRenderContent& content, DrawableVec& drawableVec, uint8_t& drawableVecStatus) in UpdateSaveRestore()
/foundation/arkui/ace_engine/advanced_ui_component/selectionmenu/interfaces/
Dselectionmenu.js33 'type': 10001, property
40 'type': 10001, property
47 'type': 10002, property
54 'type': 10002, property
61 'type': 20000, property
68 'type': 20000, property
75 'type': 20000, property
82 'type': 20000, property
89 'type': 20000, property
96 'type': 20000, property
[all …]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rspropertydrawableutilities_fuzzer/
Drspropertydrawableutilities_fuzzer.cpp77 RSRenderContent content; in DoRSAliasDrawable() local
94 auto content = std::make_shared<uint32_t>(value); in DoRSSaveDrawable() local
118 auto content = std::make_shared<uint32_t>(value); in DoRSRestoreDrawable() local
141 auto content = std::make_shared<RSPaintFilterCanvas::SaveStatus>(); in DoRSCustomSaveDrawable() local
143 RSPaintFilterCanvas::SaveType type = (RSPaintFilterCanvas::SaveType)value; in DoRSCustomSaveDrawable() local
167 auto content = std::make_shared<RSPaintFilterCanvas::SaveStatus>(); in DoRSCustomRestoreDrawable() local
196 RSRenderContent content; in DoRSAlphaDrawable() local
220 RSRenderContent content; in DoRSAlphaOffscreenDrawable() local
237 RSModifierType type = (RSModifierType)value; in DoRSModifierDrawable() local
244 RSRenderContent content; in DoRSModifierDrawable() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/
Dauxiliary_picture.cpp28 std::unique_ptr<AuxiliaryPicture> AuxiliaryPicture::Create(std::shared_ptr<PixelMap> &content, in Create()
29 AuxiliaryPictureType type, Size size) in Create()
42 AuxiliaryPictureType type, Size size) in Create()
53 void AuxiliaryPicture::SetType(AuxiliaryPictureType type) in SetType()
73 void AuxiliaryPicture::SetContentPixel(std::shared_ptr<PixelMap> content) in SetContentPixel()
94 std::shared_ptr<ImageMetadata> AuxiliaryPicture::GetMetadata(MetadataType type) in GetMetadata()
103 void AuxiliaryPicture::SetMetadata(MetadataType type, std::shared_ptr<ImageMetadata> metadata) in SetMetadata()
110 bool AuxiliaryPicture::HasMetadata(MetadataType type) in HasMetadata()
215 MetadataType type = static_cast<MetadataType>(parcel.ReadInt32()); in Unmarshalling() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
Drs_property_drawable_utilities_test.cpp63 RSRenderContent content; variable
66 RSModifierType type = RSModifierType::BOUNDS; variable
95 RSRenderContent content; variable
/foundation/arkui/advanced_ui_component/interface/swiperefresher/
Dswiperefresher.js50 get content() { getter in SwipeRefresher
54 set content(e) { setter in SwipeRefresher
97 type: 10001, property
104 type: 10002, property
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/audiomanagertestutils/include/
Daudio_manager_test_utils.h82 int32_t SendMessage(uint32_t type, std::string content, std::string dstDevId) override in SendMessage()
139 int32_t SendMessage(uint32_t type, std::string content, std::string dstDevId) override in SendMessage()
/foundation/arkui/ace_engine/advanced_ui_component/swiperefresher/interfaces/
Dswiperefresher.js79 get content() { getter in SwipeRefresher
82 set content(q11) { setter in SwipeRefresher
156 …Text.fontColor({ 'id': -1, 'type': 10001, params: ['sys.color.ohos_id_color_text_secondary'], 'bun… property
157 …Text.fontSize({ 'id': -1, 'type': 10002, params: ['sys.float.ohos_id_text_size_body2'], 'bundleNam… property
/foundation/arkui/advanced_ui_component/interface/progressbutton/
Dprogressbutton.js89 get content() { getter in ProgressButton
93 set content(e) { setter in ProgressButton
138 type: 10001, property
147 type: 10001, property
153 type: 10001, property
200 type: 10002, property
208 type: 10001, property
214 type: 10001, property
/foundation/multimedia/image_framework/frameworks/kits/js/common/picture_ndk/
Dpicture_native_impl.cpp49 OH_AuxiliaryPictureNative::OH_AuxiliaryPictureNative(std::shared_ptr<OHOS::Media::PixelMap> &conten… in OH_AuxiliaryPictureNative()
50 OHOS::Media::AuxiliaryPictureType type, OHOS::Media::Size size) in OH_AuxiliaryPictureNative()
/foundation/arkui/ace_engine/advanced_ui_component/formmenu/interfaces/
Dformmenu_preview.js71 'type': 20000, property
76 content: { property
78 'type': 10003, property
Dformmenu.js81 'type': 20000, property
86 content: { property
88 'type': 10003, property
/foundation/distributeddatamgr/pasteboard/interfaces/ndk/unittest/
Dpasteboard_capi_test.cpp138 void PasteboardCapiTest::CallbackFunc(void* context, Pasteboard_NotifyType type) in CallbackFunc()
150 void* PasteboardCapiTest::GetDataCallback(void* context, const char* type) in GetDataCallback()
364 char content[] = "hello world"; variable
391 char content[] = "hello world"; variable
397 char type[] = "general.plain-text"; variable
420 char content[] = "hello world"; variable
460 char content[] = "hello world"; variable
486 char content[] = "hello world"; variable
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
Dplain_text.cpp24 PlainText::PlainText(const std::string &content, const std::string &abstract) in PlainText()
34 PlainText::PlainText(UDType type, ValueType value) : Text(type, value) in PlainText()
/foundation/distributedhardware/distributed_audio/services/audioclient/test/unittest/audioclienttestutils/include/
Ddaudio_test_utils.h72 int32_t SendMessage(uint32_t type, std::string content, std::string dstDevId) override in SendMessage()
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/screenregionmgr/2.0/src/
Dav_receiver_engine_adapter_test.cpp117 uint32_t type = 0; variable
118 std::string content = "content"; variable
/foundation/distributedhardware/distributed_audio/services/audiotransport/test/unittest/receiverengine/src/
Dav_receiver_engine_adapter_test.cpp150 uint32_t type = 0; variable
151 std::string content = "content"; variable
Dav_receiver_engine_transport_test.cpp155 uint32_t type = 0; variable
156 std::string content = "content"; variable
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/managersink/src/
Ddaudio_sink_manager_test.cpp70 std::string content = "1"; variable
71 int32_t type = 1; variable
244 std::string content = ""; variable
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/2.0/src/
Dav_sender_engine_adapter_test.cpp165 uint32_t type = 0; variable
166 std::string content = "content"; variable
/foundation/distributedhardware/distributed_audio/services/audiotransport/test/unittest/senderengine/src/
Dav_sender_engine_adapter_test.cpp196 uint32_t type = 0; variable
197 std::string content = "content"; variable
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/
Dav_trans_message.cpp31 AVTransMessage::AVTransMessage(uint32_t type, std::string content, std::string dstDevId) in AVTransMessage()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/inner_kits/src/
Dav_trans_control_center_callback_stub.cpp83 uint32_t type = data.ReadUint32(); in NotifyInner() local
84 std::string content = data.ReadString(); in NotifyInner() local
/foundation/graphic/graphic_3d/lume/metaobject/src/
Dobject_hierarchy_observer.cpp104 if (const auto content = interface_cast<IContent>(object)) { in Subscribe() local
179 if (const auto content = interface_pointer_cast<IContent>(object_)) { in NotifyContentChangeOp() local
314 const IObject::Ptr& root, HierarchyChangeObjectType type, const IObject::WeakPtr& parent) in Subscribe()
331 if (const auto content = interface_cast<IContent>(root)) { in Subscribe() local
343 const IObject::Ptr& object, HierarchyChangeObjectType type, const IObject::WeakPtr& parent) in AddSubscription()
375 if (const auto content = interface_cast<IContent>(root)) { in Unsubscribe() local

123456