/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 1007 out_x = point->fx - prev->fx; 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 1088 out_x = point->fx - prev->fx; in FT_LOCAL_DEF() 1099 if ( FT_ABS( out_x ) + FT_ABS( out_y ) >= near_limit2 ) in FT_LOCAL_DEF() 1125 out_x = 0; in FT_LOCAL_DEF() 1137 out_x += next->fx - point->fx; 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_ 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 | 982 FT_Pos out_x, in FT_BASE_DEF() 991 MUL_INT64( in_y, out_x ) ); in FT_BASE_DEF() 1002 ADD_LONG( FT_ABS( in_y ), FT_ABS( out_x ) ) <= 131071L ) in FT_BASE_DEF() 1005 FT_Long z2 = MUL_LONG( in_y, out_x ); in FT_BASE_DEF() 1022 ft_multo64( (FT_UInt32)in_y, (FT_UInt32)out_x, &z2 ); in FT_BASE_DEF() 1048 FT_Pos out_x, in FT_BASE_DEF() 1051 FT_Pos ax = in_x + out_x; 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 59 *out_x = x; in map_point() 64 *out_x = mat[0] * x + mat[3] * y + mat[6]; in map_point() 69 *out_x *= w; in map_point()
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
H A D | ftcalc.h | 340 FT_Pos out_x, 352 FT_Pos out_x,
|
/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 970 out_x = start->org_u - before->org_u; 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() 980 in_x = out_x; in psh_glyph_compute_inflections() 997 out_x = after->org_u - end->org_u; 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() 1021 in_x = out_x; in psh_glyph_compute_inflections()
|
/third_party/mesa3d/src/compiler/nir/tests/ |
H A D | vars_tests.cpp | 1354 nir_deref_instr *out_x = in TEST_F() local 1356 nir_store_deref(b, out_x, nir_load_deref(b, ssbo0_x), 1); in TEST_F() 1400 nir_deref_instr *out_x = in TEST_F() local 1402 nir_store_deref(b, out_x, nir_load_deref(b, ssbo0_x), 1); in TEST_F() 1444 nir_deref_instr *out_x = in TEST_F() local 1446 nir_store_deref(b, out_x, nir_load_deref(b, ssbo_0_x), 1); in TEST_F() 1487 nir_deref_instr *out_x = in TEST_F() local 1489 nir_store_deref(b, out_x, nir_load_deref(b, ssbo_0_x), 1); in TEST_F() 1536 nir_deref_instr *out_x = in TEST_F() local 1538 nir_store_deref(b, out_x, nir_load_dere in TEST_F() [all...] |
/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 4019 *out_x = z->s->img_x; in load_jpeg_image() 4892 int out_x = i*xspc[p]+xorig[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 | 2984 struct qreg *out_x, in ntq_get_barycentric_centroid() 3046 *out_x = offset_x; 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
|