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

  /external/freetype/src/psaux/
psintrp.c 300 *width = ADD_INT32( cf2_stack_getReal( opStack, 0 ),
313 position = ADD_INT32( position,
316 position = ADD_INT32( position,
358 vals[i + 2] = ADD_INT32( vals[i + 2], cf2_stack_getReal( opStack,
375 vals[12] = ADD_INT32( vals[10], lastVal );
381 vals[13] = ADD_INT32( vals[11], lastVal );
387 vals[12] = ADD_INT32( vals[10],
393 vals[13] = ADD_INT32( vals[11],
440 sum = ADD_INT32( sum,
844 *width = ADD_INT32( cf2_stack_getReal( opStack, 0 )
    [all...]
pshints.c 188 hint->csCoord = ADD_INT32( hint->csCoord, 2 * font->darkenY );
190 hint->csCoord = ADD_INT32( hint->csCoord, hintOrigin );
364 return ADD_INT32( FT_MulFix( SUB_INT32( csCoord,
375 return ADD_INT32( FT_MulFix( SUB_INT32( csCoord,
475 ADD_INT32( hintmap->edge[j].dsCoord,
481 ADD_INT32( hintmap->edge[i].dsCoord,
495 ADD_INT32( hintmap->edge[i].dsCoord,
530 hintmap->edge[i].dsCoord = ADD_INT32( hintmap->edge[i].dsCoord,
533 hintmap->edge[j].dsCoord = ADD_INT32( hintmap->edge[j].dsCoord,
582 ADD_INT32( hintmap->edge[j].dsCoord
    [all...]
psblues.c 495 ADD_INT32( blues->zone[i].csTopEdge, csFuzz ) )
530 ADD_INT32( blues->zone[i].csTopEdge, csFuzz ) )
566 bottomHintEdge->dsCoord = ADD_INT32( bottomHintEdge->dsCoord,
573 topHintEdge->dsCoord = ADD_INT32( topHintEdge->dsCoord, dsMove );
psft.c 280 *x_scale = ADD_INT32( decoder->builder.glyph->x_scale, 32 ) / 64;
281 *y_scale = ADD_INT32( decoder->builder.glyph->y_scale, 32 ) / 64;
  /external/tensorflow/tensorflow/core/kernels/hexagon/
hexagon_ops_definitions.cc 119 ADD_INT32,
255 ADD_INT32,
  /external/freetype/include/freetype/internal/
ftcalc.h 429 #define ADD_INT32( a, b ) \
ftobjs.h 105 #define FT_PAD_ROUND_INT32( x, n ) FT_PAD_FLOOR( ADD_INT32( (x), (n) / 2 ), \
107 #define FT_PAD_CEIL_INT32( x, n ) FT_PAD_FLOOR( ADD_INT32( (x), (n) - 1 ), \
109 #define FT_PIX_ROUND_INT32( x ) FT_PIX_FLOOR( ADD_INT32( (x), 32 ) )
110 #define FT_PIX_CEIL_INT32( x ) FT_PIX_FLOOR( ADD_INT32( (x), 63 ) )
    [all...]

Completed in 240 milliseconds