/aoo42x/main/vcl/source/gdi/ |
H A D | salgdilayout.cxx | 90 bool SalGraphics::drawAlphaBitmap( const SalTwoRect&, in drawAlphaBitmap() function in SalGraphics 825 return drawAlphaBitmap( aPosAry2, rSourceBitmap, rAlphaBitmap ); in DrawAlphaBitmap() 828 return drawAlphaBitmap( rPosAry, rSourceBitmap, rAlphaBitmap ); in DrawAlphaBitmap()
|
/aoo42x/main/vcl/unx/headless/ |
H A D | svpgdi.hxx | 52 …virtual bool drawAlphaBitmap( const SalTwoRect&, const SalBitmap& rSourceBitmap, const SalBitmap& …
|
H A D | svppspgraphics.hxx | 53 …virtual bool drawAlphaBitmap( const SalTwoRect&, const SalBitmap& rSourceBitmap, const SalBitmap& …
|
H A D | svpgdi.cxx | 72 bool SvpSalGraphics::drawAlphaBitmap( const SalTwoRect&, const SalBitmap& /*rSourceBitmap*/, const … in drawAlphaBitmap() function in SvpSalGraphics
|
H A D | svppspgraphics.cxx | 173 bool PspGraphics::drawAlphaBitmap( const SalTwoRect&, const SalBitmap& /*rSourceBitmap*/, const Sal… in drawAlphaBitmap() function in PspGraphics
|
/aoo42x/main/vcl/unx/generic/gdi/ |
H A D | salgdi2.cxx | 668 drawAlphaBitmap( rPosAry, rSrcBitmap, rMaskBitmap ); in drawBitmap() 773 bool X11SalGraphics::drawAlphaBitmap( const SalTwoRect& rTR, in drawAlphaBitmap() function in X11SalGraphics
|
H A D | pspgraphics.cxx | 1486 bool PspGraphics::drawAlphaBitmap( const SalTwoRect&, in drawAlphaBitmap() function in PspGraphics
|
/aoo42x/main/vcl/inc/unx/ |
H A D | pspgraphics.h | 183 virtual bool drawAlphaBitmap( const SalTwoRect&,
|
H A D | salgdi.h | 335 virtual bool drawAlphaBitmap( const SalTwoRect&,
|
/aoo42x/main/vcl/inc/os2/ |
H A D | salgdi.h | 221 virtual bool drawAlphaBitmap( const SalTwoRect&,
|
/aoo42x/main/vcl/inc/win/ |
H A D | salgdi.h | 247 virtual bool drawAlphaBitmap( const SalTwoRect&,
|
/aoo42x/main/vcl/inc/aqua/ |
H A D | salgdi.h | 276 virtual bool drawAlphaBitmap( const SalTwoRect&,
|
/aoo42x/main/vcl/inc/ |
H A D | salgdi.hxx | 186 virtual bool drawAlphaBitmap( const SalTwoRect&,
|
/aoo42x/main/vcl/win/source/gdi/ |
H A D | salgdi_gdiplus.cxx | 411 bool WinSalGraphics::drawAlphaBitmap( in drawAlphaBitmap() function in WinSalGraphics
|
H A D | salgdi2.cxx | 540 if(bTryDirectPaint && drawAlphaBitmap(rPosAry, rSSalBitmap, rSTransparentBitmap)) in drawBitmap()
|
/aoo42x/main/vcl/os2/source/gdi/ |
H A D | salgdi2.cxx | 534 bool Os2SalGraphics::drawAlphaBitmap( const SalTwoRect& rTR, in drawAlphaBitmap() function in Os2SalGraphics
|
/aoo42x/main/vcl/aqua/source/gdi/ |
H A D | salgdi.cxx | 1493 bool AquaSalGraphics::drawAlphaBitmap( const SalTwoRect& rTR, in drawAlphaBitmap() function in AquaSalGraphics
|