Home
last modified time | relevance | path

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

/aoo41x/main/vcl/aqua/source/gdi/
H A Dsalbmp.cxx135 const AquaSalBitmap& rSourceBitmap = static_cast<const AquaSalBitmap&>(rSalBmp); in Create() local
137 if( isValidBitCount( nNewBitCount ) && rSourceBitmap.maUserBuffer.get() ) in Create()
140 mnWidth = rSourceBitmap.mnWidth; in Create()
141 mnHeight = rSourceBitmap.mnHeight; in Create()
142 maPalette = rSourceBitmap.maPalette; in Create()
146 … maPalette, maUserBuffer.get(), rSourceBitmap.mnBits, rSourceBitmap.mnBytesPerRow, rSourceBitmap.m… in Create()
/aoo41x/main/vcl/inc/
H A Dsalgdi.hxx187 const SalBitmap& rSourceBitmap,
195 const SalBitmap& rSourceBitmap,
495 const SalBitmap& rSourceBitmap,
503 const SalBitmap& rSourceBitmap,
/aoo41x/main/vcl/source/gdi/
H A Dsalgdilayout.cxx817 const SalBitmap& rSourceBitmap, in DrawAlphaBitmap() argument
825 return drawAlphaBitmap( aPosAry2, rSourceBitmap, rAlphaBitmap ); in DrawAlphaBitmap()
828 return drawAlphaBitmap( rPosAry, rSourceBitmap, rAlphaBitmap ); in DrawAlphaBitmap()
835 const SalBitmap& rSourceBitmap, in DrawTransformedBitmap() argument
849 return drawTransformedBitmap(aNull, aX, aY, rSourceBitmap, pAlphaBitmap); in DrawTransformedBitmap()
853 return drawTransformedBitmap(rNull, rX, rY, rSourceBitmap, pAlphaBitmap); in DrawTransformedBitmap()
/aoo41x/main/vcl/unx/headless/
H A Dsvpgdi.hxx52 …virtual bool drawAlphaBitmap( const SalTwoRect&, const SalBitmap& rSourceBitmap, const SalBitmap& …
57 const SalBitmap& rSourceBitmap,
H A Dsvppspgraphics.hxx53 …virtual bool drawAlphaBitmap( const SalTwoRect&, const SalBitmap& rSourceBitmap, const SalBitmap& …
58 const SalBitmap& rSourceBitmap,
H A Dsvpgdi.cxx82 const SalBitmap& rSourceBitmap, in drawTransformedBitmap() argument
86 (void)rNull; (void)rX; (void)rY; (void)rSourceBitmap; (void)pAlphaBitmap; in drawTransformedBitmap()
H A Dsvppspgraphics.cxx182 const SalBitmap& rSourceBitmap, in drawTransformedBitmap() argument
186 (void)rNull; (void)rX; (void)rY; (void)rSourceBitmap; (void)pAlphaBitmap; in drawTransformedBitmap()
/aoo41x/main/vcl/inc/unx/
H A Dpspgraphics.h184 const SalBitmap& rSourceBitmap,
190 const SalBitmap& rSourceBitmap,
H A Dsalgdi.h336 const SalBitmap& rSourceBitmap,
342 const SalBitmap& rSourceBitmap,
/aoo41x/main/vcl/inc/os2/
H A Dsalgdi.h222 const SalBitmap& rSourceBitmap,
228 const SalBitmap& rSourceBitmap,
/aoo41x/main/vcl/inc/win/
H A Dsalgdi.h248 const SalBitmap& rSourceBitmap,
254 const SalBitmap& rSourceBitmap,
/aoo41x/main/vcl/win/source/gdi/
H A Dsalgdi_gdiplus.cxx449 const SalBitmap& rSourceBitmap, in drawTransformedBitmap() argument
452 const WinSalBitmap& rSalBitmap = static_cast< const WinSalBitmap& >(rSourceBitmap); in drawTransformedBitmap()
/aoo41x/main/vcl/inc/aqua/
H A Dsalgdi.h277 const SalBitmap& rSourceBitmap,
283 const SalBitmap& rSourceBitmap,
/aoo41x/main/vcl/os2/source/gdi/
H A Dsalgdi2.cxx548 const SalBitmap& rSourceBitmap, in drawTransformedBitmap() argument
552 (void)rNull; (void)rX; (void)rY; (void)rSourceBitmap; (void)pAlphaBitmap; in drawTransformedBitmap()
/aoo41x/main/vcl/unx/generic/gdi/
H A Dsalgdi2.cxx909 const SalBitmap& rSourceBitmap, in drawTransformedBitmap() argument
913 (void)rNull; (void)rX; (void)rY; (void)rSourceBitmap; (void)pAlphaBitmap; in drawTransformedBitmap()
H A Dpspgraphics.cxx1497 const SalBitmap& rSourceBitmap, in drawTransformedBitmap() argument
1501 (void)rNull; (void)rX; (void)rY; (void)rSourceBitmap; (void)pAlphaBitmap; in drawTransformedBitmap()

Completed in 186 milliseconds