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

/external/freetype/src/autofit/
H A Dafcjk.c754 AF_Segment seg1, seg2; local
766 for ( seg1 = segments; seg1 < segment_limit; seg1++ )
768 if ( seg1->dir != major_dir )
772 if ( seg2 != seg1 && seg1->dir + seg2->dir == 0 )
774 FT_Pos dist = seg2->pos - seg1->pos;
781 FT_Pos min = seg1->min_coord;
782 FT_Pos max = seg1
982 AF_Segment seg1 = edge->first; local
[all...]
H A Dafhints.h468 #define AF_SEGMENT_DIST( seg1, seg2 ) ( ( (seg1)->pos > (seg2)->pos ) \
469 ? (seg1)->pos - (seg2)->pos \
470 : (seg2)->pos - (seg1)->pos )
H A Daflatin2.c972 AF_Segment seg1, seg2; local
982 for ( seg1 = segments; seg1 < segment_mid; seg1++ )
984 if ( seg1->dir != axis->major_dir )
990 for ( seg1 = segments; seg1 < segment_limit; seg1++ )
992 if ( seg1->dir != axis->major_dir )
996 if ( seg1
[all...]
H A Daflatin.c1384 AF_Segment seg1, seg2; local
1406 for ( seg1 = segments; seg1 < segment_limit; seg1++ )
1408 if ( seg1->dir != axis->major_dir )
1412 /* with seg1 to the `left' of seg2 */
1415 FT_Pos pos1 = seg1->pos;
1419 if ( seg1->dir + seg2->dir == 0 && pos2 > pos1 )
1422 FT_Pos min = seg1->min_coord;
1423 FT_Pos max = seg1
[all...]
/external/valgrind/exp-sgcheck/
H A Dpc_common.c141 Seg* seg1; member in struct:__anon16284::__anon16285::__anon16288
191 void h_record_arith_error( Seg* seg1, Seg* seg2, HChar* opname ) argument
196 xe.XE.Arith.seg1 = seg1;
469 Seg* seg1 = xe->XE.Arith.seg1; local
473 tl_assert(BOTTOM != seg1);
482 if (seg1 != seg2) {
483 if (NONPTR == seg1) {
485 } else if (UNKNOWN == seg1) {
[all...]
H A Dpc_common.h45 void h_record_arith_error( Seg* seg1, Seg* seg2, HChar* opname );
/external/skia/tests/
H A DPathOpsAngleTest.cpp456 SkOpSegment* seg1 = contour.first(); local
457 seg1->debugAddAngle(dataArray[index2 + 0].fTStart, dataArray[index2 + 0].fTEnd, &allocator);
458 SkOpSegment* seg2 = seg1->next();
462 SkOpAngle& angle1 = *seg1->debugLastAngle();
H A DPathOpsAngleIdeas.cpp426 SkOpSegment* seg1 = contour.first(); local
427 seg1->debugAddAngle(0, 1, allocator);
428 SkOpSegment* seg2 = seg1->next();
430 int realOverlap = PathOpsAngleTester::ConvexHullOverlaps(*seg1->debugLastAngle(),
549 PathOpsAngleTester::EndsIntersect(*seg1->debugLastAngle(),
/external/wpa_supplicant_8/hostapd/src/ap/
H A Ddfs.c22 static int dfs_get_used_n_chans(struct hostapd_iface *iface, int *seg1) argument
26 *seg1 = 0;
43 *seg1 = 4;
318 /* Get idx for seg1 */
722 "freq=%d chan=%d sec_chan=%d, width=%d, seg0=%d, seg1=%d, cac_time=%ds",
1031 "seg1=%d cac_time=%ds",
/external/wpa_supplicant_8/src/ap/
H A Ddfs.c22 static int dfs_get_used_n_chans(struct hostapd_iface *iface, int *seg1) argument
26 *seg1 = 0;
43 *seg1 = 4;
318 /* Get idx for seg1 */
722 "freq=%d chan=%d sec_chan=%d, width=%d, seg0=%d, seg1=%d, cac_time=%ds",
1031 "seg1=%d cac_time=%ds",
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Ddfs.c22 static int dfs_get_used_n_chans(struct hostapd_iface *iface, int *seg1) argument
26 *seg1 = 0;
43 *seg1 = 4;
318 /* Get idx for seg1 */
722 "freq=%d chan=%d sec_chan=%d, width=%d, seg0=%d, seg1=%d, cac_time=%ds",
1031 "seg1=%d cac_time=%ds",
/external/google-breakpad/src/common/mac/
H A Dmacho_reader_unittest.cc1298 LoadedSection seg1, seg2, seg3;
1301 seg1.Append(128, '@');
1302 seg1.address() = 0xa7f61ef6;
1303 cmd1.Header("head", seg1, 0x88bf1cc7, 0x889a26a4, 0xe9b80d87);
1326 file.Header(&load_commands).Place(&seg1).Place(&seg2).Place(&seg3);
1294 LoadedSection seg1, seg2, seg3; local

Completed in 2457 milliseconds