/reactos/sdk/lib/3rdparty/freetype/src/base/ |
H A D | ftcalc.c | 664 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 D | ftsynth.c | 69 transform.yx = 0x00000L; in FT_GlyphSlot_Oblique()
|
H A D | ftobjs.c | 671 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 D | ftoutln.c | 700 yz = FT_MulFix( vector->x, matrix->yx ) + in FT_Vector_Transform()
|
/reactos/sdk/lib/3rdparty/freetype/include/freetype/internal/ |
H A D | cffotypes.h | 96 FT_Fixed yx, yy; member
|
/reactos/sdk/lib/3rdparty/freetype/src/cff/ |
H A D | cffobjs.c | 753 : 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 D | cffparse.c | 658 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 D | cffgload.c | 615 font_matrix.xy != 0 || font_matrix.yx != 0 ) in cff_slot_load()
|
/reactos/sdk/lib/3rdparty/freetype/include/freetype/ |
H A D | fttypes.h | 388 FT_Fixed yx, yy; member
|
/reactos/sdk/lib/3rdparty/freetype/src/truetype/ |
H A D | ttgload.c | 573 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 D | ttobjs.h | 179 FT_Fixed yx, yy; member
|
/reactos/sdk/lib/3rdparty/freetype/src/cid/ |
H A D | cidgload.c | 470 font_matrix.xy != 0 || font_matrix.yx != 0 ) in cid_slot_load_glyph()
|
H A D | cidload.c | 199 matrix->yx = temp[1]; in cid_parse_font_matrix()
|
/reactos/sdk/lib/3rdparty/freetype/src/pfr/ |
H A D | pfrobjs.c | 419 font_matrix.yx = face->log_font.matrix[1] << 8; in pfr_slot_load()
|
/reactos/sdk/lib/3rdparty/freetype/src/type1/ |
H A D | t1driver.c | 225 val = type1->font_matrix.yx; in t1_ps_get_font_value()
|
H A D | t1gload.c | 553 font_matrix.xy != 0 || font_matrix.yx != 0 ) in T1_Load_Glyph()
|
H A D | t1load.c | 1285 matrix->yx = temp[1]; in t1_parse_font_matrix()
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | freetype.c | 1125 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 D | t42parse.c | 283 matrix->yx = temp[1]; in t42_parse_font_matrix()
|