Searched refs:SUB_LONG (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/truetype/ |
D | ttinterp.c | 69 SUB_LONG( (v1)->x, (v2)->x ), \ 70 SUB_LONG( (v1)->y, (v2)->y ) ) 74 SUB_LONG( (v1)->x, (v2)->x ), \ 75 SUB_LONG( (v1)->y, (v2)->y ) ) 1970 val = SUB_LONG( distance, compensation ); in Round_None() 2013 val = NEG_LONG( FT_PIX_ROUND_LONG( SUB_LONG( compensation, in Round_To_Grid() 2059 val = NEG_LONG( ADD_LONG( FT_PIX_FLOOR( SUB_LONG( compensation, in Round_To_Half_Grid() 2105 val = NEG_LONG( FT_PIX_FLOOR( SUB_LONG( compensation, distance ) ) ); in Round_Down_To_Grid() 2149 val = NEG_LONG( FT_PIX_CEIL_LONG( SUB_LONG( compensation, in Round_Up_To_Grid() 2194 val = NEG_LONG( FT_PAD_ROUND_LONG( SUB_LONG( compensation, distance ), in Round_To_Double_Grid() [all …]
|
D | ttgload.c | 2259 glyph->metrics.horiAdvance = SUB_LONG(loader->pp2.x, loader->pp1.x); in compute_glyph_metrics() 2308 glyph->metrics.width = SUB_LONG( bbox.xMax, bbox.xMin ); in compute_glyph_metrics() 2309 glyph->metrics.height = SUB_LONG( bbox.yMax, bbox.yMin ); in compute_glyph_metrics() 2323 top = (FT_Short)FT_DivFix( SUB_LONG( loader->pp3.y, bbox.yMax ), in compute_glyph_metrics() 2329 advance = (FT_UShort)FT_DivFix( SUB_LONG( loader->pp3.y, in compute_glyph_metrics() 2346 height = (FT_Short)FT_DivFix( SUB_LONG( bbox.yMax, in compute_glyph_metrics() 2404 glyph->metrics.vertBearingX = SUB_LONG( glyph->metrics.horiBearingX, in compute_glyph_metrics()
|
D | ttgxvar.c | 1937 FT_DivFix( SUB_LONG( coord, a->def ), in ft_var_to_normalized() 1938 SUB_LONG( a->maximum, a->def ) ); in ft_var_to_normalized() 1941 FT_DivFix( SUB_LONG( coord, a->def ), in ft_var_to_normalized() 1942 SUB_LONG( a->def, a->minimum ) ); in ft_var_to_normalized()
|
/third_party/skia/third_party/externals/freetype/src/pshinter/ |
D | pshglob.c | 571 delta = SUB_LONG( stem_top, zone->org_bottom ); in psh_blues_snap_stem() 593 delta = SUB_LONG( zone->org_top, stem_bot ); in psh_blues_snap_stem()
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | ftcalc.h | 499 #define SUB_LONG( a, b ) \ macro
|
/third_party/skia/third_party/externals/freetype/src/psaux/ |
D | cffdecode.c | 332 builder->pos_x = SUB_LONG( adx, asb ); in cff_operator_seac() 1706 args[0] = SUB_LONG( args[0], args[1] ); in cff_decoder_parse_charstrings()
|
D | t1decode.c | 1000 top[0] = SUB_LONG( top[0], top[1] ); in t1_decoder_parse_charstrings()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftobjs.c | 802 metrics->width = SUB_LONG( right, in ft_glyphslot_grid_fit_metrics() 804 metrics->height = SUB_LONG( bottom, in ft_glyphslot_grid_fit_metrics() 814 bottom = FT_PIX_FLOOR( SUB_LONG( metrics->horiBearingY, in ft_glyphslot_grid_fit_metrics() 820 metrics->width = SUB_LONG( right, in ft_glyphslot_grid_fit_metrics() 822 metrics->height = SUB_LONG( metrics->horiBearingY, in ft_glyphslot_grid_fit_metrics()
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.28 | 457 * src/truetype/ttinterp.c (Ins_SCFS): Use SUB_LONG. 517 * src/truetype/ttinterp.c (Ins_SDPVTL): Use SUB_LONG and NEG_LONG. 578 ADD_LONG and SUB_LONG. 612 * src/truetype/ttinterp.c (Ins_IP): Use SUB_LONG. 661 SUB_LONG, NEG_LONG, FT_PIX_ROUND_LONG, FT_PIX_CEIL_LONG, 663 (Ins_SxVTL, Ins_MIRP): Use SUB_LONG. 664 (_iup_worker_shift): Use SUB_LONG and ADD_LONG.
|
D | ChangeLog.29 | 157 * src/truetype/ttinterp.c (Ins_MDAP): Use SUB_LONG. 218 ADD_LONG and SUB_LONG. 392 SUB_LONG; avoid FT_ABS. 2300 (Ins_MIAP): Use SUB_LONG.
|
D | ChangeLog.210 | 3938 * src/truetype/ttgload.c (compute_glyph_metrics): Use `SUB_LONG'. 5517 * src/truetype/ttgload.c (compute_glyph_metrics): Use `SUB_LONG'. 7393 * src/truetype/ttinterp.c (Ins_MIRP): Use SUB_LONG; avoid FT_ABS.
|