/external/freetype/src/psaux/ |
D | cffdecode.c | 237 adx = ADD_LONG( adx, decoder->builder.left_bearing.x ); in cff_operator_seac() 238 ady = ADD_LONG( ady, decoder->builder.left_bearing.y ); in cff_operator_seac() 1050 x = ADD_LONG( x, args[-2] ); in cff_decoder_parse_charstrings() 1051 y = ADD_LONG( y, args[-1] ); in cff_decoder_parse_charstrings() 1060 y = ADD_LONG( y, args[-1] ); in cff_decoder_parse_charstrings() 1069 x = ADD_LONG( x, args[-1] ); in cff_decoder_parse_charstrings() 1086 x = ADD_LONG( x, args[0] ); in cff_decoder_parse_charstrings() 1087 y = ADD_LONG( y, args[1] ); in cff_decoder_parse_charstrings() 1119 x = ADD_LONG( x, args[0] ); in cff_decoder_parse_charstrings() 1121 y = ADD_LONG( y, args[0] ); in cff_decoder_parse_charstrings() [all …]
|
D | t1decode.c | 944 tmp = ADD_LONG( tmp, in t1_decoder_parse_charstrings() 986 top[0] = ADD_LONG( top[0], top[1] ); in t1_decoder_parse_charstrings() 1229 builder->left_bearing.x = ADD_LONG( builder->left_bearing.x, in t1_decoder_parse_charstrings() 1235 orig_x = x = ADD_LONG( builder->pos_x, top[0] ); in t1_decoder_parse_charstrings() 1264 builder->left_bearing.x = ADD_LONG( builder->left_bearing.x, in t1_decoder_parse_charstrings() 1266 builder->left_bearing.y = ADD_LONG( builder->left_bearing.y, in t1_decoder_parse_charstrings() 1272 x = ADD_LONG( builder->pos_x, top[0] ); in t1_decoder_parse_charstrings() 1273 y = ADD_LONG( builder->pos_y, top[1] ); in t1_decoder_parse_charstrings() 1303 x = ADD_LONG( x, top[0] ); in t1_decoder_parse_charstrings() 1309 x = ADD_LONG( x, top[0] ); in t1_decoder_parse_charstrings() [all …]
|
/external/freetype/src/base/ |
D | ftcalc.c | 89 return ( ADD_LONG( a, 0x8000L - ( a < 0 ) ) ) & ~0xFFFFL; in FT_RoundFix() 98 return ( ADD_LONG( a, 0xFFFFL ) ) & ~0xFFFFL; in FT_CeilFix() 669 xx = ADD_LONG( FT_MulFix( a->xx, b->xx ), in FT_Matrix_Multiply() 671 xy = ADD_LONG( FT_MulFix( a->xx, b->xy ), in FT_Matrix_Multiply() 673 yx = ADD_LONG( FT_MulFix( a->yx, b->xx ), in FT_Matrix_Multiply() 675 yy = ADD_LONG( FT_MulFix( a->yx, b->xy ), in FT_Matrix_Multiply() 731 xx = ADD_LONG( FT_MulDiv( a->xx, b->xx, val ), in FT_Matrix_Multiply_Scaled() 733 xy = ADD_LONG( FT_MulDiv( a->xx, b->xy, val ), in FT_Matrix_Multiply_Scaled() 735 yx = ADD_LONG( FT_MulDiv( a->yx, b->xx, val ), in FT_Matrix_Multiply_Scaled() 737 yy = ADD_LONG( FT_MulDiv( a->yx, b->xy, val ), in FT_Matrix_Multiply_Scaled() [all …]
|
D | ftoutln.c | 522 vec->x = ADD_LONG( vec->x, xOffset ); in FT_Outline_Translate() 523 vec->y = ADD_LONG( vec->y, yOffset ); in FT_Outline_Translate() 1091 area = ADD_LONG( area, in FT_Outline_Get_Orientation()
|
D | ftobjs.c | 755 right = FT_PIX_CEIL_LONG( ADD_LONG( metrics->vertBearingX, in ft_glyphslot_grid_fit_metrics() 757 bottom = FT_PIX_CEIL_LONG( ADD_LONG( metrics->vertBearingY, in ft_glyphslot_grid_fit_metrics() 773 right = FT_PIX_CEIL_LONG( ADD_LONG( metrics->horiBearingX, in ft_glyphslot_grid_fit_metrics()
|
/external/freetype/src/truetype/ |
D | ttinterp.c | 1598 exc->cvt[idx] = ADD_LONG( exc->cvt[idx], value ); in Move_CVT() 1607 exc->cvt[idx] = ADD_LONG( exc->cvt[idx], in Move_CVT_Stretched() 1763 zone->cur[point].x = ADD_LONG( zone->cur[point].x, in Direct_Move() 1775 zone->cur[point].x = ADD_LONG( zone->cur[point].x, in Direct_Move() 1783 zone->cur[point].x = ADD_LONG( zone->cur[point].x, in Direct_Move() 1801 zone->cur[point].y = ADD_LONG( zone->cur[point].y, in Direct_Move() 1843 zone->org[point].x = ADD_LONG( zone->org[point].x, in Direct_Move_Orig() 1851 zone->org[point].y = ADD_LONG( zone->org[point].y, in Direct_Move_Orig() 1877 zone->cur[point].x = ADD_LONG( zone->cur[point].x, distance ); in Direct_Move_X() 1883 zone->cur[point].x = ADD_LONG( zone->cur[point].x, distance ); in Direct_Move_X() [all …]
|
/external/freetype/include/freetype/internal/ |
D | ftobjs.h | 97 #define FT_PAD_ROUND_LONG( x, n ) FT_PAD_FLOOR( ADD_LONG( (x), (n) / 2 ), \ 99 #define FT_PAD_CEIL_LONG( x, n ) FT_PAD_FLOOR( ADD_LONG( (x), (n) - 1 ), \ 101 #define FT_PIX_ROUND_LONG( x ) FT_PIX_FLOOR( ADD_LONG( (x), 32 ) ) 102 #define FT_PIX_CEIL_LONG( x ) FT_PIX_FLOOR( ADD_LONG( (x), 63 ) )
|
D | ftcalc.h | 472 #define ADD_LONG( a, b ) \ macro
|
/external/freetype/src/pshinter/ |
D | pshrec.c | 1189 y = ADD_LONG( y, coords[n] ); in t2_hints_stems()
|
/external/freetype/src/cff/ |
D | cffparse.c | 1545 val = ADD_LONG( val, cff_parse_num( parser, data++ ) ); in cff_parser_run()
|
/external/freetype/src/smooth/ |
D | ftgrays.c | 152 #define ADD_LONG( a, b ) \ macro
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/ |
D | Opcode.java | 190 …ADD_LONG(0x9b, "add-long", ReferenceType.NONE, Format.Format23x, Opcode.CAN_CONTINUE | Opcode.SETS… enumConstant
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ |
D | MethodAnalyzer.java | 895 case ADD_LONG:
|
/external/freetype/ |
D | ChangeLog.28 | 578 ADD_LONG and SUB_LONG. 660 Round_To_Double_Grid, Round_Super, Round_Super_45): Use ADD_LONG, 664 (_iup_worker_shift): Use SUB_LONG and ADD_LONG.
|
D | ChangeLog.29 | 124 * src/truetype/ttinterp.c (Ins_MIRP): Use ADD_LONG. 218 ADD_LONG and SUB_LONG.
|
D | ChangeLog | 1108 * src/truetype/ttinterp.c (Ins_MIRP): Use `ADD_LONG'.
|