Home
last modified time | relevance | path

Searched refs:out_y (Results 1 – 6 of 6) sorted by relevance

/external/freetype/src/base/
Dftcalc.c844 FT_Pos out_y ) in ft_corner_orientation() argument
853 result = out_y; in ft_corner_orientation()
855 result = -out_y; in ft_corner_orientation()
864 else if ( out_y == 0 ) in ft_corner_orientation()
873 if ( out_y >= 0 ) in ft_corner_orientation()
882 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_x, (FT_Int32)out_y, &z1 ); in ft_corner_orientation()
924 FT_Pos out_y ) in ft_corner_is_flat() argument
941 ay = out_y; in ft_corner_is_flat()
949 ay = out_y + in_y; in ft_corner_is_flat()
/external/freetype/include/freetype/internal/
Dftcalc.h149 FT_Pos out_y );
160 FT_Pos out_y );
/external/freetype/src/pshinter/
Dpshalgo.c977 FT_Pos out_y ) in psh_corner_orientation() argument
986 result = out_y; in psh_corner_orientation()
988 result = -out_y; in psh_corner_orientation()
997 else if ( out_y == 0 ) in psh_corner_orientation()
1006 if ( out_y >= 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
1075 out_y = start->org_v - before->org_v; 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/kernel-headers/original/linux/
Dtegrafb.h73 __u32 out_y; member
/external/freetype/src/autofit/
Dafhints.c725 FT_Pos out_x, out_y; in af_glyph_hints_reload() local
741 out_y = next->fy - point->fy; in af_glyph_hints_reload()
743 in_dir = af_direction_compute( out_x, out_y ); in af_glyph_hints_reload()
758 if ( ft_corner_is_flat( in_x, in_y, out_x, out_y ) ) in af_glyph_hints_reload()
765 in_y = out_y; in af_glyph_hints_reload()
/external/skia/src/core/
DSkBitmapProcState_matrix_clamp.h394 register int16x4_t out_y asm("d17") = yhi; in PERSP_NOFILTER_NAME()
398 : "w" (out_x), "w" (out_y), "r" (mydst) in PERSP_NOFILTER_NAME()
403 register int16x4_t out_y asm("d19") = y2hi; in PERSP_NOFILTER_NAME()
407 : "w" (out_x), "w" (out_y), "r" (mydst+8) in PERSP_NOFILTER_NAME()