Home
last modified time | relevance | path

Searched refs:mnSin (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx863 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()
1115 aMatrix.xy = -mnSin; in ApplyGlyphTransform()
1116 aMatrix.yx = +mnSin; in ApplyGlyphTransform()
1123 aMatrix.xx = (FT_Pos)(-mnSin / mfStretch); in ApplyGlyphTransform()
1124 aMatrix.yy = (FT_Pos)(-mnSin * mfStretch); in ApplyGlyphTransform()
1132 aVector.x += (FT_Pos)(rMetrics.descender * mnSin/65536.0); in ApplyGlyphTransform()
1134 aMatrix.xx = (FT_Pos)(+mnSin / mfStretch); in ApplyGlyphTransform()
1135 aMatrix.yy = (FT_Pos)(+mnSin * mfStretch); in ApplyGlyphTransform()
1427 if( (mnCos==0 || mnSin==0) && (mnPrioAutoHint > 0) ) in GetGlyphBitmap1()
H A Dglyphcache.cxx407 mnSin( 0 ), in ServerFont()
420 mnSin = static_cast<long>( 0x10000 * sin( dRad ) + 0.5 ); in ServerFont()
500 const double dSin = mnSin * (1.0 / 0x10000); in TransformPoint()
/trunk/main/vcl/inc/
H A Dglyphcache.hxx243 long mnSin; member in ServerFont

Completed in 31 milliseconds