Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/ntgdi/
H A Dfreetype.c742 static __inline FT_Fixed FT_FixedFromFIXED(FIXED f) in FT_FixedFromFIXED() function
4631 extraMat.xx = FT_FixedFromFIXED(pmat2->eM11); in ftGdiGetGlyphOutline()
4632 extraMat.xy = FT_FixedFromFIXED(pmat2->eM21); in ftGdiGetGlyphOutline()
4633 extraMat.yx = FT_FixedFromFIXED(pmat2->eM12); in ftGdiGetGlyphOutline()
4634 extraMat.yy = FT_FixedFromFIXED(pmat2->eM22); in ftGdiGetGlyphOutline()