Home
last modified time | relevance | path

Searched refs:props (Results 476 - 500 of 892) sorted by relevance

1...<<11121314151617181920>>...36

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dmenu_item_model_impl.h25 void Create(const MenuItemProperties& props) override;
/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/PropertyTools/
H A Dproperty_api_impl.h35 PropertyApiImpl(BlockType* data, BASE_NS::array_view<const Property> props);
/foundation/graphic/graphic_3d/kits/js/include/
H A DMaterialJS.h28 BASE_NS::vector<napi_property_descriptor>& props);
/foundation/filemanagement/user_file_service/interfaces/kits/picker/include/
H A Dpicker_napi_utils.h62 std::vector<napi_property_descriptor> props; member
/foundation/window/window_manager/wm/include/
H A Dwindow_manager_agent.h30 void UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarRegionTints& props) override;
H A Dwindow_manager_agent_lite.h30 void UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarRegionTints& props) override {};
/third_party/icu/tools/unicode/c/genprops/
H A Dgenprops.h37 virtual void setProps(const icu::UniProps &props, const icu::UnicodeSet &newValues, UErrorCode &errorCode);
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_target_nvc0.h41 void initProps(const struct nvc0_opProperties *props, int size);
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-shape.cc129 hb_shape_plan_t *shape_plan = hb_shape_plan_create_cached2 (font->face, &buffer->props, in hb_shape_full()
H A Dhb-directwrite.cc605 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 Dhb-ot-shape-complex-arabic.cc212 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 Dhb-uniscribe.cc690 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 DquickIntersectionCheckCorrectlyCachesErrors.js3 (props: P & { children?: boolean }): void;
H A DintersectionThisTypes.js30 extend<T>(props: T): this & T;
H A DjsxViaImport.2.js5 interface ElementAttributesProperty { props; }
H A DjsxViaImport.js5 interface ElementAttributesProperty { props; }
H A DgenericFunctionInference1.js99 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 Dradv_formats.c1204 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 Dasync_lock_manager.cpp112 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 Dimage_analyzer_manager.cpp292 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 Dskia_canvas_autocache.cpp588 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 Decma-builtin-object.c763 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 Dfm.cpp322 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 Dconfig_helper_vulkan.cc1185 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 DSkCanvas.h121 @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...]

Completed in 18 milliseconds

1...<<11121314151617181920>>...36