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

/haiku/src/servers/app/
H A DServerFont.cpp403 FT_Matrix rmatrix, smatrix; local
412 smatrix.xx = (FT_Fixed)(0x10000);
413 smatrix.xy = (FT_Fixed)(-shearAngle.Cosine() * 0x10000);
414 smatrix.yx = (FT_Fixed)(0);
415 smatrix.yy = (FT_Fixed)(0x10000);
418 FT_Matrix_Multiply(&rmatrix, &smatrix);
419 FT_Set_Transform(face, &smatrix, NULL);

Completed in 38 milliseconds