Searched refs:rmatrix (Results 1 - 1 of 1) sorted by relevance

/haiku/src/servers/app/
H A DServerFont.cpp403 FT_Matrix rmatrix, smatrix; local
406 rmatrix.xx = (FT_Fixed)( rotationAngle.Cosine() * 0x10000);
407 rmatrix.xy = (FT_Fixed)(-rotationAngle.Sine() * 0x10000);
408 rmatrix.yx = (FT_Fixed)( rotationAngle.Sine() * 0x10000);
409 rmatrix.yy = (FT_Fixed)( rotationAngle.Cosine() * 0x10000);
418 FT_Matrix_Multiply(&rmatrix, &smatrix);

Completed in 36 milliseconds