Searched refs:out_y (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/autofit/ |
H A D | afhints.c | 981 FT_Pos out_x, out_y; in FT_LOCAL_DEF() local 1008 out_y = point->fy - prev->fy; in FT_LOCAL_DEF() 1010 if ( FT_ABS( out_x ) + FT_ABS( out_y ) < near_limit ) in FT_LOCAL_DEF() 1076 FT_Pos out_x, out_y; in FT_LOCAL_DEF() local 1089 out_y = point->fy - prev->fy; in FT_LOCAL_DEF() 1099 if ( FT_ABS( out_x ) + FT_ABS( out_y ) >= near_limit2 ) in FT_LOCAL_DEF() 1126 out_y = 0; in FT_LOCAL_DEF() 1138 out_y += next->fy - point->fy; in FT_LOCAL_DEF() 1140 if ( FT_ABS( out_x ) + FT_ABS( out_y ) < near_limit ) in FT_LOCAL_DEF() 1149 out_dir = af_direction_compute( out_x, out_y ); in FT_LOCAL_DEF() 1190 FT_Pos out_x, out_y; FT_LOCAL_DEF() local [all...] |
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftcalc.c | 983 FT_Pos out_y ) in FT_BASE_DEF() 990 FT_Int64 delta = SUB_INT64( MUL_INT64( in_x, out_y ), in FT_BASE_DEF() 1001 if ( ADD_LONG( FT_ABS( in_x ), FT_ABS( out_y ) ) <= 131071L && in FT_BASE_DEF() 1004 FT_Long z1 = MUL_LONG( in_x, out_y ); in FT_BASE_DEF() 1021 ft_multo64( (FT_UInt32)in_x, (FT_UInt32)out_y, &z1 ); in FT_BASE_DEF() 1049 FT_Pos out_y ) in FT_BASE_DEF() 1052 FT_Pos ay = in_y + out_y; in FT_BASE_DEF() 1077 d_out = FT_HYPOT( out_x, out_y ); in FT_BASE_DEF()
|
/third_party/mesa3d/src/gallium/frontends/xa/ |
H A D | xa_renderer.c | 56 map_point(const float *mat, float x, float y, float *out_x, float *out_y) in map_point() argument 60 *out_y = y; in map_point() 65 *out_y = mat[1] * x + mat[4] * y + mat[7]; in map_point() 70 *out_y *= w; in map_point()
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
H A D | ftcalc.h | 341 FT_Pos out_y ); 353 FT_Pos out_y );
|
/third_party/skia/third_party/externals/freetype/src/pshinter/ |
H A D | pshalgo.c | 935 FT_Pos in_x, in_y, out_x, out_y; in psh_glyph_compute_inflections() local 971 out_y = start->org_v - before->org_v; in psh_glyph_compute_inflections() 973 } while ( out_x == 0 && out_y == 0 ); in psh_glyph_compute_inflections() 975 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y ); in psh_glyph_compute_inflections() 981 in_y = out_y; in psh_glyph_compute_inflections() 998 out_y = after->org_v - end->org_v; in psh_glyph_compute_inflections() 1000 } while ( out_x == 0 && out_y == 0 ); in psh_glyph_compute_inflections() 1002 orient_cur = psh_corner_orientation( in_x, in_y, out_x, out_y ); in psh_glyph_compute_inflections() 1022 in_y = out_y; in psh_glyph_compute_inflections()
|
/third_party/astc-encoder/Source/ |
H A D | stb_image.h | 3863 static stbi_uc *load_jpeg_image(stbi__jpeg *z, int *out_x, int *out_y, int *comp, int req_comp) in load_jpeg_image() argument 4020 *out_y = z->s->img_y; in load_jpeg_image() 4891 int out_y = j*yspc[p]+yorig[p]; in stbi__create_png_image() local 4893 memcpy(final + out_y*a->s->img_x*out_bytes + out_x*out_bytes, in stbi__create_png_image()
|
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | nir_to_vir.c | 2985 struct qreg *out_y) in ntq_get_barycentric_centroid() 3047 *out_y = offset_y; in ntq_get_barycentric_centroid() 2983 ntq_get_barycentric_centroid(struct v3d_compile *c, struct qreg *out_x, struct qreg *out_y) ntq_get_barycentric_centroid() argument
|
Completed in 28 milliseconds