/trunk/main/basegfx/source/matrix/ |
H A D | b3dhommatrix.cxx | 458 rShear.setX(aCol0.scalar(aCol1)); in decompose() 466 aTemp.setX(aCol1.getX() - rShear.getX() * aCol0.getX()); in decompose() 467 aTemp.setY(aCol1.getY() - rShear.getX() * aCol0.getY()); in decompose() 469 aCol1 = aTemp; in decompose() 473 rScale.setY(aCol1.getLength()); in decompose() 474 aCol1.normalize(); in decompose() 499 rShear.setZ(aCol1.scalar(aCol2)); in decompose() 535 if(0.0 > aCol0.scalar(aCol1.getPerpendicular(aCol2))) in decompose() 539 aCol1 = -aCol1; in decompose() 573 rRotate.setX(atan2(-1.0*aCol1.getX(), aCol1.getY())); in decompose() [all …]
|
/trunk/main/svtools/source/graphic/ |
H A D | grfmgr2.cxx | 1030 BitmapColor aCol0, aCol1, aColRes; in ImplCreateScaled() local 1096 cR0 = MAP( aCol0.GetRed(), aCol1.GetRed(), nTmpFX ); in ImplCreateScaled() 1102 cR1 = MAP( aCol0.GetRed(), aCol1.GetRed(), nTmpFX ); in ImplCreateScaled() 1193 aCol1 = pAcc->GetPixel( nTmpY, ++nTmpX ); in ImplCreateScaled() 1194 cR0 = MAP( aCol0.GetRed(), aCol1.GetRed(), nTmpFX ); in ImplCreateScaled() 1198 aCol1 = pAcc->GetPixel( ++nTmpY, nTmpX ); in ImplCreateScaled() 1200 cR1 = MAP( aCol0.GetRed(), aCol1.GetRed(), nTmpFX ); in ImplCreateScaled() 1510 BitmapColor aCol0, aCol1; in ImplCreateRotatedScaled() local 1529 aCol1 = pAcc->GetPixel( nTmpY, ++nTmpX ); in ImplCreateRotatedScaled() 1530 cR0 = MAP( aCol0.GetRed(), aCol1.GetRed(), nTmpFX ); in ImplCreateRotatedScaled() [all …]
|
/trunk/main/vcl/source/gdi/ |
H A D | bitmap3.cxx | 1188 BitmapColor aCol1; in ImplScaleInterpolate() local 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() 1329 lXB1 = aCol1.GetBlue() - ( lXB0 = aCol0.GetBlue() ); in ImplScaleInterpolate() 1383 BitmapColor aCol0, aCol1, aColRes; in ImplScaleSuper() local 2024 aCol1 = pAcc->GetPixel( nTempY, ++nTempX ); in ImplScaleSuper() [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 | 1289 aGradTransVector.aCol1 = pColHdl1->GetColor(); in FromIAOToItem() 1337 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 String& aCol2 );
|
/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 | 1410 Color aCol1( COL_WHITE ), aCol2( COL_WHITE ); in ApplyFillAttributes() local 1413 … aCol1 = rManager.MSO_CLR_ToColor( GetPropertyValue( DFF_Prop_fillColor ), DFF_Prop_fillColor ); in ApplyFillAttributes() 2941 …Color aCol1( rManager.MSO_CLR_ToColor( GetPropertyValue( DFF_Prop_fillColor, COL_WHITE ), DFF_Prop… in ImportGradientColor() local 2946 Color aZwi( aCol1 ); in ImportGradientColor() 2947 aCol1 = aCol2; in ImportGradientColor() 2956 XGradient aGrad( aCol2, aCol1, eGrad, nAngle, nFocusX, nFocusY ); in ImportGradientColor() 2966 aCol1 = Color(nStartCol, nStartCol, nStartCol); in ImportGradientColor() 2969 XGradient aGrad2( aCol2 , aCol1 , eGrad, nAngle, nFocusX, nFocusY ); in ImportGradientColor()
|