Home
last modified time | relevance | path

Searched defs:props (Results 176 - 200 of 750) sorted by relevance

12345678910>>...30

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape.hh63 hb_segment_properties_t props; member
151 hb_segment_properties_t props; member
H A Dhb-shape-plan.cc59 init(bool copy, hb_face_t *face, const hb_segment_properties_t *props, const hb_feature_t *user_features, unsigned int num_user_features, const int *coords, unsigned int num_coords, const char * const *shaper_list) init() argument
188 hb_shape_plan_create(hb_face_t *face, const hb_segment_properties_t *props, const hb_feature_t *user_features, unsigned int num_user_features, const char * const *shaper_list) hb_shape_plan_create() argument
219 hb_shape_plan_create2(hb_face_t *face, const hb_segment_properties_t *props, const hb_feature_t *user_features, unsigned int num_user_features, const int *coords, unsigned int num_coords, const char * const *shaper_list) hb_shape_plan_create2() argument
483 hb_shape_plan_create_cached(hb_face_t *face, const hb_segment_properties_t *props, const hb_feature_t *user_features, unsigned int num_user_features, const char * const *shaper_list) hb_shape_plan_create_cached() argument
515 hb_shape_plan_create_cached2(hb_face_t *face, const hb_segment_properties_t *props, const hb_feature_t *user_features, unsigned int num_user_features, const int *coords, unsigned int num_coords, const char * const *shaper_list) hb_shape_plan_create_cached2() argument
[all...]
/third_party/skia/include/core/
H A DSkSurface.h889 const SkSurfaceProps& props() const { return fProps; } in props() function in SkSurface
/third_party/skia/modules/skottie/src/text/
H A DTextAnimator.h62 ResolvedProps props; // accumulates properties across *all* animators member
/device/soc/hisilicon/common/hal/display/source/display_device/src/drm/
H A Ddrm_device.cpp107 drmModeObjectPropertiesPtr props = drmModeObjectGetProperties(GetDrmFd(), objId, objType); in GetProperty() local
/device/soc/rockchip/common/hardware/display/src/display_device/
H A Ddrm_device.cpp110 drmModeObjectPropertiesPtr props = drmModeObjectGetProperties(GetDrmFd(), objId, objType); in GetProperty() local
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_gpuprops_types.h82 base_gpu_props props; member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_gpuprops_types.h86 base_gpu_props props; member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_gpuprops.c39 static void kbase_gpuprops_construct_coherent_groups(struct base_gpu_props *const props) in kbase_gpuprops_construct_coherent_groups() argument
524 struct base_gpu_props *props = &kprops->props; kbase_gpuprops_populate_user_buffer() local
[all...]
H A Dmali_kbase_gpuprops_types.h90 struct base_gpu_props props; member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory_block_alloc.c263 int mali_mem_block_mali_map(mali_mem_block_mem *block_mem, struct mali_session_data *session, u32 vaddr, u32 props) in mali_mem_block_mali_map() argument
/device/soc/rockchip/rk3399/hardware/display/src/display_device/
H A Ddrm_device.cpp107 drmModeObjectPropertiesPtr props = drmModeObjectGetProperties(GetDrmFd(), objId, objType); in GetProperty() local
/device/soc/rockchip/rk3566/hardware/display/src/display_device/
H A Ddrm_device.cpp107 drmModeObjectPropertiesPtr props = drmModeObjectGetProperties(GetDrmFd(), objId, objType); in GetProperty() local
/device/soc/rockchip/rk3568/hardware/display/src/display_device/
H A Ddrm_device.cpp107 drmModeObjectPropertiesPtr props = drmModeObjectGetProperties(GetDrmFd(), objId, objType); in GetProperty() local
/device/soc/rockchip/rk3588/hardware/display/src/display_device/
H A Ddrm_device.cpp107 drmModeObjectPropertiesPtr props = drmModeObjectGetProperties(GetDrmFd(), objId, objType); in GetProperty() local
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory_block_alloc.c264 int mali_mem_block_mali_map(mali_mem_block_mem *block_mem, struct mali_session_data *session, u32 vaddr, u32 props) in mali_mem_block_mali_map() argument
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_gpuprops.c38 kbase_gpuprops_construct_coherent_groups( struct base_gpu_props * const props) kbase_gpuprops_construct_coherent_groups() argument
792 struct base_gpu_props *props = &kprops->props; kbase_gpuprops_populate_user_buffer() local
[all...]
H A Dmali_kbase_gpuprops_types.h164 struct base_gpu_props props; member
/kernel/linux/linux-5.10/drivers/iio/afe/
H A Diio-rescale.c24 int (*props)(struct device *dev, struct rescale *rescale); member
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H A Dmad.c522 mlx5_query_mad_ifc_port(struct ib_device *ibdev, u8 port, struct ib_port_attr *props) mlx5_query_mad_ifc_port() argument
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_verbs.c65 pvrdma_query_device(struct ib_device *ibdev, struct ib_device_attr *props, struct ib_udata *uhw) pvrdma_query_device() argument
128 pvrdma_query_port(struct ib_device *ibdev, u8 port, struct ib_port_attr *props) pvrdma_query_port() argument
240 pvrdma_modify_device(struct ib_device *ibdev, int mask, struct ib_device_modify *props) pvrdma_modify_device() argument
277 pvrdma_modify_port(struct ib_device *ibdev, u8 port, int mask, struct ib_port_modify *props) pvrdma_modify_port() argument
[all...]
/kernel/linux/linux-5.10/drivers/leds/
H A Dled-core.c424 struct led_properties props = {}; in led_compose_name() local
370 led_parse_fwnode_props(struct device *dev, struct fwnode_handle *fwnode, struct led_properties *props) led_parse_fwnode_props() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/panel/
H A Dpanel-jdi-lt070me05000.c369 struct backlight_properties props; in drm_panel_create_dsi_backlight() local
/kernel/linux/linux-5.10/drivers/i2c/muxes/
H A Di2c-demux-pinctrl.c212 struct property *props; in i2c_demux_pinctrl_probe() local
[all...]
/kernel/linux/linux-5.10/drivers/video/backlight/
H A Dadp5520_bl.c282 struct backlight_properties props; in adp5520_bl_probe() local

Completed in 18 milliseconds

12345678910>>...30