Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/ntgdi/
H A Dfreetype.c4620 FT_Matrix extraMat; in ftGdiGetGlyphOutline() local
4622 extraMat.xx = FT_FixedFromFIXED(pmat2->eM11); in ftGdiGetGlyphOutline()
4623 extraMat.xy = FT_FixedFromFIXED(pmat2->eM21); in ftGdiGetGlyphOutline()
4624 extraMat.yx = FT_FixedFromFIXED(pmat2->eM12); in ftGdiGetGlyphOutline()
4625 extraMat.yy = FT_FixedFromFIXED(pmat2->eM22); in ftGdiGetGlyphOutline()
4626 FT_Matrix_Multiply(&extraMat, &transMat); in ftGdiGetGlyphOutline()