Searched refs:SUB_LONG (Results 1 – 14 of 14) sorted by relevance
/external/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 ) ) 1981 val = SUB_LONG( distance, compensation ); in Round_None() 2024 val = NEG_LONG( FT_PIX_ROUND_LONG( SUB_LONG( compensation, in Round_To_Grid() 2070 val = NEG_LONG( ADD_LONG( FT_PIX_FLOOR( SUB_LONG( compensation, in Round_To_Half_Grid() 2116 val = NEG_LONG( FT_PIX_FLOOR( SUB_LONG( compensation, distance ) ) ); in Round_Down_To_Grid() 2160 val = NEG_LONG( FT_PIX_CEIL_LONG( SUB_LONG( compensation, in Round_Up_To_Grid() 2205 val = NEG_LONG( FT_PAD_ROUND_LONG( SUB_LONG( compensation, distance ), in Round_To_Double_Grid() [all …]
|
D | ttgload.c | 2255 glyph->metrics.horiAdvance = SUB_LONG(loader->pp2.x, loader->pp1.x); in compute_glyph_metrics() 2304 glyph->metrics.width = SUB_LONG( bbox.xMax, bbox.xMin ); in compute_glyph_metrics() 2305 glyph->metrics.height = SUB_LONG( bbox.yMax, bbox.yMin ); in compute_glyph_metrics() 2319 top = (FT_Short)FT_DivFix( SUB_LONG( loader->pp3.y, bbox.yMax ), in compute_glyph_metrics() 2325 advance = (FT_UShort)FT_DivFix( SUB_LONG( loader->pp3.y, in compute_glyph_metrics() 2342 height = (FT_Short)FT_DivFix( SUB_LONG( bbox.yMax, in compute_glyph_metrics() 2400 glyph->metrics.vertBearingX = SUB_LONG( glyph->metrics.horiBearingX, in compute_glyph_metrics()
|
D | ttgxvar.c | 1858 normalized[i] = -FT_DivFix( SUB_LONG( coord, a->def ), in ft_var_to_normalized() 1859 SUB_LONG( a->minimum, a->def ) ); in ft_var_to_normalized() 1861 normalized[i] = FT_DivFix( SUB_LONG( coord, a->def ), in ft_var_to_normalized() 1862 SUB_LONG( a->maximum, a->def ) ); in ft_var_to_normalized()
|
/external/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()
|
/external/freetype/include/freetype/internal/ |
D | ftcalc.h | 474 #define SUB_LONG( a, b ) \ macro
|
/external/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 | 997 top[0] = SUB_LONG( top[0], top[1] ); in t1_decoder_parse_charstrings()
|
/external/freetype/src/base/ |
D | ftobjs.c | 763 metrics->width = SUB_LONG( right, in ft_glyphslot_grid_fit_metrics() 765 metrics->height = SUB_LONG( bottom, in ft_glyphslot_grid_fit_metrics() 775 bottom = FT_PIX_FLOOR( SUB_LONG( metrics->horiBearingY, in ft_glyphslot_grid_fit_metrics() 781 metrics->width = SUB_LONG( right, in ft_glyphslot_grid_fit_metrics() 783 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.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 | 1189 * src/truetype/ttgload.c (compute_glyph_metrics): Use `SUB_LONG'. 2768 * src/truetype/ttgload.c (compute_glyph_metrics): Use `SUB_LONG'. 4644 * src/truetype/ttinterp.c (Ins_MIRP): Use SUB_LONG; avoid FT_ABS.
|
/external/freetype/src/smooth/ |
D | ftgrays.c | 154 #define SUB_LONG( a, b ) \ macro
|
/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:
|