Home
last modified time | relevance | path

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

/aoo41x/main/vcl/source/gdi/
H A Doutdev2.cxx1672 const SalColor aSalCol = mpGraphics->GetPixel( nX, nY, this ); in GetPixel() local
1673 aColor.SetRed( SALCOLOR_RED( aSalCol ) ); in GetPixel()
1674 aColor.SetGreen( SALCOLOR_GREEN( aSalCol ) ); in GetPixel()
1675 aColor.SetBlue( SALCOLOR_BLUE( aSalCol ) ); in GetPixel()
1705 const SalColor aSalCol( mpGraphics->GetPixel( ImplLogicXToDevicePixel( rPt.X() ), in GetPixel() local
1708 rCol.SetRed( SALCOLOR_RED( aSalCol ) ); in GetPixel()
1709 rCol.SetGreen( SALCOLOR_GREEN( aSalCol ) ); in GetPixel()
1710 rCol.SetBlue( SALCOLOR_BLUE( aSalCol ) ); in GetPixel()

Completed in 35 milliseconds