/external/chromium_org/ppapi/cpp/ |
D | point.h | 31 Point(int32_t in_x, int32_t in_y) { in Point() argument 33 point_.y = in_y; in Point() 89 void set_y(int32_t in_y) { in set_y() argument 90 point_.y = in_y; in set_y() 171 FloatPoint(float in_x, float in_y) { in FloatPoint() argument 173 float_point_.y = in_y; in FloatPoint() 228 void set_y(float in_y) { in set_y() argument 229 float_point_.y = in_y; in set_y()
|
D | rect.h | 146 void set_y(int32_t in_y) { in set_y() argument 147 rect_.point.y = in_y; in set_y() 531 void set_y(float in_y) { in set_y() argument 532 rect_.point.y = in_y; in set_y()
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/ |
D | ftcalc.c | 856 FT_Pos in_y, in ft_corner_orientation() argument 864 if ( in_y == 0 ) in ft_corner_orientation() 873 if ( in_y >= 0 ) in ft_corner_orientation() 881 result = in_y; in ft_corner_orientation() 883 result = -in_y; in ft_corner_orientation() 896 FT_Int64 delta = (FT_Int64)in_x * out_y - (FT_Int64)in_y * out_x; in ft_corner_orientation() 911 ft_multo64( (FT_Int32)in_y, (FT_Int32)out_x, &z2 ); in ft_corner_orientation() 936 FT_Pos in_y, in ft_corner_is_flat() argument 941 FT_Pos ay = in_y; in ft_corner_is_flat() 963 ay = out_y + in_y; in ft_corner_is_flat()
|
/external/chromium_org/third_party/freetype/src/base/ |
D | ftcalc.c | 858 FT_Pos in_y, in ft_corner_orientation() argument 866 if ( in_y == 0 ) in ft_corner_orientation() 875 if ( in_y >= 0 ) in ft_corner_orientation() 883 result = in_y; in ft_corner_orientation() 885 result = -in_y; in ft_corner_orientation() 898 FT_Int64 delta = (FT_Int64)in_x * out_y - (FT_Int64)in_y * out_x; in ft_corner_orientation() 913 ft_multo64( (FT_Int32)in_y, (FT_Int32)out_x, &z2 ); in ft_corner_orientation() 938 FT_Pos in_y, in ft_corner_is_flat() argument 943 FT_Pos ay = in_y; in ft_corner_is_flat() 965 ay = out_y + in_y; in ft_corner_is_flat()
|
/external/freetype/include/internal/ |
D | ftcalc.h | 123 FT_Pos in_y, 134 FT_Pos in_y,
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/ |
D | ftcalc.h | 119 FT_Pos in_y, 130 FT_Pos in_y,
|
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/ |
D | ftcalc.h | 119 FT_Pos in_y, 130 FT_Pos in_y,
|
/external/chromium_org/third_party/freetype/include/freetype/internal/ |
D | ftcalc.h | 119 FT_Pos in_y, 130 FT_Pos in_y,
|
/external/freetype/src/base/ |
D | ftcalc.c | 1105 FT_Pos in_y, in ft_corner_orientation() argument 1113 if ( in_y == 0 ) in ft_corner_orientation() 1122 if ( in_y >= 0 ) in ft_corner_orientation() 1130 result = in_y; in ft_corner_orientation() 1132 result = -in_y; in ft_corner_orientation() 1145 FT_Int64 delta = (FT_Int64)in_x * out_y - (FT_Int64)in_y * out_x; in ft_corner_orientation() 1160 ft_multo64( (FT_Int32)in_y, (FT_Int32)out_x, &z2 ); in ft_corner_orientation() 1185 FT_Pos in_y, in ft_corner_is_flat() argument 1190 FT_Pos ay = in_y; in ft_corner_is_flat() 1228 ay = out_y + in_y; in ft_corner_is_flat()
|
/external/chromium_org/third_party/freetype/src/pshinter/ |
D | pshalgo.c | 974 FT_Pos in_y, in psh_corner_orientation() argument 982 if ( in_y == 0 ) in psh_corner_orientation() 991 if ( in_y >= 0 ) in psh_corner_orientation() 999 result = in_y; in psh_corner_orientation() 1001 result = -in_y; in psh_corner_orientation() 1012 long long delta = (long long)in_x * out_y - (long long)in_y * out_x; in psh_corner_orientation() 1038 FT_Pos in_x, in_y, out_x, out_y; in psh_glyph_compute_inflections() local 1058 in_y = end->org_v - start->org_v; in psh_glyph_compute_inflections() 1060 } while ( in_x == 0 && in_y == 0 ); in psh_glyph_compute_inflections() 1078 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y ); in psh_glyph_compute_inflections() [all …]
|
/external/freetype/src/pshinter/ |
D | pshalgo.c | 974 FT_Pos in_y, in psh_corner_orientation() argument 982 if ( in_y == 0 ) in psh_corner_orientation() 991 if ( in_y >= 0 ) in psh_corner_orientation() 999 result = in_y; in psh_corner_orientation() 1001 result = -in_y; in psh_corner_orientation() 1012 long long delta = (long long)in_x * out_y - (long long)in_y * out_x; in psh_corner_orientation() 1038 FT_Pos in_x, in_y, out_x, out_y; in psh_glyph_compute_inflections() local 1058 in_y = end->org_v - start->org_v; in psh_glyph_compute_inflections() 1060 } while ( in_x == 0 && in_y == 0 ); in psh_glyph_compute_inflections() 1078 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y ); in psh_glyph_compute_inflections() [all …]
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/ |
D | pshalgo.c | 974 FT_Pos in_y, in psh_corner_orientation() argument 982 if ( in_y == 0 ) in psh_corner_orientation() 991 if ( in_y >= 0 ) in psh_corner_orientation() 999 result = in_y; in psh_corner_orientation() 1001 result = -in_y; in psh_corner_orientation() 1012 long long delta = (long long)in_x * out_y - (long long)in_y * out_x; in psh_corner_orientation() 1038 FT_Pos in_x, in_y, out_x, out_y; in psh_glyph_compute_inflections() local 1058 in_y = end->org_v - start->org_v; in psh_glyph_compute_inflections() 1060 } while ( in_x == 0 && in_y == 0 ); in psh_glyph_compute_inflections() 1078 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y ); in psh_glyph_compute_inflections() [all …]
|
/external/chromium_org/third_party/freetype/src/autofit/ |
D | afhints.c | 740 FT_Pos in_y = 0; in af_glyph_hints_reload() local 754 in_y = first->fy - prev->fy; in af_glyph_hints_reload() 755 in_dir = af_direction_compute( in_x, in_y ); in af_glyph_hints_reload() 780 if ( ft_corner_is_flat( in_x, in_y, out_x, out_y ) ) in af_glyph_hints_reload() 787 in_y = out_y; in af_glyph_hints_reload()
|
/external/freetype/src/autofit/ |
D | afhints.c | 848 FT_Pos in_x, in_y; in af_glyph_hints_reload() local 856 in_y = point->fy - prev_v->fy; in af_glyph_hints_reload() 861 if ( ( in_x ^ out_x ) >= 0 && ( in_y ^ out_y ) >= 0 ) in af_glyph_hints_reload()
|