Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dbitmap.cxx1128 sal_Bool Bitmap::Expand( sal_uLong nDX, sal_uLong nDY, const Color* pInitColor ) in Expand() argument
1156 if( pInitColor ) in Expand()
1157 aColor = pWriteAcc->GetBestMatchingColor( *pInitColor ); in Expand()
1163 if( pInitColor && nDX ) in Expand()
1168 if( pInitColor && nDY ) in Expand()
H A Dbitmapex.cxx562 sal_Bool BitmapEx::Expand( sal_uLong nDX, sal_uLong nDY, const Color* pInitColor, sal_Bool bExpandT… in Expand() argument
568 bRet = aBitmap.Expand( nDX, nDY, pInitColor ); in Expand()
/trunk/main/vcl/inc/vcl/
H A Dbitmapex.hxx189 const Color* pInitColor = NULL,
H A Dbitmap.hxx569 const Color* pInitColor = NULL );

Completed in 38 milliseconds