Home
last modified time | relevance | path

Searched refs:yx (Results 1 – 19 of 19) sorted by relevance

/reactos/sdk/lib/3rdparty/freetype/src/base/
H A Dftcalc.c664 FT_Fixed xx, xy, yx, yy; in FT_Matrix_Multiply() local
671 FT_MulFix( a->xy, b->yx ) ); in FT_Matrix_Multiply()
674 yx = ADD_LONG( FT_MulFix( a->yx, b->xx ), in FT_Matrix_Multiply()
675 FT_MulFix( a->yy, b->yx ) ); in FT_Matrix_Multiply()
676 yy = ADD_LONG( FT_MulFix( a->yx, b->xy ), in FT_Matrix_Multiply()
681 b->yx = yx; in FT_Matrix_Multiply()
699 FT_MulFix( matrix->xy, matrix->yx ); in FT_Matrix_Invert()
705 matrix->yx = - FT_DivFix( matrix->yx, delta ); in FT_Matrix_Invert()
724 FT_Fixed xx, xy, yx, yy; in FT_Matrix_Multiply_Scaled() local
736 yx = ADD_LONG( FT_MulDiv( a->yx, b->xx, val ), in FT_Matrix_Multiply_Scaled()
[all …]
H A Dftsynth.c69 transform.yx = 0x00000L; in FT_GlyphSlot_Oblique()
H A Dftobjs.c671 internal->transform_matrix.yx = 0; in FT_Set_Transform()
680 if ( ( matrix->xy | matrix->yx ) || in FT_Set_Transform()
832 ( face->internal->transform_matrix.yx == 0 && in FT_Load_Glyph()
835 face->internal->transform_matrix.yx != 0 ) ) ) in FT_Load_Glyph()
2589 internal->transform_matrix.yx = 0; in ft_open_face_internal()
H A Dftoutln.c700 yz = FT_MulFix( vector->x, matrix->yx ) + in FT_Vector_Transform()
/reactos/sdk/lib/3rdparty/freetype/include/freetype/internal/
H A Dcffotypes.h96 FT_Fixed yx, yy; member
/reactos/sdk/lib/3rdparty/freetype/src/cff/
H A Dcffobjs.c753 : FT_ABS( matrix->yx ); in cff_face_init()
760 matrix->yx = FT_DivFix( matrix->yx, temp ); in cff_face_init()
824 : FT_ABS( matrix->yx ); in cff_face_init()
832 matrix->yx = FT_DivFix( matrix->yx, temp ); in cff_face_init()
H A Dcffparse.c658 matrix->yx = 0; in cff_parse_font_matrix()
697 matrix->yx = values[1]; in cff_parse_font_matrix()
708 (double)matrix->yx / *upm / 65536, in cff_parse_font_matrix()
H A Dcffgload.c615 font_matrix.xy != 0 || font_matrix.yx != 0 ) in cff_slot_load()
/reactos/sdk/lib/3rdparty/freetype/include/freetype/
H A Dfttypes.h388 FT_Fixed yx, yy; member
/reactos/sdk/lib/3rdparty/freetype/src/truetype/
H A Dttgload.c573 FT_Fixed xx, xy, yy, yx; in TT_Load_Composite_Glyph() local
637 xy = yx = 0; in TT_Load_Composite_Glyph()
652 yx = (FT_Fixed)FT_NEXT_SHORT( p ) * 4; in TT_Load_Composite_Glyph()
659 subglyph->transform.yx = yx; in TT_Load_Composite_Glyph()
705 subglyph->transform.yx / 65536.0, in TT_Load_Composite_Glyph()
1162 int b = subglyph->transform.yx > 0 ? subglyph->transform.yx in TT_Process_Composite_Component()
1163 : -subglyph->transform.yx; in TT_Process_Composite_Component()
1188 subglyph->transform.yx ); in TT_Process_Composite_Component()
H A Dttobjs.h179 FT_Fixed yx, yy; member
/reactos/sdk/lib/3rdparty/freetype/src/cid/
H A Dcidgload.c470 font_matrix.xy != 0 || font_matrix.yx != 0 ) in cid_slot_load_glyph()
H A Dcidload.c199 matrix->yx = temp[1]; in cid_parse_font_matrix()
/reactos/sdk/lib/3rdparty/freetype/src/pfr/
H A Dpfrobjs.c419 font_matrix.yx = face->log_font.matrix[1] << 8; in pfr_slot_load()
/reactos/sdk/lib/3rdparty/freetype/src/type1/
H A Dt1driver.c225 val = type1->font_matrix.yx; in t1_ps_get_font_value()
H A Dt1gload.c553 font_matrix.xy != 0 || font_matrix.yx != 0 ) in T1_Load_Glyph()
H A Dt1load.c1285 matrix->yx = temp[1]; in t1_parse_font_matrix()
/reactos/win32ss/gdi/ntgdi/
H A Dfreetype.c1125 pmat->yx = -pmat->xy; in IntEscapeMatrix()
1145 pmat->yx = -FLOATOBJ_GetLong(&ef); /* (*1) See below */ in IntMatrixFromMx()
4586 scaleMat.yx = 0; in ftGdiGetGlyphOutline()
4624 extraMat.yx = FT_FixedFromFIXED(pmat2->eM12); in ftGdiGetGlyphOutline()
6932 bNoTransform = ((mat.xy == 0) && (mat.yx == 0) && in IntExtTextOutW()
6993 if (Cache.Hashed.matTransform.xy == 0 && Cache.Hashed.matTransform.yx == 0) in IntExtTextOutW()
7229 if (Cache.Hashed.matTransform.xy == 0 && Cache.Hashed.matTransform.yx == 0) in IntExtTextOutW()
7263 if (Cache.Hashed.matTransform.xy == 0 && Cache.Hashed.matTransform.yx == 0) in IntExtTextOutW()
/reactos/sdk/lib/3rdparty/freetype/src/type42/
H A Dt42parse.c283 matrix->yx = temp[1]; in t42_parse_font_matrix()