Searched refs:mfFontRotation (Results 1 – 5 of 5) sorted by relevance
69 CGFloat mfFontRotation; // text direction angle (in radians) member in CTLayout91 , mfFontRotation( pTextStyle->mfFontRotation ) in CTLayout()258 if( mfFontRotation != 0.0 ) in DrawText()260 CGContextRotateCTM( rAquaGraphics.mrContext, +mfFontRotation ); in DrawText()262 const CGAffineTransform aInvMatrix = CGAffineTransformMakeRotation( -mfFontRotation ); in DrawText()
159 mfFontRotation = pReqFont->mnOrientation * (M_PI / 1800.0); in AtsTextStyle()
100 mfFontRotation = pReqFont->mnOrientation * (M_PI / 1800.0); in CTTextStyle()
71 , mfFontRotation( 0.0 ) in ImplMacTextStyle()
127 float mfFontRotation; member in ImplMacTextStyle
Completed in 61 milliseconds