Home
last modified time | relevance | path

Searched refs:ADD_LONG (Results 1 – 14 of 14) sorted by relevance

/external/freetype/src/psaux/
Dcffdecode.c1038 x = ADD_LONG( x, args[-2] ); in cff_decoder_parse_charstrings()
1039 y = ADD_LONG( y, args[-1] ); in cff_decoder_parse_charstrings()
1048 y = ADD_LONG( y, args[-1] ); in cff_decoder_parse_charstrings()
1057 x = ADD_LONG( x, args[-1] ); in cff_decoder_parse_charstrings()
1074 x = ADD_LONG( x, args[0] ); in cff_decoder_parse_charstrings()
1075 y = ADD_LONG( y, args[1] ); in cff_decoder_parse_charstrings()
1107 x = ADD_LONG( x, args[0] ); in cff_decoder_parse_charstrings()
1109 y = ADD_LONG( y, args[0] ); in cff_decoder_parse_charstrings()
1140 x = ADD_LONG( x, args[0] ); in cff_decoder_parse_charstrings()
1141 y = ADD_LONG( y, args[1] ); in cff_decoder_parse_charstrings()
[all …]
Dt1decode.c938 tmp = ADD_LONG( tmp, in t1_decoder_parse_charstrings()
980 top[0] = ADD_LONG( top[0], top[1] ); in t1_decoder_parse_charstrings()
1223 builder->left_bearing.x = ADD_LONG( builder->left_bearing.x, in t1_decoder_parse_charstrings()
1229 orig_x = x = ADD_LONG( builder->pos_x, top[0] ); in t1_decoder_parse_charstrings()
1258 builder->left_bearing.x = ADD_LONG( builder->left_bearing.x, in t1_decoder_parse_charstrings()
1260 builder->left_bearing.y = ADD_LONG( builder->left_bearing.y, in t1_decoder_parse_charstrings()
1266 x = ADD_LONG( builder->pos_x, top[0] ); in t1_decoder_parse_charstrings()
1267 y = ADD_LONG( builder->pos_y, top[1] ); in t1_decoder_parse_charstrings()
1297 x = ADD_LONG( x, top[0] ); in t1_decoder_parse_charstrings()
1303 x = ADD_LONG( x, top[0] ); in t1_decoder_parse_charstrings()
[all …]
/external/freetype/src/base/
Dftcalc.c90 return ( ADD_LONG( a, 0x8000L - ( a < 0 ) ) ) & ~0xFFFFL; in FT_RoundFix()
99 return ( ADD_LONG( a, 0xFFFFL ) ) & ~0xFFFFL; in FT_CeilFix()
670 xx = ADD_LONG( FT_MulFix( a->xx, b->xx ), in FT_Matrix_Multiply()
672 xy = ADD_LONG( FT_MulFix( a->xx, b->xy ), in FT_Matrix_Multiply()
674 yx = ADD_LONG( FT_MulFix( a->yx, b->xx ), in FT_Matrix_Multiply()
676 yy = ADD_LONG( FT_MulFix( a->yx, b->xy ), in FT_Matrix_Multiply()
732 xx = ADD_LONG( FT_MulDiv( a->xx, b->xx, val ), in FT_Matrix_Multiply_Scaled()
734 xy = ADD_LONG( FT_MulDiv( a->xx, b->xy, val ), in FT_Matrix_Multiply_Scaled()
736 yx = ADD_LONG( FT_MulDiv( a->yx, b->xx, val ), in FT_Matrix_Multiply_Scaled()
738 yy = ADD_LONG( FT_MulDiv( a->yx, b->xy, val ), in FT_Matrix_Multiply_Scaled()
[all …]
Dftoutln.c544 vec->x = ADD_LONG( vec->x, xOffset ); in FT_Outline_Translate()
545 vec->y = ADD_LONG( vec->y, yOffset ); in FT_Outline_Translate()
1098 area = ADD_LONG( area, in FT_Outline_Get_Orientation()
Dftobjs.c725 right = FT_PIX_CEIL_LONG( ADD_LONG( metrics->vertBearingX, in ft_glyphslot_grid_fit_metrics()
727 bottom = FT_PIX_CEIL_LONG( ADD_LONG( metrics->vertBearingY, in ft_glyphslot_grid_fit_metrics()
743 right = FT_PIX_CEIL_LONG( ADD_LONG( metrics->horiBearingX, in ft_glyphslot_grid_fit_metrics()
/external/freetype/src/truetype/
Dttinterp.c1713 zone->cur[point].x = ADD_LONG( zone->cur[point].x, in Direct_Move()
1725 zone->cur[point].x = ADD_LONG( zone->cur[point].x, in Direct_Move()
1733 zone->cur[point].x = ADD_LONG( zone->cur[point].x, in Direct_Move()
1751 zone->cur[point].y = ADD_LONG( zone->cur[point].y, in Direct_Move()
1793 zone->org[point].x = ADD_LONG( zone->org[point].x, in Direct_Move_Orig()
1801 zone->org[point].y = ADD_LONG( zone->org[point].y, in Direct_Move_Orig()
1827 zone->cur[point].x = ADD_LONG( zone->cur[point].x, distance ); in Direct_Move_X()
1833 zone->cur[point].x = ADD_LONG( zone->cur[point].x, distance ); in Direct_Move_X()
1838 zone->cur[point].x = ADD_LONG( zone->cur[point].x, distance ); in Direct_Move_X()
1857 zone->cur[point].y = ADD_LONG( zone->cur[point].y, distance ); in Direct_Move_Y()
[all …]
/external/freetype/include/freetype/internal/
Dftobjs.h97 #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 ) )
Dftcalc.h474 #define ADD_LONG( a, b ) \ macro
/external/freetype/src/cff/
Dcffparse.c1452 val = ADD_LONG( val, cff_parse_num( parser, data++ ) ); in cff_parser_run()
/external/freetype/src/smooth/
Dftgrays.c144 #define ADD_LONG( a, b ) \ macro
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DOpcode.java190ADD_LONG(0x9b, "add-long", ReferenceType.NONE, Format.Format23x, Opcode.CAN_CONTINUE | Opcode.SETS… enumConstant
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DMethodAnalyzer.java895 case ADD_LONG:
/external/freetype/
DChangeLog.28578 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.
DChangeLog1483 * src/truetype/ttinterp.c (Ins_MIRP): Use ADD_LONG.
1577 ADD_LONG and SUB_LONG.