Searched refs:SUB_LONG (Results 1 – 12 of 12) sorted by relevance
/external/freetype/src/truetype/ |
D | ttinterp.c | 70 SUB_LONG( (v1)->x, (v2)->x ), \ 71 SUB_LONG( (v1)->y, (v2)->y ) ) 75 SUB_LONG( (v1)->x, (v2)->x ), \ 76 SUB_LONG( (v1)->y, (v2)->y ) ) 1939 val = SUB_LONG( distance, compensation ); in Round_None() 1983 val = NEG_LONG( FT_PIX_ROUND_LONG( SUB_LONG( compensation, in Round_To_Grid() 2030 val = NEG_LONG( ADD_LONG( FT_PIX_FLOOR( SUB_LONG( compensation, in Round_To_Half_Grid() 2077 val = NEG_LONG( FT_PIX_FLOOR( SUB_LONG( compensation, distance ) ) ); in Round_Down_To_Grid() 2122 val = NEG_LONG( FT_PIX_CEIL_LONG( SUB_LONG( compensation, in Round_Up_To_Grid() 2168 val = NEG_LONG( FT_PAD_ROUND_LONG( SUB_LONG( compensation, distance ), in Round_To_Double_Grid() [all …]
|
D | ttgload.c | 2192 glyph->metrics.width = SUB_LONG( bbox.xMax, bbox.xMin ); in compute_glyph_metrics() 2193 glyph->metrics.height = SUB_LONG( bbox.yMax, bbox.yMin ); in compute_glyph_metrics() 2229 height = (FT_Short)FT_DivFix( SUB_LONG( bbox.yMax, in compute_glyph_metrics() 2287 glyph->metrics.vertBearingX = SUB_LONG( glyph->metrics.horiBearingX, in compute_glyph_metrics()
|
D | ttgxvar.c | 1783 normalized[i] = -FT_DivFix( SUB_LONG( coord, a->def ), in ft_var_to_normalized() 1784 SUB_LONG( a->minimum, a->def ) ); in ft_var_to_normalized() 1786 normalized[i] = FT_DivFix( SUB_LONG( coord, a->def ), in ft_var_to_normalized() 1787 SUB_LONG( a->maximum, a->def ) ); in ft_var_to_normalized()
|
/external/freetype/include/freetype/internal/ |
D | ftcalc.h | 476 #define SUB_LONG( a, b ) \ macro
|
/external/freetype/src/smooth/ |
D | ftgrays.c | 146 #define SUB_LONG( a, b ) \ macro 1147 s = FT_ABS( SUB_LONG( MUL_LONG( dy, dx1 ), MUL_LONG( dx, dy1 ) ) ); in gray_render_cubic() 1155 s = FT_ABS( SUB_LONG( MUL_LONG( dy, dx2 ), MUL_LONG( dx, dy2 ) ) ); in gray_render_cubic()
|
/external/freetype/src/base/ |
D | ftobjs.c | 431 x_shift = SUB_LONG( x_shift, cbox.xMin ); in ft_glyphslot_preset_bitmap() 432 y_shift = SUB_LONG( y_shift, cbox.yMin ); in ft_glyphslot_preset_bitmap() 733 metrics->width = SUB_LONG( right, in ft_glyphslot_grid_fit_metrics() 735 metrics->height = SUB_LONG( bottom, in ft_glyphslot_grid_fit_metrics() 745 bottom = FT_PIX_FLOOR( SUB_LONG( metrics->horiBearingY, in ft_glyphslot_grid_fit_metrics() 751 metrics->width = SUB_LONG( right, in ft_glyphslot_grid_fit_metrics() 753 metrics->height = SUB_LONG( metrics->horiBearingY, in ft_glyphslot_grid_fit_metrics()
|
/external/freetype/ |
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 | 954 * src/truetype/ttinterp.c (Ins_MIRP): Use SUB_LONG; avoid FT_ABS. 1516 * src/truetype/ttinterp.c (Ins_MDAP): Use SUB_LONG. 1577 ADD_LONG and SUB_LONG. 1751 SUB_LONG; avoid FT_ABS. 3659 (Ins_MIAP): Use SUB_LONG.
|
/external/freetype/src/psaux/ |
D | t1decode.c | 991 top[0] = SUB_LONG( top[0], top[1] ); in t1_decoder_parse_charstrings()
|
D | cffdecode.c | 1694 args[0] = SUB_LONG( args[0], args[1] ); in cff_decoder_parse_charstrings()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/ |
D | Opcode.java | 191 …SUB_LONG(0x9c, "sub-long", ReferenceType.NONE, Format.Format23x, Opcode.CAN_CONTINUE | Opcode.SETS… enumConstant
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ |
D | MethodAnalyzer.java | 896 case SUB_LONG:
|