/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftcalc.c | 663 FT_Fixed xx, xy, yx, yy; in FT_Matrix_Multiply() local 670 FT_MulFix( a->xy, b->yx ) ); in FT_Matrix_Multiply() 673 yx = ADD_LONG( FT_MulFix( a->yx, b->xx ), in FT_Matrix_Multiply() 674 FT_MulFix( a->yy, b->yx ) ); in FT_Matrix_Multiply() 675 yy = ADD_LONG( FT_MulFix( a->yx, b->xy ), in FT_Matrix_Multiply() 680 b->yx = yx; in FT_Matrix_Multiply() 698 FT_MulFix( matrix->xy, matrix->yx ); in FT_EXPORT_DEF() 704 matrix->yx in FT_EXPORT_DEF() 723 FT_Fixed xx, xy, yx, yy; FT_Matrix_Multiply_Scaled() local [all...] |
H A D | ftsynth.c | 68 transform.yx = 0x00000L; in FT_GlyphSlot_Oblique()
|
H A D | ftobjs.c | 723 internal->transform_matrix.yx = 0; in FT_Set_Transform() 732 if ( ( matrix->xy | matrix->yx ) || in FT_Set_Transform() 906 ( face->internal->transform_matrix.yx == 0 && in FT_EXPORT_DEF() 909 face->internal->transform_matrix.yx != 0 ) ) ) in FT_EXPORT_DEF() 2703 internal->transform_matrix.yx = 0; in ft_open_face_internal()
|
H A D | ftoutln.c | 695 yz = FT_MulFix( vector->x, matrix->yx ) + in FT_Vector_Transform()
|
/third_party/skia/tests/ |
H A D | SkVxTest.cpp | 187 f = f.yx(); 193 f.yx().store(&p); 198 REPORTER_ASSERT(r, all(skvx::join(f.yx(),f) == float4(f.y(),f.x(),f))); 199 REPORTER_ASSERT(r, all(skvx::join(f.yx(),f) == float4(f.yx(),f.x(),f.y()))); 200 REPORTER_ASSERT(r, all(skvx::join(f,f.yx()) == float4(f.x(),f.y(),f.yx()))); 201 REPORTER_ASSERT(r, all(skvx::join(f.yx(),f.yx()) == float4(f.yx(), [all...] |
/third_party/skia/src/pathops/ |
H A D | SkPathOpsPoint.h | 65 double yx = fY * a.fX; in crossCheck() local 66 return AlmostEqualUlps(xy, yx) ? 0 : xy - yx; in crossCheck() 72 double yx = fY * a.fX; in crossNoNormalCheck() local 73 return AlmostEqualUlpsNoNormalCheck(xy, yx) ? 0 : xy - yx; in crossNoNormalCheck()
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
H A D | cffotypes.h | 95 FT_Fixed yx, yy; member
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_transpose_vulkan.c | 100 GLSLF(2, vec4 res = texture(input_images[%i], ivec2(size.yx - pos.yx)); ,i); in init_filter() 104 GLSLF(2, vec4 res = texture(input_images[%i], pos.yx); ,i); in init_filter()
|
/third_party/skia/src/gpu/tessellate/ |
H A D | AffineMatrix.h | 48 return fScale.lo * p + (fSkew.lo * p.yx() + fTrans.lo); in mapPoint()
|
H A D | Tessellation.h | 44 float2 x = a * b.yx(); in cross()
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | fttypes.h | 374 * y' = x*yx + y*yy 384 * yx :: 393 FT_Fixed yx, yy; member
|
H A D | ftcolor.h | 679 * y' = x*yx + y*yy + dy 692 * yx :: 709 FT_Fixed yx, yy, dy; member
|
/third_party/skia/third_party/externals/freetype/src/cff/ |
H A D | cffobjs.c | 751 /* it is zero, we use `matrix->yx' instead. The scaling is */ in FT_LOCAL_DEF() 767 : FT_ABS( matrix->yx ); in FT_LOCAL_DEF() 774 matrix->yx = FT_DivFix( matrix->yx, temp ); in FT_LOCAL_DEF() 838 : FT_ABS( matrix->yx ); in FT_LOCAL_DEF() 846 matrix->yx = FT_DivFix( matrix->yx, temp ); in FT_LOCAL_DEF()
|
H A D | cffparse.c | 752 matrix->yx = values[1]; in cff_parse_font_matrix() 763 (double)matrix->yx / *upm / 65536, in cff_parse_font_matrix() 784 matrix->yx = 0; in cff_parse_font_matrix()
|
H A D | cffgload.c | 612 font_matrix.xy != 0 || font_matrix.yx != 0 ) in FT_LOCAL_DEF()
|
/third_party/skia/third_party/externals/freetype/src/truetype/ |
H A D | ttgload.c | 612 FT_Fixed xx, xy, yy, yx; in FT_CALLBACK_DEF() local 681 xy = yx = 0; in FT_CALLBACK_DEF() 696 yx = (FT_Fixed)FT_NEXT_SHORT( p ) * 4; in FT_CALLBACK_DEF() 703 subglyph->transform.yx = yx; in FT_CALLBACK_DEF() 747 FT_TRACE7(( " scaling: xx=%f, yx=%f\n", in FT_CALLBACK_DEF() 749 subglyph->transform.yx / 65536.0 )); in FT_CALLBACK_DEF() 1262 int b = subglyph->transform.yx > 0 ? subglyph->transform.yx in TT_Process_Composite_Component() 1263 : -subglyph->transform.yx; in TT_Process_Composite_Component() [all...] |
H A D | ttobjs.h | 178 FT_Fixed yx, yy; member
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
H A D | ttcolr.c | 585 apaint->u.transform.affine.yx = FT_NEXT_LONG( p ); in read_paint() 1077 ft_root_scale.yx = 0; in FT_LOCAL_DEF() 1086 paint->u.transform.affine.yx = ft_root_scale.yx; in FT_LOCAL_DEF()
|
/third_party/skia/third_party/externals/freetype/src/cid/ |
H A D | cidgload.c | 456 font_matrix.xy != 0 || font_matrix.yx != 0 ) in FT_LOCAL_DEF()
|
H A D | cidload.c | 218 matrix->yx = temp[1]; in cid_parse_font_matrix()
|
/third_party/skia/third_party/externals/freetype/src/pfr/ |
H A D | pfrobjs.c | 423 font_matrix.yx = face->log_font.matrix[1] << 8; in FT_LOCAL_DEF()
|
/third_party/skia/third_party/externals/freetype/src/type1/ |
H A D | t1gload.c | 515 font_matrix.xy != 0 || font_matrix.yx != 0 ) in FT_LOCAL_DEF()
|
H A D | t1driver.c | 226 val = type1->font_matrix.yx; in t1_ps_get_font_value()
|
/third_party/skia/third_party/externals/freetype/src/type42/ |
H A D | t42parse.c | 284 matrix->yx = temp[1]; in t42_parse_font_matrix()
|
/third_party/skia/src/ports/ |
H A D | SkFontMgr_fontconfig.cpp | 493 -fcMatrix->yx, fcMatrix->yy, 0,
|