Home
last modified time | relevance | path

Searched defs:props (Results 1 - 25 of 165) sorted by relevance

1234567

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_layout_property.h37 auto props = MakeRefPtr<DialogLayoutProperty>(); variable
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/particle/mock/
H A Dmock_rosen_particle_context.cpp25 updateEmitterPosition( const RefPtr<FrameNode>& frameNode, std::vector<EmitterProperty>& props) updateEmitterPosition() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_container_pattern.cpp42 auto props = host->GetLayoutProperty(); in BeforeCreateLayoutWrapper() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_item_layout_algorithm.cpp24 auto props = AceType::DynamicCast<GridItemLayoutProperty>(layoutWrapper->GetLayoutProperty()); in Measure() local
36 auto props = AceType::DynamicCast<GridItemLayoutProperty>(layoutWrapper->GetLayoutProperty()); in CreateChildConstraint() local
[all...]
H A Dgrid_utils.cpp47 inline float GetRowGap(const RefPtr<GridLayoutProperty>& props, float frameHeight) in GetRowGap() argument
53 inline float GetColumnGap(const RefPtr<GridLayoutProperty>& props, float frameWidth) in GetColumnGap() argument
60 float GridUtils::GetMainGap(const RefPtr<GridLayoutProperty>& props, const SizeF& frameSize, Axis axis) in GetMainGap() argument
65 float GridUtils::GetCrossGap(const RefPtr<GridLayoutProperty>& props, cons argument
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/
H A Dwater_flow_misc_test.cpp41 auto props = frameNode_->GetPaintProperty<ScrollablePaintProperty>(); in HWTEST_F() local
81 auto props = frameNode_->GetPaintProperty<ScrollablePaintProperty>(); in HWTEST_F() local
126 auto props = frameNode_->GetPaintProperty<ScrollablePaintProperty>(); in HWTEST_F() local
161 auto props = frameNode_->GetPaintProperty<ScrollablePaintProperty>(); HWTEST_F() local
193 auto props = frameNode_->GetPaintProperty<ScrollablePaintProperty>(); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/
H A Dgrid_layout_utils.cpp23 auto props = AceType::DynamicCast<GridLayoutProperty>(wrapper->GetLayoutProperty()); in GetItemSize() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H A Dcontent_root_pattern.cpp27 auto props = host->GetLayoutProperty(); in BeforeCreateLayoutWrapper() local
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_vertex_array_object.cpp41 vector<napi_property_descriptor> props = {}; in Export() local
H A Dwebgl_transform_feedback.cpp41 vector<napi_property_descriptor> props = {}; in Export() local
H A Dwebgl_uniform_location.cpp41 vector<napi_property_descriptor> props = {}; in Export() local
H A Dwebgl_sampler.cpp40 vector<napi_property_descriptor> props = {}; in Export() local
H A Dwebgl_shader.cpp41 vector<napi_property_descriptor> props = {}; in Export() local
H A Dwebgl_sync.cpp42 vector<napi_property_descriptor> props = {}; in Export() local
H A Dwebgl_buffer.cpp44 vector<napi_property_descriptor> props = {}; in Export() local
H A Dwebgl_rendering_context.cpp54 std::vector<napi_property_descriptor> props = { in Export() local
H A Dwebgl_renderbuffer.cpp45 vector<napi_property_descriptor> props = {}; in Export() local
H A Dwebgl_query.cpp42 vector<napi_property_descriptor> props = {}; in Export() local
/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/
H A Dfile_sync_napi.cpp88 std::vector<napi_property_descriptor> props = { in Export() local
/foundation/filemanagement/file_api/interfaces/test/unittest/filemgmt_libn_test/src/
H A Dn_class_test.cpp37 vector<napi_property_descriptor> props = {}; in HWTEST_F() local
/foundation/arkui/ace_engine/test/mock/core/animation/
H A Dmock_animation_manager.cpp21 const auto props = std::move(activeProps_); in CancelAnimations() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_particle_context.cpp43 updateEmitterPosition( const RefPtr<FrameNode>& frameNode, std::vector<EmitterProperty>& props) updateEmitterPosition() argument
/foundation/filemanagement/user_file_service/frameworks/js/napi/file_access_module/root_info/
H A Dnapi_root_iterator_exporter.cpp27 std::vector<napi_property_descriptor> props = { in Export() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsbasescreenmanager_fuzzer/
H A Drsbasescreenmanager_fuzzer.cpp67 std::vector<RSScreenProps> props = {prop}; in RSScreenCapabilityFuzzTest() local
124 RSScreenProps props; in RSScreenPropsFuzzTest() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/screen_manager/
H A Drs_screen_capability_test.cpp75 std::vector<RSScreenProps> props = { rp1, rp2 }; in HWTEST_F() local

Completed in 7 milliseconds

1234567