Home
last modified time | relevance | path

Searched defs:props (Results 151 - 175 of 933) sorted by relevance

12345678910>>...38

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dbind_test.cc29 bool Extract(const char *s, UnboundConversion *props, int *next) const { in Extract() argument
85 UnboundConversion props; in TEST_F() local
106 UnboundConversion props; in TEST_F() local
/third_party/skia/gm/
H A Dlcdblendmodes.cpp75 SkSurfaceProps props = SkSurfaceProps(0, kRGB_H_SkPixelGeometry); variable
/third_party/skia/modules/skottie/src/text/
H A DTextAnimator.cpp115 TextAnimator::ResolvedProps TextAnimator::modulateProps(const ResolvedProps& props, in modulateProps() argument
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_gpuprops.c93 kbase_gpuprops_construct_coherent_groups(base_gpu_props *const props) kbase_gpuprops_construct_coherent_groups() argument
434 struct mali_base_gpu_props *props = &kprops->props; kbase_gpuprops_populate_user_buffer() local
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_gpuprops.c94 kbase_gpuprops_construct_coherent_groups(base_gpu_props * const props) kbase_gpuprops_construct_coherent_groups() argument
437 struct mali_base_gpu_props *props = &kprops->props; kbase_gpuprops_populate_user_buffer() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/
H A Doption_paint_method.cpp39 auto props = AceType::DynamicCast<OptionPaintProperty>(paintWrapper->GetPaintProperty()); in PaintCustomDivider() local
74 auto props = DynamicCast<OptionPaintProperty>(paintWrapper->GetPaintProperty()); in PaintDivider() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/particle/
H A Dparticle_pattern.cpp67 auto props = GetEmitterProperty(); in ToJsonValue() local
145 updateEmitterPosition(std::vector<EmitterProperty>& props) updateEmitterPosition() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_layout_algorithm.cpp83 const auto& props = DynamicCast<ImageLayoutProperty>(layoutWrapper->GetLayoutProperty()); in MeasureContent() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/
H A Dgrid_layout_range_solver.cpp25 auto props = AceType::DynamicCast<GridLayoutProperty>(wrapper_->GetLayoutProperty()); in GridLayoutRangeSolver() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dmenu_item_model_impl.cpp21 void MenuItemModelImpl::Create(const MenuItemProperties& props) {} in Create() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_helper.cpp110 auto props = swiper.GetLayoutProperty<SwiperLayoutProperty>(); in SaveDigitIndicatorProperty() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
H A Dtoast_layout_property.h55 auto props = MakeRefPtr<ToastLayoutProperty>(); variable
/foundation/arkui/napi/sample/native_module_systemtest/
H A Djs_test_object_napi.cpp124 napi_value returnValue = nullptr, props = nullptr; in ObjectGetAllPropertyNames() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_program_gles.cpp177 const GLenum props[] = { flag, GL_LOCATION }; in ProcessCombinedSamplers() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/screen_manager/
H A Drs_screen_capability.cpp65 void RSScreenCapability::SetProps(const std::vector<RSScreenProps>& props) in SetProps() argument
110 bool RSScreenCapability::WriteVector(const std::vector<RSScreenProps> &props, Parcel &parcel) const in WriteVector() argument
175 std::vector<RSScreenProps> props; in Unmarshalling() local
21 RSScreenCapability(std::string name, ScreenInterfaceType type, uint32_t phyWidth, uint32_t phyHeight, uint32_t supportLayers, uint32_t virtualDispCount, bool supportWriteBack, const std::vector<RSScreenProps>& props) RSScreenCapability() argument
[all...]
/foundation/filemanagement/user_file_service/interfaces/kits/picker/include/
H A Dpicker_napi_utils.h62 std::vector<napi_property_descriptor> props; member
/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/PropertyTools/
H A Dproperty_data.cpp293 const auto& props = owner_->MetaData(); in Get() local
305 const auto& props = owner_->MetaData(); in Get() local
319 const auto& props = owner_->MetaData(); in PropertyCount() local
328 const auto& props = owner_->MetaData(); in Get() local
344 const auto& props = owner_->MetaData(); Get() local
[all...]
/foundation/multimedia/image_framework/interfaces/kits/native/ndk_test_example/
H A Dmy_pixel_map.cpp45 napi_property_descriptor props[] = { in Init() local
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_stat/
H A Dstat_n_exporter.cpp316 vector<napi_property_descriptor> props = { in Export() local
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_stat_v9/
H A Dstat_n_exporter_v9.cpp255 vector<napi_property_descriptor> props = { in Export() local
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_hash/class_hashstream/
H A Dhashstream_n_exporter.cpp204 vector<napi_property_descriptor> props = { in Export() local
/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/
H A Dcloud_file_cache_napi.cpp81 bool CloudFileCacheNapi::ToExport(std::vector<napi_property_descriptor> props) in ToExport() argument
128 std::vector<napi_property_descriptor> props = { in Export() local
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_stat/
H A Dstat_n_exporter.cpp302 vector<napi_property_descriptor> props = { in Export() local
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_stream/
H A Dstream_n_exporter.cpp493 vector<napi_property_descriptor> props = { in Export() local
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_watcher/
H A Dwatcher_n_exporter.cpp205 vector<napi_property_descriptor> props = { in Export() local

Completed in 20 milliseconds

12345678910>>...38