Searched refs:out_y (Results 1 – 6 of 6) sorted by relevance
/external/freetype/src/base/ |
D | ftcalc.c | 844 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/ |
D | ftcalc.h | 149 FT_Pos out_y ); 160 FT_Pos out_y );
|
/external/freetype/src/pshinter/ |
D | pshalgo.c | 977 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/ |
D | tegrafb.h | 73 __u32 out_y; member
|
/external/freetype/src/autofit/ |
D | afhints.c | 725 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/ |
D | SkBitmapProcState_matrix_clamp.h | 394 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()
|