Lines Matching refs:rAquaGraphics
364 AquaSalGraphics& rAquaGraphics = static_cast<AquaSalGraphics&>(rGraphics); in DrawText() local
368 || !rAquaGraphics.CheckContext() ) in DrawText()
374 CGContextSaveGState( rAquaGraphics.mrContext ); in DrawText()
375 CGContextScaleCTM( rAquaGraphics.mrContext, +mfFontScale, -mfFontScale ); in DrawText()
376 CGContextSetShouldAntialias( rAquaGraphics.mrContext, !rAquaGraphics.mbNonAntialiasedText ); in DrawText()
388 theValues[numcontrols++] = &rAquaGraphics.mrContext; in DrawText()
391 if( rAquaGraphics.mnATSUIRotation != 0 ) in DrawText()
393 Fixed theAngle = rAquaGraphics.mnATSUIRotation; in DrawText()
418 if( rAquaGraphics.mnATSUIRotation != 0 ) in DrawText()
420 const double fRadians = rAquaGraphics.mnATSUIRotation * (M_PI/0xB40000); in DrawText()
433 if( rAquaGraphics.IsWindowGraphics() ) in DrawText()
448 aRect = CGContextConvertRectToDeviceSpace( rAquaGraphics.mrContext, aRect ); in DrawText()
449 rAquaGraphics.RefreshRect( aRect ); in DrawText()
454 CGContextRestoreGState( rAquaGraphics.mrContext ); in DrawText()