Home
last modified time | relevance | path

Searched refs:aWhite (Results 1 – 23 of 23) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dbitmap.cxx1219 aWhite.GetIndex() == 1 ) in CreateMask()
1256 aWhite.GetIndex() == 1 ) in CreateMask()
1295 pWriteAcc->SetPixel( nY, nX, aWhite ); in CreateMask()
1857 pAcc->SetPixel( nY, nX, aWhite ); in CombineSimple()
1867 pAcc->SetPixel( nY, nX, aWhite ); in CombineSimple()
1879 pAcc->SetPixel( nY, nX, aWhite ); in CombineSimple()
1893 pAcc->SetPixel( nY, nX, aWhite ); in CombineSimple()
1903 pAcc->SetPixel( nY, nX, aWhite ); in CombineSimple()
1917 pAcc->SetPixel( nY, nX, aWhite ); in CombineSimple()
1932 pAcc->SetPixel( nY, nX, aWhite ); in CombineSimple()
[all …]
H A Dbitmap3.cxx377 const BitmapColor aWhite( pWriteAcc->GetBestMatchingColor( Color( COL_WHITE ) ) ); in ImplMakeMono() local
391 pWriteAcc->SetPixel( nY, nX, aWhite ); in ImplMakeMono()
407 pWriteAcc->SetPixel( nY, nX, aWhite ); in ImplMakeMono()
451 const BitmapColor aWhite( pWriteAcc->GetBestMatchingColor( Color( COL_WHITE ) ) ); in ImplMakeMonoDither() local
468 pWriteAcc->SetPixel( nY, nX, aWhite ); in ImplMakeMonoDither()
484 pWriteAcc->SetPixel( nY, nX, aWhite ); in ImplMakeMonoDither()
H A Doutdev6.cxx497 … const BitmapColor aWhite( pR->GetBestMatchingColor( Color( COL_WHITE ) ) ); in DrawTransparent() local
/trunk/main/svtools/source/filter/ixpm/
H A Dxpmread.cxx263 BitmapColor aWhite; in ImplGetScanLine() local
270 aWhite = mpMaskAcc->GetBestMatchingColor( Color( COL_WHITE ) ); in ImplGetScanLine()
289 ( mpColMap[ k * (mnCpp + 4) + mnCpp] ) ? aWhite : aBlack ); in ImplGetScanLine()
306 pColor[ mnCpp ] ) ? aWhite : aBlack ); in ImplGetScanLine()
/trunk/main/forms/source/component/
H A Dimgprod.cxx517 const BitmapColor aWhite( pMskAcc->GetBestMatchingColor( Color( COL_WHITE ) ) ); in ImplUpdateConsumer() local
528 if( pMskAcc->GetPixel( nY, nX ) == aWhite ) in ImplUpdateConsumer()
550 if( pMskAcc->GetPixel( nY, nX ) == aWhite ) in ImplUpdateConsumer()
566 const BitmapColor aWhite( pMskAcc->GetBestMatchingColor( Color( COL_WHITE ) ) ); in ImplUpdateConsumer() local
579 if( pMskAcc->GetPixel( nY, nX ) != aWhite ) in ImplUpdateConsumer()
/trunk/main/vcl/test/
H A Dcanvasbitmaptest.cxx891 BitmapColor aWhite(0); in Paint() local
895aWhite.SetIndex( sal::static_int_cast<BYTE>(pAcc->GetBestPaletteIndex(BitmapColor(255,255,255))) ); in Paint()
900 aWhite = Color(COL_WHITE); in Paint()
904 pAcc->SetPixel(0,0,aWhite); in Paint()
906 pAcc->SetPixel(0,2,aWhite); in Paint()
/trunk/main/svtools/source/filter/igif/
H A Dgifread.cxx94 const Color aWhite( COL_WHITE ); in CreateBitmaps() local
99 aBmp1.Erase( aWhite ); in CreateBitmaps()
105 cTransIndex1 = (sal_uInt8) pAcc1->GetBestPaletteIndex( aWhite ); in CreateBitmaps()
/trunk/main/svtools/source/filter/ixbm/
H A Dxbmread.cxx257 pAcc1->SetPixel( nRow, nCol++, ( nValue & ( 1 << nBit++ ) ) ? aBlack : aWhite ); in ParseData()
334 aWhite = pAcc1->GetBestMatchingColor( Color( COL_WHITE ) ); in ReadXBM()
/trunk/main/sc/source/ui/view/
H A Dhdrcont.cxx225 Color aWhite( COL_WHITE ); in DrawShadedRect() local
229 aCenter.Merge( aWhite, 0xd0 ); // lighten up a bit in DrawShadedRect()
231 aOuter.Merge( aWhite, 0xa0 ); // lighten up more in DrawShadedRect()
H A Dtabview.cxx251 Color aWhite( COL_WHITE ); in Paint() local
253 aCenter.Merge( aWhite, 0xd0 ); // lighten up a bit in Paint()
255 aOuter.Merge( aWhite, 0xa0 ); // lighten up more in Paint()
/trunk/main/vcl/workben/
H A Dsvptest.cxx301 Color aWhite( 0xff, 0xff, 0xff ); in Paint() local
310 Gradient aGradient( GRADIENT_LINEAR, aBlack, aWhite ); in Paint()
/trunk/main/vcl/unx/gtk/app/
H A Dgtkdata.cxx343 GdkColor aWhite = { 0, 0xffff, 0xffff, 0xffff }; in getFromXPM() local
347 gdk_colormap_alloc_color( pColormap, &aWhite, FALSE, TRUE); in getFromXPM()
351 &aBlack, &aWhite, nXHot, nYHot); in getFromXPM()
/trunk/main/svtools/source/inc/
H A Dxbmread.hxx63 BitmapColor aWhite; member in XBMReader
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx295 XColor aBlack, aWhite; in createCursor() local
301 aWhite.pixel = WhitePixel( m_pDisplay, 0 ); in createCursor()
302 aWhite.red = aWhite.green = aWhite.blue = 0xffff; in createCursor()
303 aWhite.flags = DoRed | DoGreen | DoBlue; in createCursor()
319 &aBlack, &aWhite, in createCursor()
/trunk/main/sc/source/core/tool/
H A Dautoform.cxx950 Color aWhite(COL_WHITE); in ScAutoFormat() local
952 SvxColorItem aWhiteText( aWhite, ATTR_FONT_COLOR ); in ScAutoFormat()
955 SvxBrushItem aWhiteBack( aWhite, ATTR_BACKGROUND ); in ScAutoFormat()
/trunk/main/padmin/source/
H A Dpadialog.cxx518 Color aWhite( 0xff, 0xff, 0xff ); in printPage() local
527 Gradient aGradient( GRADIENT_LINEAR, aBlack, aWhite ); in printPage()
/trunk/main/vcl/source/window/
H A Ddecoview.cxx308 const Color aWhite( COL_WHITE ); in ImplDrawSymbol() local
311 pWAcc->Erase( aWhite ); in ImplDrawSymbol()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx364 const ::Color aWhite( COL_WHITE ); in createMaskBmpEx() local
366 aBiLevelPalette[0] = aWhite; in createMaskBmpEx()
369 Bitmap aMask( rBitmap.CreateMask( aWhite )); in createMaskBmpEx()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx832 const Color aWhite(COL_WHITE); in createMaskBmpEx() local
835 aBiLevelPalette[0] = aWhite; in createMaskBmpEx()
838 Bitmap aMask(rBitmap.CreateMask(aWhite)); in createMaskBmpEx()
/trunk/main/sd/source/core/
H A Ddrawdoc4.cxx662 Color aWhite( COL_WHITE ); in CreateDefaultCellStyles() local
663 SvxBorderLine aBorderLine( &aWhite, 1, 0, 0 ); in CreateDefaultCellStyles()
/trunk/main/svx/source/gallery2/
H A Dgalobj.cxx116 const Color aWhite( COL_WHITE ); in CreateThumb() local
/trunk/main/vcl/unx/generic/app/
H A Dsaldisp.cxx2092 XColor aBlack, aWhite, aDummy; in GetPointer() local
2096 XAllocNamedColor( pDisp_, hColormap, "white", &aWhite, &aDummy ); in GetPointer()
2100 &aBlack, &aWhite, in GetPointer()
/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx125 Color aWhite( COL_WHITE ); in setButtonLikeFaceColor() local
127 aBackground.SetRed( ( aBackground.GetRed() + aWhite.GetRed() ) / 2 ); in setButtonLikeFaceColor()
128 aBackground.SetGreen( ( aBackground.GetGreen() + aWhite.GetGreen() ) / 2 ); in setButtonLikeFaceColor()
129 aBackground.SetBlue( ( aBackground.GetBlue() + aWhite.GetBlue() ) / 2 ); in setButtonLikeFaceColor()

Completed in 213 milliseconds