/aoo4110/main/vcl/source/gdi/ |
H A D | bitmap.cxx | 1297 pWriteAcc->SetPixel( nY, nX, aBlack ); in CreateMask() 1331 pWriteAcc->SetPixel( nY, nX, aBlack ); in CreateMask() 1855 pAcc->SetPixel( nY, nX, aBlack ); in CombineSimple() 1866 if( pAcc->GetPixel( nY, nX ) == aBlack ) in CombineSimple() 1869 pAcc->SetPixel( nY, nX, aBlack ); in CombineSimple() 1881 pAcc->SetPixel( nY, nX, aBlack ); in CombineSimple() 1891 pAcc->SetPixel( nY, nX, aBlack ); in CombineSimple() 1905 pAcc->SetPixel( nY, nX, aBlack ); in CombineSimple() 1915 pAcc->SetPixel( nY, nX, aBlack ); in CombineSimple() 1935 pAcc->SetPixel( nY, nX, aBlack ); in CombineSimple() [all …]
|
H A D | outdev6.cxx | 498 … const BitmapColor aBlack( pR->GetBestMatchingColor( Color( COL_BLACK ) ) ); in DrawTransparent() local 518 const sal_uInt8 cBlack = aBlack.GetIndex(); in DrawTransparent() 540 if( pR->GetPixel( nY, nX ) == aBlack ) in DrawTransparent() 551 const sal_uInt8 cBlack = aBlack.GetIndex(); in DrawTransparent() 579 if( pR->GetPixel( nY, nX ) == aBlack ) in DrawTransparent() 640 const Color aBlack( COL_BLACK ); in DrawTransparent() local 648 …if( ( rTransparenceGradient.GetStartColor() == aBlack && rTransparenceGradient.GetEndColor() == aB… in DrawTransparent()
|
H A D | bitmap3.cxx | 376 const BitmapColor aBlack( pWriteAcc->GetBestMatchingColor( Color( COL_BLACK ) ) ); in ImplMakeMono() local 394 pWriteAcc->SetPixel( nY, nX, aBlack ); in ImplMakeMono() 410 pWriteAcc->SetPixel( nY, nX, aBlack ); in ImplMakeMono() 450 const BitmapColor aBlack( pWriteAcc->GetBestMatchingColor( Color( COL_BLACK ) ) ); in ImplMakeMonoDither() local 471 pWriteAcc->SetPixel( nY, nX, aBlack ); in ImplMakeMonoDither() 487 pWriteAcc->SetPixel( nY, nX, aBlack ); in ImplMakeMonoDither()
|
H A D | bitmapex.cxx | 692 const Color aBlack( COL_BLACK ); in Erase() local 693 aMask.Erase( aBlack ); in Erase()
|
/aoo4110/main/svx/source/xoutdev/ |
H A D | xtabgrdt.cxx | 170 const basegfx::BColor aBlack; in CreateBitmapForUI() local 171 aStart = interpolate(aBlack, aStart, (double)nStartIntens * 0.01); in CreateBitmapForUI() 179 const basegfx::BColor aBlack; in CreateBitmapForUI() local 180 aEnd = interpolate(aBlack, aEnd, (double)nEndIntens * 0.01); in CreateBitmapForUI() 235 const basegfx::BColor aBlack(0.0, 0.0, 0.0); in CreateBitmapForUI() local 239 aBlack)); in CreateBitmapForUI()
|
H A D | _xoutbmp.cxx | 509 const BitmapColor aBlack = pAcc->GetBestMatchingColor( Color( COL_BLACK ) ); in GetCountour() local 523 if( aBlack == pAcc->GetPixel( nY, nX ) ) in GetCountour() 531 if( aBlack == pAcc->GetPixel( nY, nX ) ) in GetCountour() 560 if( aBlack == pAcc->GetPixel( nY, nX ) ) in GetCountour() 568 if( aBlack == pAcc->GetPixel( nY, nX ) ) in GetCountour()
|
H A D | xtabhtch.cxx | 189 const basegfx::BColor aBlack(0.0, 0.0, 0.0); in CreateBitmapForUI() local 193 aBlack, in CreateBitmapForUI() 199 aBlack)); in CreateBitmapForUI()
|
/aoo4110/main/sd/source/ui/view/ |
H A D | drviews9.cxx | 401 Color aBlack (0, 0, 0); in AttrExec() local 404 : aBlack, in AttrExec() 407 : aBlack); in AttrExec() 577 Color aBlack (0, 0, 0); in AttrExec() local 578 XGradient aGradient (aBlack, aBlack, (XGradientStyle) pStyle->GetValue (), in AttrExec() 639 Color aBlack (0, 0, 0); in AttrExec() local 640 XHatch aHatch (aBlack, (XHatchStyle) pStyle->GetValue (), pDistance->GetValue (), in AttrExec()
|
/aoo4110/main/svtools/source/filter/ixpm/ |
H A D | xpmread.cxx | 264 BitmapColor aBlack; in ImplGetScanLine() local 271 aBlack = mpMaskAcc->GetBestMatchingColor( Color( COL_BLACK ) ); in ImplGetScanLine() 289 ( mpColMap[ k * (mnCpp + 4) + mnCpp] ) ? aWhite : aBlack ); in ImplGetScanLine() 306 pColor[ mnCpp ] ) ? aWhite : aBlack ); in ImplGetScanLine()
|
/aoo4110/main/svx/source/sdr/primitive2d/ |
H A D | sdrattributecreator.cxx | 445 const basegfx::BColor aBlack; in createNewSdrFillAttribute() local 446 aStart = interpolate(aBlack, aStart, (double)nStartIntens * 0.01); in createNewSdrFillAttribute() 455 const basegfx::BColor aBlack; in createNewSdrFillAttribute() local 456 aEnd = interpolate(aBlack, aEnd, (double)nEndIntens * 0.01); in createNewSdrFillAttribute()
|
/aoo4110/main/svtools/source/filter/ixbm/ |
H A D | xbmread.cxx | 257 pAcc1->SetPixel( nRow, nCol++, ( nValue & ( 1 << nBit++ ) ) ? aBlack : aWhite ); in ParseData() 335 aBlack = pAcc1->GetBestMatchingColor( Color( COL_BLACK ) ); in ReadXBM()
|
/aoo4110/main/vcl/test/ |
H A D | canvasbitmaptest.cxx | 890 BitmapColor aBlack(0); in Paint() local 894 … aBlack.SetIndex( sal::static_int_cast<BYTE>(pAcc->GetBestPaletteIndex(BitmapColor(0,0,0))) ); in Paint() 899 aBlack = Color(COL_BLACK); in Paint() 905 pAcc->SetPixel(0,1,aBlack); in Paint()
|
/aoo4110/main/vcl/workben/ |
H A D | svptest.cxx | 302 Color aBlack( 0, 0, 0 ); in Paint() local 310 Gradient aGradient( GRADIENT_LINEAR, aBlack, aWhite ); in Paint()
|
/aoo4110/main/vcl/unx/gtk/app/ |
H A D | gtkdata.cxx | 344 GdkColor aBlack = { 0, 0, 0, 0 }; in getFromXPM() local 346 gdk_colormap_alloc_color( pColormap, &aBlack, FALSE, TRUE); in getFromXPM() 351 &aBlack, &aWhite, nXHot, nYHot); in getFromXPM()
|
/aoo4110/main/sw/source/filter/ww1/ |
H A D | w1sprm.cxx | 272 Color aBlack(COL_BLACK); // schwarzer... in Start() local 273 SvxShadowItem aS(RES_SHADOW,(const Color*)&aBlack, 32, in Start()
|
/aoo4110/main/svtools/source/inc/ |
H A D | xbmread.hxx | 64 BitmapColor aBlack; member in XBMReader
|
/aoo4110/main/vcl/source/window/ |
H A D | decoview.cxx | 309 const Color aBlack( COL_BLACK ); in ImplDrawSymbol() local 312 pWAcc->SetLineColor( aBlack ); in ImplDrawSymbol() 313 pWAcc->SetFillColor( aBlack ); in ImplDrawSymbol()
|
/aoo4110/main/vcl/unx/generic/dtrans/ |
H A D | X11_selection.cxx | 295 XColor aBlack, aWhite; in createCursor() local 297 aBlack.pixel = BlackPixel( m_pDisplay, 0 ); in createCursor() 298 aBlack.red = aBlack.green = aBlack.blue = 0; in createCursor() 299 aBlack.flags = DoRed | DoGreen | DoBlue; in createCursor() 319 &aBlack, &aWhite, in createCursor()
|
/aoo4110/main/sc/source/core/tool/ |
H A D | autoform.cxx | 942 Color aBlack( COL_BLACK ); in ScAutoFormat() local 943 SvxBorderLine aLine( &aBlack, DEF_LINE_WIDTH_0 ); in ScAutoFormat() 953 SvxColorItem aBlackText( aBlack, ATTR_FONT_COLOR ); in ScAutoFormat()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | hdrcont.cxx | 281 Color aBlack( COL_BLACK ); in Paint() local 283 aSelLineColor.Merge( aBlack, 0xe0 ); // darken just a little bit in Paint()
|
/aoo4110/main/padmin/source/ |
H A D | padialog.cxx | 519 Color aBlack( 0, 0, 0 ); in printPage() local 527 Gradient aGradient( GRADIENT_LINEAR, aBlack, aWhite ); in printPage()
|
/aoo4110/main/drawinglayer/source/primitive2d/ |
H A D | metafileprimitive2d.cxx | 857 const basegfx::BColor aBlack; in createFillGradientAttribute() local 858 aStart = interpolate(aBlack, aStart, (double)nStartIntens * 0.01); in createFillGradientAttribute() 867 const basegfx::BColor aBlack; in createFillGradientAttribute() local 868 aEnd = interpolate(aBlack, aEnd, (double)nEndIntens * 0.01); in createFillGradientAttribute()
|
/aoo4110/main/vcl/unx/generic/app/ |
H A D | saldisp.cxx | 2092 XColor aBlack, aWhite, aDummy; in GetPointer() local 2095 XAllocNamedColor( pDisp_, hColormap, "black", &aBlack, &aDummy ); in GetPointer() 2100 &aBlack, &aWhite, in GetPointer()
|
/aoo4110/main/svgio/source/svgreader/ |
H A D | svgstyleattributes.cxx | 1902 static basegfx::BColor aBlack(0.0, 0.0, 0.0); in getFill() local 1904 return &aBlack; in getFill()
|
/aoo4110/main/filter/source/graphicfilter/eps/ |
H A D | eps.cxx | 486 const BitmapColor aBlack( pAcc->GetBestMatchingColor( Color( COL_BLACK ) ) ); in ImplWriteProlog() local 500 if ( pAcc->GetPixel( nY, nX ) == aBlack ) in ImplWriteProlog()
|