Home
last modified time | relevance | path

Searched refs:GetBestMatchingColor (Results 1 – 15 of 15) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dbitmap.cxx817 const BitmapColor aFillColor( pWriteAcc->GetBestMatchingColor( rFillColor ) ); in Rotate()
1157 aColor = pWriteAcc->GetBestMatchingColor( *pInitColor ); in Expand()
1203 const BitmapColor aBlack( pWriteAcc->GetBestMatchingColor( Color( COL_BLACK ) ) ); in CreateMask()
1208 const BitmapColor aTest( pReadAcc->GetBestMatchingColor( rTransColor ) ); in CreateMask()
1395 const BitmapColor aMatch( pReadAcc->GetBestMatchingColor( rColor ) ); in CreateRegion()
1505 aReplace = pAcc->GetBestMatchingColor( rReplaceColor ); in Replace()
1644 const BitmapColor aReplace( pAcc->GetBestMatchingColor( rReplaceColor ) ); in Replace()
1738 pReplaces[ i ] = pAcc->GetBestMatchingColor( pReplaceColors[ i ] ); in Replace()
1844 const BitmapColor aWhite( pAcc->GetBestMatchingColor( Color( COL_WHITE ) ) ); in CombineSimple()
1845 const BitmapColor aBlack( pAcc->GetBestMatchingColor( aColBlack ) ); in CombineSimple()
[all …]
H A Doutdev6.cxx497 … const BitmapColor aWhite( pR->GetBestMatchingColor( Color( COL_WHITE ) ) ); in DrawTransparent()
498 … const BitmapColor aBlack( pR->GetBestMatchingColor( Color( COL_BLACK ) ) ); in DrawTransparent()
H A Dalpha.cxx327 const BitmapColor aMaskWhite( pMaskAcc->GetBestMatchingColor( Color( COL_WHITE ) ) ); in Replace()
H A Dbitmap3.cxx376 const BitmapColor aBlack( pWriteAcc->GetBestMatchingColor( Color( COL_BLACK ) ) ); in ImplMakeMono()
377 const BitmapColor aWhite( pWriteAcc->GetBestMatchingColor( Color( COL_WHITE ) ) ); in ImplMakeMono()
450 const BitmapColor aBlack( pWriteAcc->GetBestMatchingColor( Color( COL_BLACK ) ) ); in ImplMakeMonoDither()
451 const BitmapColor aWhite( pWriteAcc->GetBestMatchingColor( Color( COL_WHITE ) ) ); in ImplMakeMonoDither()
H A Dpngwrite.cxx573 const BitmapColor aTrans( mpMaskAccess->GetBestMatchingColor( Color( COL_WHITE ) ) ); in ImplGetFilter()
H A Dimpvect.cxx984 const BitmapColor aTest( pRAcc->GetBestMatchingColor( rColor ) ); in ImplExpand()
H A Doutdev3.cxx7628 const BitmapColor aBlack( pAcc->GetBestMatchingColor( Color( COL_BLACK ) ) ); in GetTextBoundRect()
/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx1364 const BitmapColor aB( pAcc->GetBestMatchingColor( Color( COL_BLACK ) ) ); in ImplCreateScaled()
1365 const BitmapColor aWB( pWAcc->GetBestMatchingColor( Color( COL_BLACK ) ) ); in ImplCreateScaled()
1366 const BitmapColor aWW( pWAcc->GetBestMatchingColor( Color( COL_WHITE ) ) ); in ImplCreateScaled()
1615 const BitmapColor aTrans( pWAcc->GetBestMatchingColor( Color( COL_WHITE ) ) ); in ImplCreateRotatedScaled()
1667 const BitmapColor aB( pWAcc->GetBestMatchingColor( Color( COL_BLACK ) ) ); in ImplCreateRotatedScaled()
1668 const BitmapColor aW( pWAcc->GetBestMatchingColor( Color( COL_WHITE ) ) ); in ImplCreateRotatedScaled()
1678 aTestB = pMAcc->GetBestMatchingColor( Color( COL_BLACK ) ); in ImplCreateRotatedScaled()
/trunk/main/svtools/source/filter/ixbm/
H A Dxbmread.cxx334 aWhite = pAcc1->GetBestMatchingColor( Color( COL_WHITE ) ); in ReadXBM()
335 aBlack = pAcc1->GetBestMatchingColor( Color( COL_BLACK ) ); in ReadXBM()
/trunk/main/vcl/inc/vcl/
H A Dbmpacc.hxx153 inline BitmapColor GetBestMatchingColor( const BitmapColor& rBitmapColor );
385 inline BitmapColor BitmapReadAccess::GetBestMatchingColor( const BitmapColor& rBitmapColor ) in GetBestMatchingColor() function in BitmapReadAccess
/trunk/main/svtools/source/filter/ixpm/
H A Dxpmread.cxx270 aWhite = mpMaskAcc->GetBestMatchingColor( Color( COL_WHITE ) ); in ImplGetScanLine()
271 aBlack = mpMaskAcc->GetBestMatchingColor( Color( COL_BLACK ) ); in ImplGetScanLine()
/trunk/main/forms/source/component/
H A Dimgprod.cxx517 const BitmapColor aWhite( pMskAcc->GetBestMatchingColor( Color( COL_WHITE ) ) ); in ImplUpdateConsumer()
566 const BitmapColor aWhite( pMskAcc->GetBestMatchingColor( Color( COL_WHITE ) ) ); in ImplUpdateConsumer()
/trunk/main/svx/source/xoutdev/
H A D_xoutbmp.cxx509 const BitmapColor aBlack = pAcc->GetBestMatchingColor( Color( COL_BLACK ) ); in GetCountour()
/trunk/main/svtools/source/filter/jpeg/
H A Djpeg.cxx456 pCols[ n ] = pAcc->GetBestMatchingColor( BitmapColor( cGray, cGray, cGray ) ); in FillBitmap()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx486 const BitmapColor aBlack( pAcc->GetBestMatchingColor( Color( COL_BLACK ) ) ); in ImplWriteProlog()

Completed in 129 milliseconds