Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/src/psaux/
Dcffdecode.c237 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 …]
Dt1decode.c947 tmp = ADD_LONG( tmp, in t1_decoder_parse_charstrings()
989 top[0] = ADD_LONG( top[0], top[1] ); in t1_decoder_parse_charstrings()
1232 builder->left_bearing.x = ADD_LONG( builder->left_bearing.x, in t1_decoder_parse_charstrings()
1238 orig_x = x = ADD_LONG( builder->pos_x, top[0] ); in t1_decoder_parse_charstrings()
1267 builder->left_bearing.x = ADD_LONG( builder->left_bearing.x, in t1_decoder_parse_charstrings()
1269 builder->left_bearing.y = ADD_LONG( builder->left_bearing.y, in t1_decoder_parse_charstrings()
1275 x = ADD_LONG( builder->pos_x, top[0] ); in t1_decoder_parse_charstrings()
1276 y = ADD_LONG( builder->pos_y, top[1] ); in t1_decoder_parse_charstrings()
1306 x = ADD_LONG( x, top[0] ); in t1_decoder_parse_charstrings()
1312 x = ADD_LONG( x, top[0] ); in t1_decoder_parse_charstrings()
[all …]
/third_party/skia/third_party/externals/freetype/src/base/
Dftcalc.c89 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 …]
Dftoutln.c522 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()
Dftobjs.c794 right = FT_PIX_CEIL_LONG( ADD_LONG( metrics->vertBearingX, in ft_glyphslot_grid_fit_metrics()
796 bottom = FT_PIX_CEIL_LONG( ADD_LONG( metrics->vertBearingY, in ft_glyphslot_grid_fit_metrics()
812 right = FT_PIX_CEIL_LONG( ADD_LONG( metrics->horiBearingX, in ft_glyphslot_grid_fit_metrics()
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttinterp.c1583 exc->cvt[idx] = ADD_LONG( exc->cvt[idx], value ); in Move_CVT()
1596 exc->cvt[idx] = ADD_LONG( exc->cvt[idx], in Move_CVT_Stretched()
1752 zone->cur[point].x = ADD_LONG( zone->cur[point].x, in Direct_Move()
1764 zone->cur[point].x = ADD_LONG( zone->cur[point].x, in Direct_Move()
1772 zone->cur[point].x = ADD_LONG( zone->cur[point].x, in Direct_Move()
1790 zone->cur[point].y = ADD_LONG( zone->cur[point].y, in Direct_Move()
1832 zone->org[point].x = ADD_LONG( zone->org[point].x, in Direct_Move_Orig()
1840 zone->org[point].y = ADD_LONG( zone->org[point].y, in Direct_Move_Orig()
1866 zone->cur[point].x = ADD_LONG( zone->cur[point].x, distance ); in Direct_Move_X()
1872 zone->cur[point].x = ADD_LONG( zone->cur[point].x, distance ); in Direct_Move_X()
[all …]
/third_party/skia/third_party/externals/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.h497 #define ADD_LONG( a, b ) \ macro
/third_party/skia/third_party/externals/freetype/src/pshinter/
Dpshrec.c1184 y = ADD_LONG( y, coords[n] ); in t2_hints_stems()
/third_party/skia/third_party/externals/freetype/src/cff/
Dcffparse.c1547 val = ADD_LONG( val, cff_parse_num( parser, data++ ) ); in cff_parser_run()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
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.
DChangeLog.29124 * src/truetype/ttinterp.c (Ins_MIRP): Use ADD_LONG.
218 ADD_LONG and SUB_LONG.
DChangeLog.210550 * src/truetype/ttinterp.c (Ins_JMPR): Use `ADD_LONG`.
3857 * src/truetype/ttinterp.c (Ins_MIRP): Use `ADD_LONG'.
/third_party/chromium/patch/
D0001-cve.patch23258 + vec->x = ADD_LONG( FT_MulFix( u->x, x_scale ), 32 ) >> 6;
23259 + vec->y = ADD_LONG( FT_MulFix( u->y, y_scale ), 32 ) >> 6;