HomeSort by relevance Sort by last modified time
    Searched defs:out_x (Results 1 - 6 of 6) sorted by null

  /bionic/libc/kernel/common/linux/
tegrafb.h 79 __u32 out_x; member in struct:tegra_fb_windowattr
  /external/kernel-headers/original/linux/
tegrafb.h 72 __u32 out_x; member in struct:tegra_fb_windowattr
  /external/freetype/src/autofit/
afhints.c 725 FT_Pos out_x, out_y; local
740 out_x = next->fx - point->fx;
743 in_dir = af_direction_compute( out_x, out_y );
758 if ( ft_corner_is_flat( in_x, in_y, out_x, out_y ) )
764 in_x = out_x;
  /external/freetype/src/pshinter/
pshalgo.c 976 FT_Pos out_x,
993 result = -out_x;
995 result = out_x;
999 if ( out_x >= 0 )
1004 else if ( out_x == 0 )
1013 long long delta = (long long)in_x * out_y - (long long)in_y * out_x;
1039 FT_Pos in_x, in_y, out_x, out_y; local
1074 out_x = start->org_u - before->org_u;
1077 } while ( out_x == 0 && out_y == 0 );
1079 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y )
    [all...]
  /hardware/ti/omap4xxx/kernel-headers/linux/
omapfb.h 115 __u32 out_x, out_y; member in struct:omapfb_update_window
  /hardware/ti/omap4xxx/original-kernel-headers/linux/
omapfb.h 115 __u32 out_x, out_y; member in struct:omapfb_update_window

Completed in 196 milliseconds