Home
last modified time | relevance | path

Searched refs:props (Results 526 - 550 of 892) sorted by relevance

1...<<21222324252627282930>>...36

/third_party/typescript/tests/baselines/reference/
H A DjsxFactoryIdentifier.js13 props: any;
H A DjsxFactoryNotIdentifierOrQualifiedName.js13 props: any;
H A DjsxFactoryNotIdentifierOrQualifiedName2.js13 props: any;
H A DjsxFactoryQualifiedName.js13 props: any;
/third_party/skia/modules/skottie/src/text/
H A DTextAnimator.h62 ResolvedProps props; // accumulates properties across *all* animators member
/foundation/arkui/ace_engine_lite/frameworks/src/core/wrapper/
H A Djs.cpp249 void JSGlobal::Del(const char * const props) in Del() argument
252 JSObject::Del(global, props); in Del()
/foundation/graphic/graphic_3d/kits/js/src/
H A DMaterialJS.cpp104 BASE_NS::vector<napi_property_descriptor> props = { in Init() local
109 BaseMaterial::Init("ShaderMaterial", env, exports, BaseObject::ctor<ShaderMaterialJS>(), props); in Init()
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dproxy_object.cpp145 auto props = BASE_NS::move(proxyProperties_); in RefreshProperties() local
146 for (auto&& p : props) { in RefreshProperties()
/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
279 std::move(props)); in Export()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_constants/
H A Dconstants.cpp126 vector<napi_property_descriptor> props = { in Export() local
167 tie(succ, classValue) = NClass::DefineClass(exports_.env_, className, Constants::Constructor, std::move(props)); in Export()
/foundation/filemanagement/user_file_service/frameworks/js/napi/file_access_module/file_info/
H A Dnapi_file_iterator_exporter.cpp32 std::vector<napi_property_descriptor> props = { in Export() local
40 NapiFileIteratorExporter::Constructor, std::move(props)); in Export()
/third_party/lzma/CPP/7zip/
H A DICoder.h170 x(SetCoderPropertiesOpt(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps))
175 x(SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps))
/third_party/node/deps/openssl/openssl/crypto/ffc/
H A Dffc_params.c128 int ossl_ffc_set_digest(FFC_PARAMS *params, const char *alg, const char *props) in ossl_ffc_set_digest() argument
131 params->mdprops = props; in ossl_ffc_set_digest()
/third_party/openssl/crypto/ffc/
H A Dffc_params.c128 int ossl_ffc_set_digest(FFC_PARAMS *params, const char *alg, const char *props) in ossl_ffc_set_digest() argument
131 params->mdprops = props; in ossl_ffc_set_digest()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-buffer.h261 const hb_segment_properties_t *props);
265 hb_segment_properties_t *props);
/third_party/skia/tools/
H A Dremote_demo.cpp138 const SkSurfaceProps props(0, kRGB_H_SkPixelGeometry); in push_font_data()
140 bounds.width(), bounds.height(), props, std::move(colorSpace), true); in push_font_data()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dbind.cc174 bool BindWithPack(const UnboundConversion* props, in BindWithPack() argument
177 return ArgContext(pack).Bind(props, bound); in BindWithPack()
/third_party/skia/gm/
H A Ddftext.cpp66 SkSurfaceProps props(SkSurfaceProps::kUseDeviceIndependentFonts_Flag | inputProps.flags(),
68 auto surface(SkSurface::MakeRenderTarget(ctx, SkBudgeted::kNo, info, 0, &props));
/third_party/vulkan-loader/loader/
H A Dloader.h133 struct loader_layer_properties *props);
142 uint32_t prop_list_count, const VkExtensionProperties *props);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_pattern.cpp426 const auto& props = DynamicCast<ImageLayoutProperty>(host->GetLayoutProperty());
427 CHECK_NULL_RETURN(props, true);
428 const auto& layoutConstraint = props->GetCalcLayoutConstraint();
477 const auto& props = DynamicCast<ImageLayoutProperty>(host->GetLayoutProperty());
478 CHECK_NULL_VOID(props);
479 bool autoResize = props->GetAutoResize().value_or(autoResizeDefault_);
481 ImageFit imageFit = props->GetImageFit().value_or(ImageFit::COVER);
482 const std::optional<SizeF>& sourceSize = props->GetSourceSize();
615 auto props = GetLayoutProperty<ImageLayoutProperty>();
616 CHECK_NULL_VOID(props);
[all...]
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c393 .props = { in dzn_physical_device_cache_caps()
407 .props = { in dzn_physical_device_cache_caps()
420 .props = { in dzn_physical_device_cache_caps()
939 VkImageFormatProperties2 *props) in dzn_GetPhysicalDeviceImageFormatProperties2()
943 return dzn_physical_device_get_image_format_properties(pdev, info, props); in dzn_GetPhysicalDeviceImageFormatProperties2()
964 VkImageFormatProperties2 props = { 0 }; in dzn_GetPhysicalDeviceImageFormatProperties() local
967 dzn_GetPhysicalDeviceImageFormatProperties2(physicalDevice, &info, &props); in dzn_GetPhysicalDeviceImageFormatProperties()
968 *pImageFormatProperties = props.imageFormatProperties; in dzn_GetPhysicalDeviceImageFormatProperties()
1064 VkFormatProperties2 props = { 0 }; in dzn_physical_device_supports_compressed_format() local
1065 dzn_physical_device_get_format_properties(pdev, formats[i], &props); in dzn_physical_device_supports_compressed_format()
937 dzn_GetPhysicalDeviceImageFormatProperties2(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2 *info, VkImageFormatProperties2 *props) dzn_GetPhysicalDeviceImageFormatProperties2() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtabs_model_ng.cpp357 auto props = GetSwiperLayoutProperty(); in SetScrollable() local
358 CHECK_NULL_VOID(props); in SetScrollable()
359 props->UpdateDisableSwipe(!scrollable); in SetScrollable()
836 auto props = GetSwiperLayoutProperty(frameNode); in SetScrollable() local
837 CHECK_NULL_VOID(props); in SetScrollable()
838 props->UpdateDisableSwipe(!scrollable); in SetScrollable()
/third_party/skia/third_party/externals/freetype/src/bdf/
H A Dbdflib.c1129 fp = font->props + *propid; in _bdf_add_property()
1173 if ( FT_QRENEW_ARRAY( font->props, in _bdf_add_property()
1178 fp = font->props + font->props_size; in _bdf_add_property()
1187 fp = font->props + font->props_used; in _bdf_add_property()
1994 if ( FT_NEW_ARRAY( p->font->props, p->cnt ) ) in _bdf_parse_start()
2336 if ( font->props[i].format == BDF_ATOM ) in bdf_free_font()
2337 FT_FREE( font->props[i].value.atom ); in bdf_free_font()
2340 FT_FREE( font->props ); in bdf_free_font()
2386 return propid ? ( font->props + *propid ) : 0; in bdf_get_font_property()
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Ddrag_event.cpp1050 auto props = imageNode->GetLayoutProperty<ImageLayoutProperty>(); in CreatePreviewNode() local
1051 props->UpdateAutoResize(false); in CreatePreviewNode()
1052 props->UpdateImageSourceInfo(ImageSourceInfo(pixelMap)); in CreatePreviewNode()
1054 props->UpdateUserDefinedIdealSize(targetSize); in CreatePreviewNode()
1223 auto props = imageNode->GetLayoutProperty<ImageLayoutProperty>(); in SetPixelMap() local
1224 props->UpdateAutoResize(false); in SetPixelMap()
1225 props->UpdateImageSourceInfo(ImageSourceInfo(pixelMap)); in SetPixelMap()
1227 props->UpdateUserDefinedIdealSize(targetSize); in SetPixelMap()
1416 auto props = columnNode->GetLayoutProperty<LinearLayoutProperty>(); in SetEventColumn() local
1418 props in SetEventColumn()
1968 auto props = imageNode->GetLayoutProperty<ImageLayoutProperty>(); CreateImageNode() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/image/
H A Dimage_pattern_test_ng.cpp724 auto props = AceType::DynamicCast<ImageLayoutProperty>(frameNode->GetLayoutProperty()); in HWTEST_F() local
725 ASSERT_NE(props, nullptr); in HWTEST_F()
726 props->calcLayoutConstraint_ = std::make_unique<MeasureProperty>(); in HWTEST_F()
727 props->calcLayoutConstraint_->selfIdealSize = std::make_optional<CalcSize>(CalcLength(100.0f), CalcLength(200.0f)); in HWTEST_F()

Completed in 21 milliseconds

1...<<21222324252627282930>>...36