Home
last modified time | relevance | path

Searched refs:out_x (Results 1 – 5 of 5) sorted by relevance

/external/freetype/src/base/
Dftcalc.c842 FT_Pos out_x, in ft_corner_orientation() argument
859 result = -out_x; in ft_corner_orientation()
861 result = out_x; in ft_corner_orientation()
865 if ( out_x >= 0 ) in ft_corner_orientation()
870 else if ( out_x == 0 ) in ft_corner_orientation()
881 FT_Int64 delta = (FT_Int64)in_x * out_y - (FT_Int64)in_y * out_x; in ft_corner_orientation()
896 ft_multo64( (FT_Int32)in_y, (FT_Int32)out_x, &z2 ); in ft_corner_orientation()
922 FT_Pos out_x, in ft_corner_is_flat() argument
937 ax = out_x; in ft_corner_is_flat()
945 ax = out_x + in_x; in ft_corner_is_flat()
/external/freetype/include/freetype/internal/
Dftcalc.h148 FT_Pos out_x,
159 FT_Pos out_x,
/external/freetype/src/pshinter/
Dpshalgo.c976 FT_Pos out_x, in psh_corner_orientation() argument
993 result = -out_x; in psh_corner_orientation()
995 result = out_x; in psh_corner_orientation()
999 if ( out_x >= 0 ) in psh_corner_orientation()
1004 else if ( out_x == 0 ) in psh_corner_orientation()
1013 long long delta = (long long)in_x * out_y - (long long)in_y * out_x; in psh_corner_orientation()
1039 FT_Pos in_x, in_y, out_x, out_y; in psh_glyph_compute_inflections() local
1074 out_x = start->org_u - before->org_u; in psh_glyph_compute_inflections()
1077 } while ( out_x == 0 && out_y == 0 ); in psh_glyph_compute_inflections()
1079 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y ); in psh_glyph_compute_inflections()
[all …]
/external/freetype/src/autofit/
Dafhints.c593 FT_Pos out_x, out_y; in af_glyph_hints_reload() local
608 out_x = next->fx - point->fx; in af_glyph_hints_reload()
611 in_dir = af_direction_compute( out_x, out_y ); in af_glyph_hints_reload()
624 if ( ft_corner_is_flat( in_x, in_y, out_x, out_y ) ) in af_glyph_hints_reload()
630 in_x = out_x; in af_glyph_hints_reload()
/external/skia/src/core/
DSkBitmapProcState_matrix_clamp.h388 register int16x4_t out_x asm("d16") = xhi; in PERSP_NOFILTER_NAME()
393 : "w" (out_x), "w" (out_y), "r" (mydst) in PERSP_NOFILTER_NAME()
397 register int16x4_t out_x asm("d18") = x2hi; in PERSP_NOFILTER_NAME()
402 : "w" (out_x), "w" (out_y), "r" (mydst+8) in PERSP_NOFILTER_NAME()