Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx1681 const SalColor aSalCol = mpGraphics->GetPixel( nX, nY, this ); in GetPixel() local
1682 aColor.SetRed( SALCOLOR_RED( aSalCol ) ); in GetPixel()
1683 aColor.SetGreen( SALCOLOR_GREEN( aSalCol ) ); in GetPixel()
1684 aColor.SetBlue( SALCOLOR_BLUE( aSalCol ) ); in GetPixel()
1714 const SalColor aSalCol( mpGraphics->GetPixel( ImplLogicXToDevicePixel( rPt.X() ), in GetPixel() local
1717 rCol.SetRed( SALCOLOR_RED( aSalCol ) ); in GetPixel()
1718 rCol.SetGreen( SALCOLOR_GREEN( aSalCol ) ); in GetPixel()
1719 rCol.SetBlue( SALCOLOR_BLUE( aSalCol ) ); in GetPixel()

Completed in 25 milliseconds