HomeSort by relevance Sort by last modified time
    Searched refs:out_y (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/freetype/include/freetype/internal/
ftcalc.h 121 FT_Pos out_y );
132 FT_Pos out_y );
  /external/freetype/include/freetype/internal/
ftcalc.h 121 FT_Pos out_y );
132 FT_Pos out_y );
  /bionic/libc/kernel/common/linux/
tegrafb.h 80 __u32 out_y; member in struct:tegra_fb_windowattr
  /external/kernel-headers/original/linux/
tegrafb.h 73 __u32 out_y; member in struct:tegra_fb_windowattr
  /external/chromium_org/third_party/freetype/src/base/
ftcalc.c 860 FT_Pos out_y )
869 result = out_y;
871 result = -out_y;
880 else if ( out_y == 0 )
889 if ( out_y >= 0 )
898 FT_Int64 delta = (FT_Int64)in_x * out_y - (FT_Int64)in_y * out_x;
912 ft_multo64( (FT_Int32)in_x, (FT_Int32)out_y, &z1 );
940 FT_Pos out_y )
957 ay = out_y;
965 ay = out_y + in_y
    [all...]
  /external/freetype/src/base/
ftcalc.c 860 FT_Pos out_y )
869 result = out_y;
871 result = -out_y;
880 else if ( out_y == 0 )
889 if ( out_y >= 0 )
898 FT_Int64 delta = (FT_Int64)in_x * out_y - (FT_Int64)in_y * out_x;
912 ft_multo64( (FT_Int32)in_x, (FT_Int32)out_y, &z1 );
940 FT_Pos out_y )
957 ay = out_y;
965 ay = out_y + in_y
    [all...]
  /external/chromium_org/third_party/freetype/src/pshinter/
pshalgo.c 976 FT_Pos out_y )
985 result = out_y;
987 result = -out_y;
996 else if ( out_y == 0 )
1005 if ( out_y >= 0 )
1012 long long delta = (long long)in_x * out_y - (long long)in_y * out_x;
1038 FT_Pos in_x, in_y, out_x, out_y; local
1074 out_y = start->org_v - before->org_v;
1076 } while ( out_x == 0 && out_y == 0 );
1078 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y );
    [all...]
  /external/freetype/src/pshinter/
pshalgo.c 976 FT_Pos out_y )
985 result = out_y;
987 result = -out_y;
996 else if ( out_y == 0 )
1005 if ( out_y >= 0 )
1012 long long delta = (long long)in_x * out_y - (long long)in_y * out_x;
1038 FT_Pos in_x, in_y, out_x, out_y; local
1074 out_y = start->org_v - before->org_v;
1076 } while ( out_x == 0 && out_y == 0 );
1078 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y );
    [all...]
  /external/chromium_org/skia/ext/
convolver.cc 449 for (int out_y = 0; out_y < num_output_rows; out_y++) {
450 filter_values = filter_y.FilterForValue(out_y,
490 unsigned char* cur_output_row = &output[out_y * output_byte_row_stride];
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_renderer.c 56 map_point(float *mat, float x, float y, float *out_x, float *out_y)
60 *out_y = y;
65 *out_y = mat[1] * x + mat[4] * y + mat[7];
70 *out_y *= w;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_renderer.c 28 float *out_x, float *out_y)
32 *out_y = y;
37 *out_y = mat[1]*x + mat[4]*y + mat[7];
41 *out_y *= w;
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_renderer.c 56 map_point(float *mat, float x, float y, float *out_x, float *out_y)
60 *out_y = y;
65 *out_y = mat[1] * x + mat[4] * y + mat[7];
70 *out_y *= w;
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_renderer.c 28 float *out_x, float *out_y)
32 *out_y = y;
37 *out_y = mat[1]*x + mat[4]*y + mat[7];
41 *out_y *= w;
  /hardware/ti/omap4xxx/kernel-headers/linux/
omapfb.h 115 __u32 out_x, out_y; member in struct:omapfb_update_window
  /external/chromium_org/third_party/freetype/src/autofit/
afhints.c 747 FT_Pos out_x, out_y; local
763 out_y = next->fy - point->fy;
765 in_dir = af_direction_compute( out_x, out_y );
780 if ( ft_corner_is_flat( in_x, in_y, out_x, out_y ) )
787 in_y = out_y;
    [all...]
  /external/freetype/src/autofit/
afhints.c 747 FT_Pos out_x, out_y; local
763 out_y = next->fy - point->fy;
765 in_dir = af_direction_compute( out_x, out_y );
780 if ( ft_corner_is_flat( in_x, in_y, out_x, out_y ) )
787 in_y = out_y;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
matrix.h 154 VGfloat *out_x, VGfloat *out_y)
161 *out_y = mat->m[1]*tmp_x + mat->m[4]*tmp_y + mat->m[7];
165 *out_y *= w;
  /external/mesa3d/src/gallium/state_trackers/vega/
matrix.h 154 VGfloat *out_x, VGfloat *out_y)
161 *out_y = mat->m[1]*tmp_x + mat->m[4]*tmp_y + mat->m[7];
165 *out_y *= w;
  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_matrix_clamp_neon.h 385 register int16x4_t out_y asm("d17") = yhi;
389 : "w" (out_x), "w" (out_y), "r" (mydst)
394 register int16x4_t out_y asm("d19") = y2hi;
398 : "w" (out_x), "w" (out_y), "r" (mydst+8)
  /external/skia/src/opts/
SkBitmapProcState_matrix_clamp_neon.h 385 register int16x4_t out_y asm("d17") = yhi;
389 : "w" (out_x), "w" (out_y), "r" (mydst)
394 register int16x4_t out_y asm("d19") = y2hi;
398 : "w" (out_x), "w" (out_y), "r" (mydst+8)
  /hardware/ti/omap4xxx/original-kernel-headers/linux/
omapfb.h 115 __u32 out_x, out_y; member in struct:omapfb_update_window
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_win.h 452 LONG* out_y,
686 int* out_y,
694 int* out_y,
browser_accessibility_win.cc     [all...]

Completed in 1661 milliseconds