Home
last modified time | relevance | path

Searched refs:aDstPoint (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/unx/headless/
H A Dsvptext.cxx484 B2IPoint aDstPoint( aPos.X(), aPos.Y() ); in DrawServerFontLayout() local
486 = rGlyphPeer.GetGlyphBmp( *pSF, aGlyphId, m_eTextFmt, aDstPoint ); in DrawServerFontLayout()
492 m_aDevice->drawMaskedColor( m_aTextColor, aAlphaMask, aSrcRect, aDstPoint, m_aClipMap ); in DrawServerFontLayout()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx1126 …const CGPoint aDstPoint = CGPointMake( +rPosAry.mnDestX - rPosAry.mnSrcX, rPosAry.mnDestY - rPosAr… in copyBits() local
1128 (!mnBitmapDepth || (aDstPoint.x + pSrc->mnWidth) <= mnWidth) ) // workaround a Quartz crasher in copyBits()
1146 ::CGContextDrawLayerAtPoint( xCopyContext, aDstPoint, pSrc->mxLayer ); in copyBits()
1218 const CGPoint aDstPoint = CGPointMake( +nDstX, +nDstY); in copyArea() local
1219 ::CGContextDrawLayerAtPoint( xCopyContext, aDstPoint, xSrcLayer ); in copyArea()

Completed in 24 milliseconds