Searched refs:mnCos (Results 1 – 3 of 3) sorted by relevance
406 mnCos( 0x10000), in ServerFont()419 mnCos = static_cast<long>( 0x10000 * cos( dRad ) + 0.5 ); in ServerFont()496 if( mnCos == 0x10000 ) in TransformPoint()499 const double dCos = mnCos * (1.0 / 0x10000); in TransformPoint()
863 if( ((mnCos != 0) && (mnSin != 0)) || (mnPrioEmbedded <= 0) ) in FreetypeServerFont()876 if( (mnSin != 0) && (mnCos != 0) ) // hinting for 0/90/180/270 degrees only in SetFontOptions()1113 aMatrix.xx = +mnCos; in ApplyGlyphTransform()1114 aMatrix.yy = +mnCos; in ApplyGlyphTransform()1125 aMatrix.xy = (FT_Pos)(-mnCos * mfStretch); in ApplyGlyphTransform()1126 aMatrix.yx = (FT_Pos)(+mnCos / mfStretch); in ApplyGlyphTransform()1133 aVector.y = (FT_Pos)(-rMetrics.descender * mfStretch * mnCos/65536.0); in ApplyGlyphTransform()1136 aMatrix.xy = (FT_Pos)(+mnCos * mfStretch); in ApplyGlyphTransform()1137 aMatrix.yx = (FT_Pos)(-mnCos / mfStretch); in ApplyGlyphTransform()1427 if( (mnCos==0 || mnSin==0) && (mnPrioAutoHint > 0) ) in GetGlyphBitmap1()
242 long mnCos; member in ServerFont
Completed in 27 milliseconds