Searched refs:nDrawableDepth (Results 1 – 2 of 2) sorted by relevance
| /AOO42X/main/vcl/unx/generic/gdi/ |
| H A D | salbmp.cxx | 190 long nDrawableDepth, in ImplCreateDIB() argument 196 if( aDrawable && nWidth && nHeight && nDrawableDepth ) in ImplCreateDIB() 306 … const sal_uInt16 nCols = Min( (sal_uLong)rColMap.GetUsed(), (sal_uLong)(1 << nDrawableDepth) ); in ImplCreateDIB() 472 int nScreen, long nDrawableDepth, in ImplCreateFromDrawable() argument 477 if( aDrawable && nWidth && nHeight && nDrawableDepth ) in ImplCreateFromDrawable() 478 mpDDB = new ImplSalDDB( aDrawable, nScreen, nDrawableDepth, nX, nY, nWidth, nHeight ); in ImplCreateFromDrawable() 578 long nDrawableDepth, in ImplGetDDB() argument 581 if( !mpDDB || !mpDDB->ImplMatches( nScreen, nDrawableDepth, rTwoRect ) ) in ImplGetDDB() 654 nDrawableDepth, aTwoRect ); in ImplGetDDB() 674 long nDrawableDepth, in ImplDraw() argument [all …]
|
| /AOO42X/main/vcl/inc/unx/ |
| H A D | salbmp.h | 54 long nDrawableDepth, 82 long nDrawableDepth, 90 SAL_DLLPRIVATE ImplSalDDB* ImplGetDDB( Drawable, int nScreen, long nDrawableDepth, 92 void ImplDraw( Drawable aDrawable, int nScreen, long nDrawableDepth, 148 long nDrawableDepth, 164 void ImplDraw( Drawable aDrawable, long nDrawableDepth,
|