Home
last modified time | relevance | path

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

/haiku/src/servers/app/
H A DAngle.h47 float Cosine(void);
H A DAngle.cpp117 Angle::Cosine(void) in Cosine() function in Angle
H A DServerFont.cpp406 rmatrix.xx = (FT_Fixed)( rotationAngle.Cosine() * 0x10000); in GetTransformedFace()
409 rmatrix.yy = (FT_Fixed)( rotationAngle.Cosine() * 0x10000); in GetTransformedFace()
413 smatrix.xy = (FT_Fixed)(-shearAngle.Cosine() * 0x10000); in GetTransformedFace()