HomeSort by relevance Sort by last modified time
    Searched refs:seg1 (Results 1 - 16 of 16) sorted by null

  /external/freetype/src/autofit/
afcjk.c 754 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->max_coord
982 AF_Segment seg1 = edge->first; local
    [all...]
afhints.h 468 #define AF_SEGMENT_DIST( seg1, seg2 ) ( ( (seg1)->pos > (seg2)->pos ) \
469 ? (seg1)->pos - (seg2)->pos \
470 : (seg2)->pos - (seg1)->pos )
aflatin2.c 972 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->dir + seg2->dir == 0 && seg2->pos > seg1->pos
    [all...]
aflatin.c 1384 AF_Segment seg1, seg2; local
    [all...]
  /external/valgrind/exp-sgcheck/
pc_common.c 141 Seg* seg1; member in struct:__anon20588::__anon20589::__anon20592
191 void h_record_arith_error( Seg* seg1, Seg* seg2, HChar* opname )
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...]
pc_common.h 45 void h_record_arith_error( Seg* seg1, Seg* seg2, HChar* opname );
  /external/skia/tests/
PathOpsAngleTest.cpp 456 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();
PathOpsAngleIdeas.cpp 426 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(),
    [all...]
  /external/wpa_supplicant_8/src/ap/
dfs.c 22 static int dfs_get_used_n_chans(struct hostapd_iface *iface, int *seg1)
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/
macho_reader_unittest.cc 1294 LoadedSection seg1, seg2, seg3; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_socket.py 744 seg1 = self.cli_conn.recv(len(MSG) - 3)
746 msg = seg1 + seg2
762 seg1, addr = self.cli_conn.recvfrom(len(MSG)-3)
764 msg = seg1 + seg2
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_socket.py 744 seg1 = self.cli_conn.recv(len(MSG) - 3)
746 msg = seg1 + seg2
762 seg1, addr = self.cli_conn.recvfrom(len(MSG)-3)
764 msg = seg1 + seg2
    [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 1341 milliseconds