/external/freetype/src/autofit/ |
D | afcjk.c | 754 AF_Segment seg1, seg2; in af_cjk_hints_link_segments() local 766 for ( seg1 = segments; seg1 < segment_limit; seg1++ ) in af_cjk_hints_link_segments() 768 if ( seg1->dir != major_dir ) in af_cjk_hints_link_segments() 772 if ( seg2 != seg1 && seg1->dir + seg2->dir == 0 ) in af_cjk_hints_link_segments() 774 FT_Pos dist = seg2->pos - seg1->pos; in af_cjk_hints_link_segments() 781 FT_Pos min = seg1->min_coord; in af_cjk_hints_link_segments() 782 FT_Pos max = seg1->max_coord; in af_cjk_hints_link_segments() 795 if ( dist * 8 < seg1->score * 9 && in af_cjk_hints_link_segments() 796 ( dist * 8 < seg1->score * 7 || seg1->len < len ) ) in af_cjk_hints_link_segments() 798 seg1->score = dist; in af_cjk_hints_link_segments() [all …]
|
D | aflatin2.c | 972 AF_Segment seg1, seg2; in af_latin2_hints_link_segments() local 982 for ( seg1 = segments; seg1 < segment_mid; seg1++ ) in af_latin2_hints_link_segments() 984 if ( seg1->dir != axis->major_dir ) in af_latin2_hints_link_segments() 990 for ( seg1 = segments; seg1 < segment_limit; seg1++ ) in af_latin2_hints_link_segments() 992 if ( seg1->dir != axis->major_dir ) in af_latin2_hints_link_segments() 996 if ( seg1->dir + seg2->dir == 0 && seg2->pos > seg1->pos ) in af_latin2_hints_link_segments() 999 FT_Pos pos1 = seg1->pos; in af_latin2_hints_link_segments() 1008 FT_Pos min = seg1->min_coord; in af_latin2_hints_link_segments() 1009 FT_Pos max = seg1->max_coord; in af_latin2_hints_link_segments() 1023 if ( score < seg1->score ) in af_latin2_hints_link_segments() [all …]
|
D | afhints.h | 468 #define AF_SEGMENT_DIST( seg1, seg2 ) ( ( (seg1)->pos > (seg2)->pos ) \ argument 469 ? (seg1)->pos - (seg2)->pos \ 470 : (seg2)->pos - (seg1)->pos )
|
D | aflatin.c | 1384 AF_Segment seg1, seg2; in af_latin_hints_link_segments() local 1406 for ( seg1 = segments; seg1 < segment_limit; seg1++ ) in af_latin_hints_link_segments() 1408 if ( seg1->dir != axis->major_dir ) in af_latin_hints_link_segments() 1415 FT_Pos pos1 = seg1->pos; in af_latin_hints_link_segments() 1419 if ( seg1->dir + seg2->dir == 0 && pos2 > pos1 ) in af_latin_hints_link_segments() 1422 FT_Pos min = seg1->min_coord; in af_latin_hints_link_segments() 1423 FT_Pos max = seg1->max_coord; in af_latin_hints_link_segments() 1477 if ( score < seg1->score ) in af_latin_hints_link_segments() 1479 seg1->score = score; in af_latin_hints_link_segments() 1480 seg1->link = seg2; in af_latin_hints_link_segments() [all …]
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/ |
D | afcjk.c | 770 AF_Segment seg1, seg2; in af_cjk_hints_link_segments() local 782 for ( seg1 = segments; seg1 < segment_limit; seg1++ ) in af_cjk_hints_link_segments() 784 if ( seg1->dir != major_dir ) in af_cjk_hints_link_segments() 788 if ( seg2 != seg1 && seg1->dir + seg2->dir == 0 ) in af_cjk_hints_link_segments() 790 FT_Pos dist = seg2->pos - seg1->pos; in af_cjk_hints_link_segments() 797 FT_Pos min = seg1->min_coord; in af_cjk_hints_link_segments() 798 FT_Pos max = seg1->max_coord; in af_cjk_hints_link_segments() 811 if ( dist * 8 < seg1->score * 9 && in af_cjk_hints_link_segments() 812 ( dist * 8 < seg1->score * 7 || seg1->len < len ) ) in af_cjk_hints_link_segments() 814 seg1->score = dist; in af_cjk_hints_link_segments() [all …]
|
D | aflatin2.c | 988 AF_Segment seg1, seg2; in af_latin2_hints_link_segments() local 998 for ( seg1 = segments; seg1 < segment_mid; seg1++ ) in af_latin2_hints_link_segments() 1000 if ( seg1->dir != axis->major_dir ) in af_latin2_hints_link_segments() 1006 for ( seg1 = segments; seg1 < segment_limit; seg1++ ) in af_latin2_hints_link_segments() 1008 if ( seg1->dir != axis->major_dir ) in af_latin2_hints_link_segments() 1012 if ( seg1->dir + seg2->dir == 0 && seg2->pos > seg1->pos ) in af_latin2_hints_link_segments() 1015 FT_Pos pos1 = seg1->pos; in af_latin2_hints_link_segments() 1024 FT_Pos min = seg1->min_coord; in af_latin2_hints_link_segments() 1025 FT_Pos max = seg1->max_coord; in af_latin2_hints_link_segments() 1039 if ( score < seg1->score ) in af_latin2_hints_link_segments() [all …]
|
D | afhints.h | 468 #define AF_SEGMENT_DIST( seg1, seg2 ) ( ( (seg1)->pos > (seg2)->pos ) \ argument 469 ? (seg1)->pos - (seg2)->pos \ 470 : (seg2)->pos - (seg1)->pos )
|
D | aflatin.c | 1485 AF_Segment seg1, seg2; in af_latin_hints_link_segments() local 1507 for ( seg1 = segments; seg1 < segment_limit; seg1++ ) in af_latin_hints_link_segments() 1509 if ( seg1->dir != axis->major_dir ) in af_latin_hints_link_segments() 1516 FT_Pos pos1 = seg1->pos; in af_latin_hints_link_segments() 1520 if ( seg1->dir + seg2->dir == 0 && pos2 > pos1 ) in af_latin_hints_link_segments() 1523 FT_Pos min = seg1->min_coord; in af_latin_hints_link_segments() 1524 FT_Pos max = seg1->max_coord; in af_latin_hints_link_segments() 1578 if ( score < seg1->score ) in af_latin_hints_link_segments() 1580 seg1->score = score; in af_latin_hints_link_segments() 1581 seg1->link = seg2; in af_latin_hints_link_segments() [all …]
|
/external/valgrind/exp-sgcheck/ |
D | pc_common.c | 141 Seg* seg1; member 191 void h_record_arith_error( Seg* seg1, Seg* seg2, HChar* opname ) in h_record_arith_error() argument 196 xe.XE.Arith.seg1 = seg1; in h_record_arith_error() 469 Seg* seg1 = xe->XE.Arith.seg1; in pc_pp_Error() local 473 tl_assert(BOTTOM != seg1); in pc_pp_Error() 482 if (seg1 != seg2) { in pc_pp_Error() 483 if (NONPTR == seg1) { in pc_pp_Error() 485 } else if (UNKNOWN == seg1) { in pc_pp_Error() 490 Seg__addr(seg1), Seg__size(seg1) ); in pc_pp_Error() 491 VG_(pp_ExeContext)(Seg__where(seg1)); in pc_pp_Error() [all …]
|
D | pc_common.h | 45 void h_record_arith_error( Seg* seg1, Seg* seg2, HChar* opname );
|
/external/skia/tests/ |
D | PathOpsAngleTest.cpp | 456 SkOpSegment* seg1 = contour.first(); in DEF_TEST() local 457 … seg1->debugAddAngle(dataArray[index2 + 0].fTStart, dataArray[index2 + 0].fTEnd, &allocator); in DEF_TEST() 458 SkOpSegment* seg2 = seg1->next(); in DEF_TEST() 462 SkOpAngle& angle1 = *seg1->debugLastAngle(); in DEF_TEST()
|
D | PathOpsAngleIdeas.cpp | 426 SkOpSegment* seg1 = contour.first(); in testQuadAngles() local 427 seg1->debugAddAngle(0, 1, allocator); in testQuadAngles() 428 SkOpSegment* seg2 = seg1->next(); in testQuadAngles() 430 int realOverlap = PathOpsAngleTester::ConvexHullOverlaps(*seg1->debugLastAngle(), in testQuadAngles() 549 PathOpsAngleTester::EndsIntersect(*seg1->debugLastAngle(), in testQuadAngles()
|
/external/skia/src/pathops/ |
D | SkOpCoincidence.h | 106 void addOverlap(SkOpSegment* seg1, SkOpSegment* seg1o, SkOpSegment* seg2, SkOpSegment* seg2o,
|
D | SkOpCoincidence.cpp | 323 void SkOpCoincidence::addOverlap(SkOpSegment* seg1, SkOpSegment* seg1o, SkOpSegment* seg2, in addOverlap() argument 325 SkOpPtT* s1 = overS->find(seg1); in addOverlap() 326 SkOpPtT* e1 = overE->find(seg1); in addOverlap()
|
/external/wpa_supplicant_8/src/ap/ |
D | dfs.c | 22 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()
|
/external/opencv3/modules/calib3d/src/ |
D | circlesgrid.cpp | 1459 bool CirclesGridFinder::areSegmentsIntersecting(Segment seg1, Segment seg2) in areSegmentsIntersecting() argument 1461 …bool doesStraddle1 = (getDirection(seg2.s, seg2.e, seg1.s) * getDirection(seg2.s, seg2.e, seg1.e))… in areSegmentsIntersecting() 1462 …bool doesStraddle2 = (getDirection(seg1.s, seg1.e, seg2.s) * getDirection(seg1.s, seg1.e, seg2.e))… in areSegmentsIntersecting()
|
D | circlesgrid.hpp | 197 static bool areSegmentsIntersecting(Segment seg1, Segment seg2);
|
/external/google-breakpad/src/common/mac/ |
D | macho_reader_unittest.cc | 1294 LoadedSection seg1, seg2, seg3; in TEST_F() local 1297 seg1.Append(128, '@'); in TEST_F() 1298 seg1.address() = 0xa7f61ef6; in TEST_F() 1299 cmd1.Header("head", seg1, 0x88bf1cc7, 0x889a26a4, 0xe9b80d87); in TEST_F() 1322 file.Header(&load_commands).Place(&seg1).Place(&seg2).Place(&seg3); in TEST_F()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wpa_supplicant.c | 1818 int chwidth, seg0, seg1; in ibss_mesh_setup_freq() local 2007 seg1 = 0; in ibss_mesh_setup_freq() 2031 seg1 = vht80[k] + 6; in ibss_mesh_setup_freq() 2043 chwidth, seg0, seg1, vht_caps) != 0) in ibss_mesh_setup_freq()
|