| /trunk/main/basegfx/source/matrix/ |
| H A D | b3dhommatrix.cxx | 447 B3DVector aCol1(mpImpl->get(0, 1), mpImpl->get(1, 1), mpImpl->get(2, 1)); in decompose() local 456 rShear.setX(aCol0.scalar(aCol1)); in decompose() 464 aTemp.setX(aCol1.getX() - rShear.getX() * aCol0.getX()); in decompose() 465 aTemp.setY(aCol1.getY() - rShear.getX() * aCol0.getY()); in decompose() 466 aTemp.setZ(aCol1.getZ() - rShear.getX() * aCol0.getZ()); in decompose() 467 aCol1 = aTemp; in decompose() 471 rScale.setY(aCol1.getLength()); in decompose() 472 aCol1.normalize(); in decompose() 497 rShear.setZ(aCol1.scalar(aCol2)); in decompose() 505 aTemp.setX(aCol2.getX() - rShear.getZ() * aCol1.getX()); in decompose() [all …]
|
| /trunk/main/svtools/source/graphic/ |
| H A D | grfmgr2.cxx | 1030 BitmapColor aCol0, aCol1, aColRes; in ImplCreateScaled() local 1095 aCol1 = pAcc->GetPaletteColor( pAcc->GetPixelIndex( nTmpY, ++nTmpX ) ); in ImplCreateScaled() 1096 cR0 = MAP( aCol0.GetRed(), aCol1.GetRed(), nTmpFX ); in ImplCreateScaled() 1097 cG0 = MAP( aCol0.GetGreen(), aCol1.GetGreen(), nTmpFX ); in ImplCreateScaled() 1098 cB0 = MAP( aCol0.GetBlue(), aCol1.GetBlue(), nTmpFX ); in ImplCreateScaled() 1100 aCol1 = pAcc->GetPaletteColor( pAcc->GetPixelIndex( ++nTmpY, nTmpX ) ); in ImplCreateScaled() 1102 cR1 = MAP( aCol0.GetRed(), aCol1.GetRed(), nTmpFX ); in ImplCreateScaled() 1103 cG1 = MAP( aCol0.GetGreen(), aCol1.GetGreen(), nTmpFX ); in ImplCreateScaled() 1104 cB1 = MAP( aCol0.GetBlue(), aCol1.GetBlue(), nTmpFX ); in ImplCreateScaled() 1193 aCol1 = pAcc->GetPixel( nTmpY, ++nTmpX ); in ImplCreateScaled() [all …]
|
| /trunk/main/vcl/source/gdi/ |
| H A D | bitmap3.cxx | 1188 BitmapColor aCol1; in ImplScaleInterpolate() local 1245 … aCol1 = pReadAcc->GetPaletteColor( pReadAcc->GetPixelIndex( nY, nTemp ) ); in ImplScaleInterpolate() 1250 aCol1 = pReadAcc->GetPixel( nY, nTemp ); in ImplScaleInterpolate() 1255 lXR1 = aCol1.GetRed() - ( lXR0 = aCol0.GetRed() ); in ImplScaleInterpolate() 1256 lXG1 = aCol1.GetGreen() - ( lXG0 = aCol0.GetGreen() ); in ImplScaleInterpolate() 1257 lXB1 = aCol1.GetBlue() - ( lXB0 = aCol0.GetBlue() ); in ImplScaleInterpolate() 1323 aCol1 = pReadAcc->GetPixel( nTemp, nX ); in ImplScaleInterpolate() 1327 lXR1 = aCol1.GetRed() - ( lXR0 = aCol0.GetRed() ); in ImplScaleInterpolate() 1328 lXG1 = aCol1.GetGreen() - ( lXG0 = aCol0.GetGreen() ); in ImplScaleInterpolate() 1329 lXB1 = aCol1.GetBlue() - ( lXB0 = aCol0.GetBlue() ); in ImplScaleInterpolate() [all …]
|
| H A D | salmisc.cxx | 135 const BitmapColor aCol1( pColBuf[ 1 ] ); in ImplPALToTC() local 146 … pSrcScan[ nMapX >> 3 ] & ( 1 << ( 7 - ( nMapX & 7 ) ) ) ? aCol1 : aCol0, in ImplPALToTC()
|
| /trunk/main/svx/source/svdraw/ |
| H A D | gradtrns.cxx | 38 rV.aCol1 = rG.aGradient.GetStartColor(); in GradToVec() 42 rV.aCol1 = Color(rV.aCol1.getBColor() * fFact); in GradToVec() 192 if(rV.aCol1 != rGOld.aGradient.GetStartColor()) in VecToGrad() 194 rG.aGradient.SetStartColor(rV.aCol1); in VecToGrad()
|
| H A D | svdetc.cxx | 513 Color aCol1(((XFillHatchItem&)rSet.Get(XATTR_FILLHATCH)).GetHatchValue().GetColor()); in GetDraftFillColor() local 523 … const basegfx::BColor aAverageColor(basegfx::average(aCol1.getBColor(), aCol2.getBColor())); in GetDraftFillColor() 531 Color aCol1(rGrad.GetStartColor()); in GetDraftFillColor() local 533 … const basegfx::BColor aAverageColor(basegfx::average(aCol1.getBColor(), aCol2.getBColor())); in GetDraftFillColor()
|
| H A D | gradtrns.hxx | 38 Color aCol1; member in GradTransVector
|
| H A D | svdhdl.cxx | 1287 aGradTransVector.aCol1 = pColHdl1->GetColor(); in FromIAOToItem() 1335 pColHdl1->SetColor(aGradTransVector.aCol1); in FromIAOToItem()
|
| H A D | svdmrkv.cxx | 1027 …SdrHdlColor* pColHdl1 = new SdrHdlColor(aTmpPos1, aGradTransVector.aCol1, SDR_HANDLE_COLOR_SIZE_NO… in AddDragModeHdl() 1069 … SdrHdlColor* pColHdl1 = new SdrHdlColor(aTmpPos1, aGradTransVector.aCol1, aHdlSize, sal_False); in AddDragModeHdl()
|
| /trunk/main/basebmp/test/ |
| H A D | cliptest.cxx | 143 Color aCol1(0); in implTestBmpClip() local 145 pBmp->clear(aCol1); in implTestBmpClip() 150 rDevice->clear(aCol1); in implTestBmpClip()
|
| /trunk/main/cui/source/inc/ |
| H A D | acccfg.hxx | 190 …void CreateCustomItems( SvLBoxEntry* pEntry, const String& aCol1, const Str…
|
| /trunk/main/cui/source/options/ |
| H A D | cfgchart.cxx | 94 Color aCol1 = m_aColorEntries[ _nIndex ].GetColor(), aCol2; in replace() local
|
| /trunk/main/filter/source/msfilter/ |
| H A D | msdffimp.cxx | 1407 Color aCol1( COL_WHITE ), aCol2( COL_WHITE ); in ApplyFillAttributes() local 1410 … aCol1 = rManager.MSO_CLR_ToColor( GetPropertyValue( DFF_Prop_fillColor ), DFF_Prop_fillColor ); in ApplyFillAttributes() 2938 …Color aCol1( rManager.MSO_CLR_ToColor( GetPropertyValue( DFF_Prop_fillColor, COL_WHITE ), DFF_Prop… in ImportGradientColor() local 2943 Color aZwi( aCol1 ); in ImportGradientColor() 2944 aCol1 = aCol2; in ImportGradientColor() 2953 XGradient aGrad( aCol2, aCol1, eGrad, nAngle, nFocusX, nFocusY ); in ImportGradientColor() 2963 aCol1 = Color(nStartCol, nStartCol, nStartCol); in ImportGradientColor() 2966 XGradient aGrad2( aCol2 , aCol1 , eGrad, nAngle, nFocusX, nFocusY ); in ImportGradientColor()
|