HomeSort by: relevance | last modified time | path
    Searched refs:SUB_INT32 (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/freetype/dist/src/psaux/
psblues.c 197 zoneHeight = SUB_INT32( blues->zone[blues->count].csTopEdge,
246 zoneHeight = SUB_INT32( blues->zone[blues->count].csTopEdge,
304 diff = cf2_fixedAbs( SUB_INT32( flatEdge, flatFamilyEdge ) );
322 diff = cf2_fixedAbs( SUB_INT32( flatEdge, flatFamilyEdge ) );
345 diff = cf2_fixedAbs( SUB_INT32( flatEdge, flatFamilyEdge ) );
492 if ( SUB_INT32( blues->zone[i].csBottomEdge, csFuzz ) <=
502 else if ( SUB_INT32( blues->zone[i].csTopEdge,
518 dsMove = SUB_INT32( dsNew, bottomHintEdge->dsCoord );
527 if ( SUB_INT32( blues->zone[i].csBottomEdge, csFuzz ) <=
537 else if ( SUB_INT32( topHintEdge->csCoord
    [all...]
pshints.c 77 return ( x1 >> 16 ) * ( SUB_INT32( y2, y1 ) >> 16 ) -
78 ( y1 >> 16 ) * ( SUB_INT32( x2, x1 ) >> 16 );
108 width = SUB_INT32( stemHint->max, stemHint->min );
361 return ADD_INT32( FT_MulFix( SUB_INT32( csCoord,
372 return ADD_INT32( FT_MulFix( SUB_INT32( csCoord,
545 FT_DivFix( SUB_INT32( hintmap->edge[i].dsCoord,
547 SUB_INT32( hintmap->edge[i].csCoord,
555 FT_DivFix( SUB_INT32( hintmap->edge[j].dsCoord,
557 SUB_INT32( hintmap->edge[j].csCoord,
692 FT_MulFix( SUB_INT32( secondHintEdge->csCoord
    [all...]
psintrp.c 368 cf2_fixedAbs( SUB_INT32( vals[10], *curX ) ) >
369 cf2_fixedAbs( SUB_INT32( vals[11], *curY ) ) );
1229 SUB_INT32( SUB_INT32( v1, v0 ),
1233 SUB_INT32( SUB_INT32( v2, v1 ),
1582 SUB_INT32( minuend, subtrahend ) );
1953 SUB_INT32( minuend,
  /xsrc/external/mit/freetype/dist/include/freetype/internal/
ftcalc.h 483 #define SUB_INT32( a, b ) \

Completed in 11 milliseconds