Searched refs:rAquaGraphics (Results 1 – 2 of 2) sorted by relevance
244 || !rAquaGraphics.CheckContext() ) in DrawText()250 CGContextSaveGState( rAquaGraphics.mrContext ); in DrawText()251 CGContextScaleCTM( rAquaGraphics.mrContext, +mfFontScale, -mfFontScale ); in DrawText()252 CGContextSetShouldAntialias( rAquaGraphics.mrContext, !rAquaGraphics.mbNonAntialiasedText ); in DrawText()260 CGContextRotateCTM( rAquaGraphics.mrContext, +mfFontRotation ); in DrawText()269 if( rAquaGraphics.IsWindowGraphics() ) in DrawText()273 rAquaGraphics.RefreshRect( aRefreshRect ); in DrawText()277 CGContextSetFillColor( rAquaGraphics.mrContext, rAquaGraphics.maTextColor.AsArray() ); in DrawText()280 CTLineDraw( mpCTLine, rAquaGraphics.mrContext ); in DrawText()283 CGContextRestoreGState( rAquaGraphics.mrContext ); in DrawText()[all …]
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()433 if( rAquaGraphics.IsWindowGraphics() ) in DrawText()449 rAquaGraphics.RefreshRect( aRect ); in DrawText()[all …]
Completed in 11 milliseconds