/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-aat-layout-feat-table.hh | 180 bool exposes_feature (hb_aat_layout_feature_type_t feature_type) const in exposes_feature() 181 { return get_feature (feature_type).has_data (); } in exposes_feature() 183 const FeatureName& get_feature (hb_aat_layout_feature_type_t feature_type) const in get_feature() 184 { return namesZ.bsearch (featureNameCount, feature_type); } in get_feature() 189 unsigned int get_selector_infos (hb_aat_layout_feature_type_t feature_type, in get_selector_infos() 195 return get_feature (feature_type).get_selector_infos (start_offset, selectors_count, selectors, in get_selector_infos()
|
H A D | hb-aat-layout.cc | 382 * @feature_type: The #hb_aat_layout_feature_type_t of the requested feature type 392 hb_aat_layout_feature_type_t feature_type) in hb_aat_layout_feature_type_get_name_id() 394 return face->table.feat->get_feature_name_id (feature_type); in hb_aat_layout_feature_type_get_name_id() 400 * @feature_type: The #hb_aat_layout_feature_type_t of the requested feature type 420 hb_aat_layout_feature_type_t feature_type, in hb_aat_layout_feature_type_get_selector_infos() 426 return face->table.feat->get_selector_infos (feature_type, start_offset, selector_count, selectors, default_index); in hb_aat_layout_feature_type_get_selector_infos() 391 hb_aat_layout_feature_type_get_name_id(hb_face_t *face, hb_aat_layout_feature_type_t feature_type) hb_aat_layout_feature_type_get_name_id() argument 419 hb_aat_layout_feature_type_get_selector_infos(hb_face_t *face, hb_aat_layout_feature_type_t feature_type, unsigned int start_offset, unsigned int *selector_count, hb_aat_layout_feature_selector_info_t *selectors, unsigned int *default_index ) hb_aat_layout_feature_type_get_selector_infos() argument
|
H A D | hb-aat-layout.h | 733 hb_aat_layout_feature_type_t feature_type); 762 hb_aat_layout_feature_type_t feature_type,
|
/third_party/backends/backend/ |
H A D | avision.c | 1607 if (s->hw->hw->feature_type & AV_NO_64BYTE_ALIGN) {\ 2955 if (dev->hw->feature_type & AV_SOFT_SCALE) { in compute_parameters() 3070 if (dev->hw->feature_type & AV_MULTI_SHEET_SCAN) { in compute_parameters() 3142 if (dev->hw->feature_type & AV_MULTI_SHEET_SCAN) { in compute_parameters() 3370 else if (dev->hw->feature_type & AV_LIGHT_CHECK_BOGUS) { in wait_4_light() 3816 if (dev->hw->feature_type & AV_ADF_FLIPPING_DUPLEX) in get_accessories_info() 3943 if (! (dev->hw->feature_type & AV_INT_BUTTON)) in get_button_status() 4041 if (! (dev->hw->feature_type & AV_INT_BUTTON)) in get_button_status() 4294 if (attaching_hw && (attaching_hw->feature_type & AV_INT_STATUS)) in attach() 4385 if (Avision_Device_List [model_num].feature_type in attach() [all...] |
H A D | avision.h | 236 uint64_t feature_type; member
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitLir.h | 643 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type);
|
H A D | sljitNativePPC_common.c | 650 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument 652 switch (feature_type) { in sljit_has_cpu_feature()
|
H A D | sljitLir.c | 2704 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument 2706 SLJIT_UNUSED_ARG(feature_type); in sljit_has_cpu_feature()
|
H A D | sljitNativeARM_64.c | 384 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument 386 switch (feature_type) { in sljit_has_cpu_feature()
|
H A D | sljitNativeX86_common.c | 735 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument 737 switch (feature_type) { in sljit_has_cpu_feature()
|
H A D | sljitNativeS390X.c | 1648 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument 1651 switch (feature_type) { in sljit_has_cpu_feature()
|
H A D | sljitNativeRISCV_common.c | 530 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument 532 switch (feature_type) { in sljit_has_cpu_feature()
|
H A D | sljitNativeMIPS_common.c | 716 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument 722 switch (feature_type) { in sljit_has_cpu_feature()
|
H A D | sljitNativeARM_32.c | 951 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument 953 switch (feature_type) { in sljit_has_cpu_feature()
|
H A D | sljitNativeARM_T2_32.c | 487 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument 489 switch (feature_type) { in sljit_has_cpu_feature()
|