Searched refs:pInitColor (Results 1 – 4 of 4) sorted by relevance
1128 sal_Bool Bitmap::Expand( sal_uLong nDX, sal_uLong nDY, const Color* pInitColor ) in Expand() argument1156 if( pInitColor ) in Expand()1157 aColor = pWriteAcc->GetBestMatchingColor( *pInitColor ); in Expand()1163 if( pInitColor && nDX ) in Expand()1168 if( pInitColor && nDY ) in Expand()
560 sal_Bool BitmapEx::Expand( sal_uLong nDX, sal_uLong nDY, const Color* pInitColor, sal_Bool bExpandT… in Expand() argument566 bRet = aBitmap.Expand( nDX, nDY, pInitColor ); in Expand()
189 const Color* pInitColor = NULL,
569 const Color* pInitColor = NULL );
Completed in 43 milliseconds