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

  /external/freetype/src/autofit/
afcjk.c 733 AF_Segment seg1, seg2; local
754 for ( seg2 = segments; seg2 < segment_limit; seg2++ )
755 if ( seg2 != seg1 && seg1->dir + seg2->dir == 0 )
757 FT_Pos dist = seg2->pos - seg1->pos;
769 if ( min < seg2->min_coord )
770 min = seg2->min_coord;
772 if ( max > seg2->max_coord
1088 AF_Segment seg2; local
    [all...]
afhints.h 457 #define AF_SEGMENT_DIST( seg1, seg2 ) ( ( (seg1)->pos > (seg2)->pos ) \
458 ? (seg1)->pos - (seg2)->pos \
459 : (seg2)->pos - (seg1)->pos )
aflatin2.c 945 AF_Segment seg1, seg2; local
960 for ( seg2 = segment_mid; seg2 < segment_limit; seg2++ )
970 for ( seg2 = segments; seg2 < segment_limit; seg2++ )
971 if ( seg1->dir + seg2->dir == 0 && seg2->pos > seg1->pos )
975 FT_Pos pos2 = seg2->pos
1261 AF_Segment seg2; local
    [all...]
aflatin.c 953 AF_Segment seg1, seg2; local
971 /* with seg1 to the `left' of seg2 */
972 for ( seg2 = segments; seg2 < segment_limit; seg2++ )
975 FT_Pos pos2 = seg2->pos;
978 if ( seg1->dir + seg2->dir == 0 && pos2 > pos1 )
987 if ( min < seg2->min_coord )
988 min = seg2->min_coord;
990 if ( max > seg2->max_coord
1251 AF_Segment seg2; local
    [all...]
  /external/valgrind/main/exp-ptrcheck/
pc_common.c 141 Seg* seg2; member in struct:__anon12657::__anon12658::__anon12661
187 void h_record_arith_error( Seg* seg1, Seg* seg2, HChar* opname )
193 xe.XE.Arith.seg2 = seg2;
465 Seg* seg2 = xe->XE.Arith.seg2; local
469 tl_assert(BOTTOM != seg2 && UNKNOWN != seg2);
478 if (seg1 != seg2) {
493 if (NONPTR == seg2) {
    [all...]
pc_common.h 45 void h_record_arith_error( Seg* seg1, Seg* seg2, HChar* opname );
h_main.c     [all...]
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnPathProcessor.cpp 1101 Segment* seg2 = *iter2; local
    [all...]
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-aix5.c 2134 AixSegment seg2; local
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c 1083 NSegment const * seg2; local
    [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 247 milliseconds