Home
last modified time | relevance | path

Searched refs:seg1 (Results 1 - 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dafcjk.c848 AF_Segment seg1, seg2; in af_cjk_hints_link_segments() local
860 for ( seg1 = segments; seg1 < segment_limit; seg1++ ) in af_cjk_hints_link_segments()
862 if ( seg1->dir != major_dir ) in af_cjk_hints_link_segments()
866 if ( seg2 != seg1 && seg1->dir + seg2->dir == 0 ) in af_cjk_hints_link_segments()
868 FT_Pos dist = seg2->pos - seg1->pos; in af_cjk_hints_link_segments()
875 FT_Pos min = seg1->min_coord; in af_cjk_hints_link_segments()
876 FT_Pos max = seg1 in af_cjk_hints_link_segments()
1073 AF_Segment seg1 = edge->first; af_cjk_hints_compute_edges() local
[all...]
H A Dafhints.h462 #define AF_SEGMENT_DIST( seg1, seg2 ) ( ( (seg1)->pos > (seg2)->pos ) \
463 ? (seg1)->pos - (seg2)->pos \
464 : (seg2)->pos - (seg1)->pos )
H A Daflatin.c1994 AF_Segment seg1, seg2; in af_latin_hints_link_segments() local
2016 for ( seg1 = segments; seg1 < segment_limit; seg1++ ) in af_latin_hints_link_segments()
2018 if ( seg1->dir != axis->major_dir ) in af_latin_hints_link_segments()
2022 /* with seg1 to the `left' of seg2 */ in af_latin_hints_link_segments()
2025 FT_Pos pos1 = seg1->pos; in af_latin_hints_link_segments()
2029 if ( seg1->dir + seg2->dir == 0 && pos2 > pos1 ) in af_latin_hints_link_segments()
2032 FT_Pos min = seg1->min_coord; in af_latin_hints_link_segments()
2033 FT_Pos max = seg1 in af_latin_hints_link_segments()
[all...]
/third_party/skia/tests/
H A DPathOpsAngleTest.cpp459 SkOpSegment* seg1 = contour.first(); in DEF_TEST() local
460 seg1->debugAddAngle(dataArray[index2 + 0].fTStart, dataArray[index2 + 0].fTEnd); in DEF_TEST()
461 SkOpSegment* seg2 = seg1->next(); in DEF_TEST()
465 SkOpAngle& angle1 = *seg1->debugLastAngle(); in DEF_TEST()
H A DPathOpsAngleIdeas.cpp427 SkOpSegment* seg1 = contour.first(); in testQuadAngles() local
428 seg1->debugAddAngle(0, 1); in testQuadAngles()
429 SkOpSegment* seg2 = seg1->next(); in testQuadAngles()
431 int realOverlap = PathOpsAngleTester::ConvexHullOverlaps(*seg1->debugLastAngle(), in testQuadAngles()
550 PathOpsAngleTester::EndsIntersect(*seg1->debugLastAngle(), in testQuadAngles()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11_he.c215 u8 seg1 = hostapd_get_oper_centr_freq_seg1_idx(hapd->iconf); in hostapd_eid_he_operation() local
229 if (seg1) in hostapd_eid_he_operation()
240 seg1 = seg0; in hostapd_eid_he_operation()
248 *pos++ = seg1; in hostapd_eid_he_operation()
H A Ddfs.c22 static int dfs_get_used_n_chans(struct hostapd_iface *iface, int *seg1) in dfs_get_used_n_chans() argument
26 *seg1 = 0; in dfs_get_used_n_chans()
48 *seg1 = 4; in dfs_get_used_n_chans()
374 /* Get idx for seg1 */ in dfs_get_start_chan_idx()
841 "freq=%d chan=%d sec_chan=%d, width=%d, seg0=%d, seg1=%d, cac_time=%ds", in hostapd_handle_dfs()
1274 "seg1=%d cac_time=%ds", in hostapd_dfs_start_cac()
H A Dhostapd.c3504 u8 seg0, seg1; in hostapd_change_config_freq() local
3574 &seg1); in hostapd_change_config_freq()
3576 hostapd_set_oper_centr_freq_seg1_idx(conf, seg1); in hostapd_change_config_freq()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Drrm.c695 u8 seg0, seg1; in wpas_get_op_chan_phy() local
718 seg1 = vht_oper->vht_op_info_chan_center_freq_seg1_idx; in wpas_get_op_chan_phy()
719 if (seg1 && abs(seg1 - seg0) == 8) in wpas_get_op_chan_phy()
721 else if (seg1) in wpas_get_op_chan_phy()
H A Dwpa_supplicant.c2181 int chwidth, seg0, seg1; in ibss_mesh_setup_freq() local
2392 seg1 = 0; in ibss_mesh_setup_freq()
2416 seg1 = vht80[k] + 6; in ibss_mesh_setup_freq()
2445 chwidth, seg0, seg1, vht_caps, in ibss_mesh_setup_freq()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Drrm.c717 u8 seg0, seg1; in wpas_get_op_chan_phy() local
740 seg1 = vht_oper->vht_op_info_chan_center_freq_seg1_idx; in wpas_get_op_chan_phy()
741 if (seg1 && abs(seg1 - seg0) == 8) in wpas_get_op_chan_phy()
743 else if (seg1) in wpas_get_op_chan_phy()
H A Dscan.c2670 u8 seg1 = ie[4]; in wpas_get_est_tpt() local
2676 (seg1 > 0 && abs(seg1 - seg0) == 16))) in wpas_get_est_tpt()
2679 ((seg1 > 0 && abs(seg1 - seg0) == 8) || in wpas_get_est_tpt()
2680 (seg1 > 0 && abs(seg1 - seg0) == 16))) in wpas_get_est_tpt()
H A Dwpa_supplicant.c2598 int chwidth, seg0, seg1; local
2826 seg1 = 0;
2875 seg1 = channel + 6;
2911 chwidth, seg0, seg1, vht_caps,
/third_party/libcoap/examples/
H A Detsi_testcases.sh338 # Perform GET transaction to resource /seg1/seg2/seg3
340 # pre: resource /seg1/seg2/seg3 exists on server
354 testaddress=coap://$SERVERTUP/seg1/seg2/seg3
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Ddfs.c22 static int dfs_get_used_n_chans(struct hostapd_iface *iface, int *seg1) in dfs_get_used_n_chans() argument
26 *seg1 = 0; in dfs_get_used_n_chans()
43 *seg1 = 4; in dfs_get_used_n_chans()
331 /* Get idx for seg1 */ in dfs_get_start_chan_idx()
736 "freq=%d chan=%d sec_chan=%d, width=%d, seg0=%d, seg1=%d, cac_time=%ds", in hostapd_handle_dfs()
1098 "seg1=%d cac_time=%ds", in hostapd_dfs_start_cac()
H A Dhostapd.c3283 u8 seg0, seg1; in hostapd_change_config_freq() local
3337 &seg1); in hostapd_change_config_freq()
3339 hostapd_set_oper_centr_freq_seg1_idx(conf, seg1); in hostapd_change_config_freq()
/third_party/elfio/elfio/
H A Delfio.hpp675 static bool is_subsequence_of( const segment* seg1,
678 // Return 'true' if sections of seg1 are a subset of sections in seg2
679 const std::vector<Elf_Half>& sections1 = seg1->get_sections();
/third_party/skia/src/pathops/
H A DSkOpCoincidence.h257 bool addOverlap(const SkOpSegment* seg1, const SkOpSegment* seg1o,
H A DSkOpCoincidence.cpp893 bool SkOpCoincidence::addOverlap(const SkOpSegment* seg1, const SkOpSegment* seg1o, in addOverlap() argument
896 const SkOpPtT* s1 = overS->find(seg1); in addOverlap()
897 const SkOpPtT* e1 = overE->find(seg1); in addOverlap()
/third_party/python/Lib/test/
H A Dtest_socket.py2505 seg1 = self.cli_conn.recv(len(MSG) - 3)
2507 msg = seg1 + seg2
2523 seg1, addr = self.cli_conn.recvfrom(len(MSG)-3)
2525 msg = seg1 + seg2
3259 seg1, ancdata, flags, addr = self.doRecvmsg(self.serv_sock,
3270 msg = seg1 + seg2

Completed in 55 milliseconds