Searched refs:aFillCol (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/vcl/source/gdi/ |
H A D | outdev6.cxx | 496 const BitmapColor aFillCol( GetFillColor() ); in DrawTransparent() local 500 … const long nR = aFillCol.GetRed(), nG = aFillCol.GetGreen(), nB = aFillCol.GetBlue(); in DrawTransparent() 512 … pMap[ i ] = BitmapColor( (sal_uInt8) rPal.GetBestIndex( aCol.Merge( aFillCol, cTrans ) ) ); in DrawTransparent() 582 … pW->SetPixel( nY, nX, aPixCol.Merge( aFillCol, cTrans ) ); in DrawTransparent() 620 const Color aFillCol( mpAlphaVDev->GetFillColor() ); in DrawTransparent() local 627 mpAlphaVDev->SetFillColor( aFillCol ); in DrawTransparent()
|
/aoo42x/main/svx/source/dialog/ |
H A D | fntctrl.cxx | 713 Color aFillCol = GetFillColor(); in Paint() local 718 SetFillColor( aFillCol ); in Paint() 724 Color aFillCol = GetFillColor(); in Paint() local 729 SetFillColor( aFillCol ); in Paint()
|
H A D | charmap.cxx | 406 Color aFillCol = GetFillColor(); in DrawChars_Impl() local 433 SetFillColor( aFillCol ); in DrawChars_Impl() 568 Color aFillCol = GetFillColor(); in SelectIndex() local 576 SetFillColor( aFillCol ); in SelectIndex()
|
H A D | paraprev.cxx | 202 Color aFillCol = GetFillColor(); in DrawParagraph() local 205 SetFillColor( aFillCol ); in DrawParagraph()
|
/aoo42x/main/filter/source/graphicfilter/eps/ |
H A D | eps.cxx | 80 Color aFillCol; member 1049 pGS->aFillCol = aFillColor; in ImplWriteActions() 1079 aFillColor = pGS->aFillCol; in ImplWriteActions()
|
/aoo42x/main/vcl/aqua/source/gdi/ |
H A D | salgdi.cxx | 1361 static const CGFloat aFillCol[4] = { 1,1,1,1 }; in Pattern50Fill() local 1372 CGContextSetFillPattern( mrContext, GetSalData()->mxP50Pattern, aFillCol ); in Pattern50Fill()
|
Completed in 49 milliseconds