Lines Matching refs:nDrawableDepth
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
678 ImplGetDDB( aDrawable, nScreen, nDrawableDepth, rTwoRect ); in ImplDraw()
680 mpDDB->ImplDraw( aDrawable, nDrawableDepth, rTwoRect, rGC ); in ImplDraw()
912 ImplSalDDB::ImplSalDDB( Drawable aDrawable, int nScreen, long nDrawableDepth, long nX, long nY, lon… in ImplSalDDB() argument
913 mnDepth( nDrawableDepth ), in ImplSalDDB()
919 if( (maPixmap = XCreatePixmap( pXDisp, aDrawable, nWidth, nHeight, nDrawableDepth )) ) in ImplSalDDB()
934 ImplDraw( aDrawable, nDrawableDepth, maPixmap, mnDepth, in ImplSalDDB()
982 void ImplSalDDB::ImplDraw( Drawable aDrawable, long nDrawableDepth, const SalTwoRect& rTwoRect, con… in ImplDraw() argument
984 ImplDraw( maPixmap, mnDepth, aDrawable, nDrawableDepth, in ImplDraw()