Home
last modified time | relevance | path

Searched refs:phys (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/freetype/src/pfr/
A Dpfrdrivr.c37 PFR_PhyFont phys = &face->phy_font; in pfr_get_kerning() local
43 if ( phys->outline_resolution != phys->metrics_resolution ) in pfr_get_kerning()
46 avector->x = FT_MulDiv( avector->x, phys->outline_resolution, in pfr_get_kerning()
81 PFR_PhyFont phys = &face->phy_font; in pfr_get_advance() local
84 if ( gindex < phys->num_chars ) in pfr_get_advance()
86 *anadvance = phys->chars[gindex].advance; in pfr_get_advance()
104 PFR_PhyFont phys = &face->phy_font; in pfr_get_metrics() local
110 *anoutline_resolution = phys->outline_resolution; in pfr_get_metrics()
113 *ametrics_resolution = phys->metrics_resolution; in pfr_get_metrics()
121 phys->metrics_resolution ); in pfr_get_metrics()
[all …]
A Dpfrsbit.c535 PFR_PhyFont phys = &face->phy_font; in pfr_slot_load_bitmap() local
542 character = &phys->chars[glyph_index]; in pfr_slot_load_bitmap()
550 strike = phys->strikes; in pfr_slot_load_bitmap()
551 for ( n = 0; n < phys->num_strikes; n++ ) in pfr_slot_load_bitmap()
579 if ( FT_STREAM_SEEK( phys->bct_offset + strike->bct_offset ) || in pfr_slot_load_bitmap()
610 if ( phys->metrics_resolution != phys->outline_resolution ) in pfr_slot_load_bitmap()
612 phys->outline_resolution, in pfr_slot_load_bitmap()
613 phys->metrics_resolution ); in pfr_slot_load_bitmap()
621 phys->metrics_resolution ); in pfr_slot_load_bitmap()
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/common/api/
A Dco_llcp.h444 uint8_t phys; member
A Dco_hci.h4709 uint8_t phys; member
4724 uint8_t phys; member
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dhci_core.c1659 cp->phys = 0; in bt_le_create_conn_ext()
1662 cp->phys |= BT_HCI_LE_EXT_SCAN_PHY_1M; in bt_le_create_conn_ext()
1672 cp->phys |= BT_HCI_LE_EXT_SCAN_PHY_CODED; in bt_le_create_conn_ext()
1708 struct ext_conn_phy_params_t phys[num_phys]; in bt_le_create_conn_ext()
1709 struct ext_conn_phy_params_t *phy = phys; in bt_le_create_conn_ext()
4999 set_param->phys = 0; in start_le_scan_ext()
5009 set_param->phys |= BT_HCI_LE_EXT_SCAN_PHY_1M; in start_le_scan_ext()
5014 set_param->phys |= BT_HCI_LE_EXT_SCAN_PHY_CODED; in start_le_scan_ext()
5048 struct ext_scan_param_t phys[(phy_1m ? sizeof(*phy_1m) : 0) + in start_le_scan_ext()
5050 struct ext_scan_param_t *phy = phys; in start_le_scan_ext()
[all …]
A Dhci_api.c1909 set_param->phys = scan_phys; in hci_api_le_ext_scan_param_set()
1971 cp->phys = init_phys; in hci_api_le_create_conn_ext()
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Dhci.h1159 u8_t phys; member
1190 u8_t phys; member

Completed in 55 milliseconds