/aoo42x/main/vcl/source/gdi/ |
H A D | bitmap.cxx | 1219 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 D | bitmap3.cxx | 377 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 D | outdev6.cxx | 497 … const BitmapColor aWhite( pR->GetBestMatchingColor( Color( COL_WHITE ) ) ); in DrawTransparent() local
|
/aoo42x/main/svtools/source/filter/ixpm/ |
H A D | xpmread.cxx | 263 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()
|
/aoo42x/main/forms/source/component/ |
H A D | imgprod.cxx | 517 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()
|
/aoo42x/main/vcl/test/ |
H A D | canvasbitmaptest.cxx | 891 BitmapColor aWhite(0); in Paint() local 895 …aWhite.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()
|
/aoo42x/main/svtools/source/filter/igif/ |
H A D | gifread.cxx | 94 const Color aWhite( COL_WHITE ); in CreateBitmaps() local 99 aBmp1.Erase( aWhite ); in CreateBitmaps() 105 cTransIndex1 = (sal_uInt8) pAcc1->GetBestPaletteIndex( aWhite ); in CreateBitmaps()
|
/aoo42x/main/svtools/source/filter/ixbm/ |
H A D | xbmread.cxx | 257 pAcc1->SetPixel( nRow, nCol++, ( nValue & ( 1 << nBit++ ) ) ? aBlack : aWhite ); in ParseData() 334 aWhite = pAcc1->GetBestMatchingColor( Color( COL_WHITE ) ); in ReadXBM()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | hdrcont.cxx | 225 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 D | tabview.cxx | 251 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()
|
/aoo42x/main/vcl/workben/ |
H A D | svptest.cxx | 301 Color aWhite( 0xff, 0xff, 0xff ); in Paint() local 310 Gradient aGradient( GRADIENT_LINEAR, aBlack, aWhite ); in Paint()
|
/aoo42x/main/vcl/unx/gtk/app/ |
H A D | gtkdata.cxx | 343 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()
|
/aoo42x/main/svtools/source/inc/ |
H A D | xbmread.hxx | 63 BitmapColor aWhite; member in XBMReader
|
/aoo42x/main/vcl/unx/generic/dtrans/ |
H A D | X11_selection.cxx | 295 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()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | autoform.cxx | 950 Color aWhite(COL_WHITE); in ScAutoFormat() local 952 SvxColorItem aWhiteText( aWhite, ATTR_FONT_COLOR ); in ScAutoFormat() 955 SvxBrushItem aWhiteBack( aWhite, ATTR_BACKGROUND ); in ScAutoFormat()
|
/aoo42x/main/padmin/source/ |
H A D | padialog.cxx | 518 Color aWhite( 0xff, 0xff, 0xff ); in printPage() local 527 Gradient aGradient( GRADIENT_LINEAR, aBlack, aWhite ); in printPage()
|
/aoo42x/main/vcl/source/window/ |
H A D | decoview.cxx | 308 const Color aWhite( COL_WHITE ); in ImplDrawSymbol() local 311 pWAcc->Erase( aWhite ); in ImplDrawSymbol()
|
/aoo42x/main/cppcanvas/source/mtfrenderer/ |
H A D | implrenderer.cxx | 364 const ::Color aWhite( COL_WHITE ); in createMaskBmpEx() local 366 aBiLevelPalette[0] = aWhite; in createMaskBmpEx() 369 Bitmap aMask( rBitmap.CreateMask( aWhite )); in createMaskBmpEx()
|
/aoo42x/main/drawinglayer/source/primitive2d/ |
H A D | metafileprimitive2d.cxx | 832 const Color aWhite(COL_WHITE); in createMaskBmpEx() local 835 aBiLevelPalette[0] = aWhite; in createMaskBmpEx() 838 Bitmap aMask(rBitmap.CreateMask(aWhite)); in createMaskBmpEx()
|
/aoo42x/main/sd/source/core/ |
H A D | drawdoc4.cxx | 662 Color aWhite( COL_WHITE ); in CreateDefaultCellStyles() local 663 SvxBorderLine aBorderLine( &aWhite, 1, 0, 0 ); in CreateDefaultCellStyles()
|
/aoo42x/main/svx/source/gallery2/ |
H A D | galobj.cxx | 116 const Color aWhite( COL_WHITE ); in CreateThumb() local
|
/aoo42x/main/vcl/unx/generic/app/ |
H A D | saldisp.cxx | 2092 XColor aBlack, aWhite, aDummy; in GetPointer() local 2096 XAllocNamedColor( pDisp_, hColormap, "white", &aWhite, &aDummy ); in GetPointer() 2100 &aBlack, &aWhite, in GetPointer()
|
/aoo42x/main/toolkit/source/awt/ |
H A D | vclxwindows.cxx | 125 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()
|