/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | menu_item_model_impl.h | 25 void Create(const MenuItemProperties& props) override;
|
/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/PropertyTools/ |
H A D | property_api_impl.h | 35 PropertyApiImpl(BlockType* data, BASE_NS::array_view<const Property> props);
|
/foundation/graphic/graphic_3d/kits/js/include/ |
H A D | MaterialJS.h | 28 BASE_NS::vector<napi_property_descriptor>& props);
|
/foundation/filemanagement/user_file_service/interfaces/kits/picker/include/ |
H A D | picker_napi_utils.h | 62 std::vector<napi_property_descriptor> props; member
|
/foundation/window/window_manager/wm/include/ |
H A D | window_manager_agent.h | 30 void UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarRegionTints& props) override;
|
H A D | window_manager_agent_lite.h | 30 void UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarRegionTints& props) override {};
|
/third_party/icu/tools/unicode/c/genprops/ |
H A D | genprops.h | 37 virtual void setProps(const icu::UniProps &props, const icu::UnicodeSet &newValues, UErrorCode &errorCode);
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_target_nvc0.h | 41 void initProps(const struct nvc0_opProperties *props, int size);
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-shape.cc | 129 hb_shape_plan_t *shape_plan = hb_shape_plan_create_cached2 (font->face, &buffer->props, in hb_shape_full()
|
H A D | hb-directwrite.cc | 605 readingDirection = buffer->props.direction ? in _hb_directwrite_shape() 632 bool isRightToLeft = HB_DIRECTION_IS_BACKWARD (buffer->props.direction); in _hb_directwrite_shape() 635 if (buffer->props.language) in _hb_directwrite_shape() 637 hb_language_to_string (buffer->props.language), 20); in _hb_directwrite_shape()
|
H A D | hb-ot-shape-complex-arabic.cc | 212 bool has_fallback = plan->props.script == HB_SCRIPT_ARABIC && !FEATURE_IS_SYRIAC (arabic_features[i]); in collect_features_arabic() 223 if (plan->props.script == HB_SCRIPT_ARABIC) in collect_features_arabic() 266 arabic_plan->do_fallback = plan->props.script == HB_SCRIPT_ARABIC; in data_create_arabic() 379 setup_masks_arabic_plan (arabic_plan, buffer, plan->props.script); in setup_masks_arabic()
|
H A D | hb-uniscribe.cc | 690 bidi_state.uBidiLevel = HB_DIRECTION_IS_FORWARD (buffer->props.direction) ? 0 : 1; in _hb_uniscribe_shape() 708 hb_ot_tags_from_script_and_language (buffer->props.script, in _hb_uniscribe_shape() 709 buffer->props.language, in _hb_uniscribe_shape() 733 bool backward = HB_DIRECTION_IS_BACKWARD (buffer->props.direction); in _hb_uniscribe_shape()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | quickIntersectionCheckCorrectlyCachesErrors.js | 3 (props: P & { children?: boolean }): void;
|
H A D | intersectionThisTypes.js | 30 extend<T>(props: T): this & T;
|
H A D | jsxViaImport.2.js | 5 interface ElementAttributesProperty { props; }
|
H A D | jsxViaImport.js | 5 interface ElementAttributesProperty { props; }
|
H A D | genericFunctionInference1.js | 99 props: P; 100 constructor(props: P); 103 type CompClass<P> = new (props: P) => Comp<P>; 170 type Component<P> = (props: P) => {};
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_formats.c | 1204 const VkFormatProperties3 *props) in radv_get_modifier_flags() 1212 features = props->linearTilingFeatures; in radv_get_modifier_flags() 1214 features = props->optimalTilingFeatures; in radv_get_modifier_flags() 1356 VkImageFormatProperties *props, VkFormat format, uint64_t modifier) in radv_check_modifier_support() 1421 props->maxMipLevels = 1; in radv_check_modifier_support() 1422 props->maxArrayLayers = 1; in radv_check_modifier_support() 1426 props->maxExtent.width = MIN2(props->maxExtent.width, max_width); in radv_check_modifier_support() 1427 props->maxExtent.height = MIN2(props in radv_check_modifier_support() 1203 radv_get_modifier_flags(struct radv_physical_device *dev, VkFormat format, uint64_t modifier, const VkFormatProperties3 *props) radv_get_modifier_flags() argument 1354 radv_check_modifier_support(struct radv_physical_device *dev, const VkPhysicalDeviceImageFormatInfo2 *info, VkImageFormatProperties *props, VkFormat format, uint64_t modifier) radv_check_modifier_support() argument [all...] |
/commonlibrary/ets_utils/js_concurrent_module/utils/locks/ |
H A D | async_lock_manager.cpp | 112 napi_property_descriptor props[] = { in Init() local 122 sizeof(props) / sizeof(props[0]), props, nullptr, &asyncLockManagerClass); in Init()
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | image_analyzer_manager.cpp | 292 auto props = DynamicCast<NG::ImageLayoutProperty>(layoutProps); in UpdateAnalyzerUIConfig() local 293 CHECK_NULL_VOID(props); in UpdateAnalyzerUIConfig() 294 if (analyzerUIConfig_.imageFit != props->GetImageFit().value_or(ImageFit::COVER)) { in UpdateAnalyzerUIConfig() 295 analyzerUIConfig_.imageFit = props->GetImageFit().value_or(ImageFit::COVER); in UpdateAnalyzerUIConfig()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_canvas_autocache.cpp | 588 const SkSurfaceProps& props)
in onNewSurface() 590 return this->proxy()->makeSurface(info, &props);
in onNewSurface() 619 bool SkiaCanvasAutoCache::onGetProps(SkSurfaceProps* props) const
in onGetProps() 621 return this->proxy()->getProps(props);
in onGetProps() 587 onNewSurface(const SkImageInfo& info, const SkSurfaceProps& props) onNewSurface() argument
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
H A D | ecma-builtin-object.c | 763 ecma_value_t props = ecma_op_to_object (arg2); in ecma_builtin_object_object_define_properties() local 765 if (ECMA_IS_VALUE_ERROR (props)) in ecma_builtin_object_object_define_properties() 767 return props; in ecma_builtin_object_object_define_properties() 770 ecma_object_t *props_p = ecma_get_object_from_value (props); in ecma_builtin_object_object_define_properties()
|
/third_party/skia/tools/fm/ |
H A D | fm.cpp | 322 SkSurfaceProps props(flags, kRGB_H_SkPixelGeometry); in draw_with_gpu() 332 &props); in draw_with_gpu() 342 &props); in draw_with_gpu() 351 &props); in draw_with_gpu()
|
/third_party/vk-gl-cts/external/amber/src/samples/ |
H A D | config_helper_vulkan.cc | 1185 const VkPhysicalDeviceProperties& props = properties2.properties; in DumpPhysicalDeviceInfo() local 1187 uint32_t api_version = props.apiVersion; in DumpPhysicalDeviceInfo() 1194 std::cout << " driverVersion: " << props.driverVersion << std::endl; in DumpPhysicalDeviceInfo() 1195 std::cout << " vendorID: " << props.vendorID << std::endl; in DumpPhysicalDeviceInfo() 1196 std::cout << " deviceID: " << props.deviceID << std::endl; in DumpPhysicalDeviceInfo() 1197 std::cout << " deviceType: " << deviceTypeToName(props.deviceType) in DumpPhysicalDeviceInfo() 1199 std::cout << " deviceName: " << props.deviceName << std::endl; in DumpPhysicalDeviceInfo()
|
/third_party/skia/include/core/ |
H A D | SkCanvas.h | 121 @param props LCD striping orientation and setting for device independent fonts; 127 const SkSurfaceProps* props = nullptr); 171 If props equals nullptr, SkSurfaceProps are created with 179 @param props LCD striping orientation and setting for device independent fonts; 185 SkCanvas(int width, int height, const SkSurfaceProps* props = nullptr); 224 Use props to match the device characteristics, like LCD striping. 231 @param props order and orientation of RGB striping; and whether to use 237 SkCanvas(const SkBitmap& bitmap, const SkSurfaceProps& props); 256 GPU surface, and returns true. Otherwise, returns false and leave props unchanged. 258 @param props storag [all...] |