Searched refs:MUL_INT32 (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/psaux/ |
D | pshints.c | 1578 if ( dx > MUL_INT32( 2, dy ) ) in cf2_glyphpath_computeOffset() 1584 else if ( dy > MUL_INT32( 2, dx ) ) in cf2_glyphpath_computeOffset() 1603 if ( dx > MUL_INT32( -2, dy ) ) in cf2_glyphpath_computeOffset() 1609 else if ( NEG_INT32( dy ) > MUL_INT32( 2, dx ) ) in cf2_glyphpath_computeOffset() 1631 if ( NEG_INT32( dx ) > MUL_INT32( 2, dy ) ) in cf2_glyphpath_computeOffset() 1635 *y = MUL_INT32( 2, glyphpath->yOffset ); in cf2_glyphpath_computeOffset() 1637 else if ( dy > MUL_INT32( -2, dx ) ) in cf2_glyphpath_computeOffset() 1656 if ( NEG_INT32( dx ) > MUL_INT32( -2, dy ) ) in cf2_glyphpath_computeOffset() 1660 *y = MUL_INT32( 2, glyphpath->yOffset ); in cf2_glyphpath_computeOffset() 1662 else if ( NEG_INT32( dy ) > MUL_INT32( -2, dx ) ) in cf2_glyphpath_computeOffset()
|
D | psfont.c | 454 if ( stdHW > 0 && font->stdVW > MUL_INT32( 2, stdHW ) ) in cf2_font_setup()
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | ftcalc.h | 510 #define MUL_INT32( a, b ) \ macro
|