Home
last modified time | relevance | path

Searched refs:aBlack (Results 1 – 25 of 26) sorted by relevance

12

/trunk/main/vcl/source/gdi/
H A Dbitmap.cxx1297 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 Doutdev6.cxx498 … 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 Dbitmap3.cxx376 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 Dbitmapex.cxx694 const Color aBlack( COL_BLACK ); in Erase() local
695 aMask.Erase( aBlack ); in Erase()
/trunk/main/svx/source/xoutdev/
H A Dxtabgrdt.cxx170 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.cxx509 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 Dxtabhtch.cxx189 const basegfx::BColor aBlack(0.0, 0.0, 0.0); in CreateBitmapForUI() local
193 aBlack, in CreateBitmapForUI()
199 aBlack)); in CreateBitmapForUI()
/trunk/main/sd/source/ui/view/
H A Ddrviews9.cxx401 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()
/trunk/main/svtools/source/filter/ixpm/
H A Dxpmread.cxx264 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()
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrattributecreator.cxx445 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()
/trunk/main/vcl/test/
H A Dcanvasbitmaptest.cxx890 BitmapColor aBlack(0); in Paint() local
894aBlack.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()
/trunk/main/svtools/source/filter/ixbm/
H A Dxbmread.cxx257 pAcc1->SetPixel( nRow, nCol++, ( nValue & ( 1 << nBit++ ) ) ? aBlack : aWhite ); in ParseData()
335 aBlack = pAcc1->GetBestMatchingColor( Color( COL_BLACK ) ); in ReadXBM()
/trunk/main/vcl/workben/
H A Dsvptest.cxx302 Color aBlack( 0, 0, 0 ); in Paint() local
310 Gradient aGradient( GRADIENT_LINEAR, aBlack, aWhite ); in Paint()
/trunk/main/vcl/unx/gtk/app/
H A Dgtkdata.cxx344 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()
/trunk/main/sw/source/filter/ww1/
H A Dw1sprm.cxx272 Color aBlack(COL_BLACK); // schwarzer... in Start() local
273 SvxShadowItem aS(RES_SHADOW,(const Color*)&aBlack, 32, in Start()
/trunk/main/vcl/source/window/
H A Ddecoview.cxx309 const Color aBlack( COL_BLACK ); in ImplDrawSymbol() local
312 pWAcc->SetLineColor( aBlack ); in ImplDrawSymbol()
313 pWAcc->SetFillColor( aBlack ); in ImplDrawSymbol()
/trunk/main/svtools/source/inc/
H A Dxbmread.hxx64 BitmapColor aBlack; member in XBMReader
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx295 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()
/trunk/main/sc/source/core/tool/
H A Dautoform.cxx942 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()
/trunk/main/sc/source/ui/view/
H A Dhdrcont.cxx281 Color aBlack( COL_BLACK ); in Paint() local
283 aSelLineColor.Merge( aBlack, 0xe0 ); // darken just a little bit in Paint()
/trunk/main/padmin/source/
H A Dpadialog.cxx519 Color aBlack( 0, 0, 0 ); in printPage() local
527 Gradient aGradient( GRADIENT_LINEAR, aBlack, aWhite ); in printPage()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx857 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()
/trunk/main/vcl/unx/generic/app/
H A Dsaldisp.cxx2092 XColor aBlack, aWhite, aDummy; in GetPointer() local
2095 XAllocNamedColor( pDisp_, hColormap, "black", &aBlack, &aDummy ); in GetPointer()
2100 &aBlack, &aWhite, in GetPointer()
/trunk/main/svgio/source/svgreader/
H A Dsvgstyleattributes.cxx1941 static basegfx::BColor aBlack(0.0, 0.0, 0.0); in getFill() local
1943 return &aBlack; in getFill()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx486 const BitmapColor aBlack( pAcc->GetBestMatchingColor( Color( COL_BLACK ) ) ); in ImplWriteProlog() local
500 if ( pAcc->GetPixel( nY, nX ) == aBlack ) in ImplWriteProlog()

Completed in 258 milliseconds

12