Searched refs:aCol0 (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/basegfx/source/matrix/ |
H A D | b3dhommatrix.cxx | 454 rScale.setX(aCol0.getLength()); in decompose() 455 aCol0.normalize(); in decompose() 458 rShear.setX(aCol0.scalar(aCol1)); in decompose() 484 rShear.setY(aCol0.scalar(aCol2)); in decompose() 535 if(0.0 > aCol0.scalar(aCol1.getPerpendicular(aCol2))) in decompose() 538 aCol0 = -aCol0; in decompose() 552 || aCol0.getZ() > 1.0 ) in decompose() 558 || aCol0.getZ() < -1.0 ) in decompose() 565 fy = asin( -aCol0.getZ() ); in decompose() 572 if( aCol0.getZ() > 0.0 ) in decompose() [all …]
|
/aoo41x/main/vcl/source/gdi/ |
H A D | bitmap3.cxx | 1187 BitmapColor aCol0; in ImplScaleInterpolate() local 1233 pWriteAcc->SetPixel( nY, nX, aCol0 ); in ImplScaleInterpolate() 1263 pWriteAcc->SetPixel( nY, nX, aCol0 ); in ImplScaleInterpolate() 1309 aCol0 = pReadAcc->GetPixel( 0, nX ); in ImplScaleInterpolate() 1313 pWriteAcc->SetPixel( nY, nX, aCol0 ); in ImplScaleInterpolate() 1335 pWriteAcc->SetPixel( nY, nX, aCol0 ); in ImplScaleInterpolate() 1383 BitmapColor aCol0, aCol1, aColRes; in ImplScaleSuper() local 1664 nSumRowR += aCol0.GetRed() << 7L; in ImplScaleSuper() 1690 nSumRowR += aCol0.GetRed() << 7L; in ImplScaleSuper() 2097 nSumRowR += aCol0.GetRed() << 7L; in ImplScaleSuper() [all …]
|
H A D | salmisc.cxx | 134 const BitmapColor aCol0( pColBuf[ 0 ] ); in ImplPALToTC() local 146 pSrcScan[ nMapX >> 3 ] & ( 1 << ( 7 - ( nMapX & 7 ) ) ) ? aCol1 : aCol0, in ImplPALToTC()
|
/aoo41x/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() 1192 aCol0 = pAcc->GetPixel( nTmpY, nTmpX ); in ImplCreateScaled() 1194 cR0 = MAP( aCol0.GetRed(), aCol1.GetRed(), nTmpFX ); in ImplCreateScaled() 1199 aCol0 = pAcc->GetPixel( nTmpY--, --nTmpX ); in ImplCreateScaled() 1200 cR1 = MAP( aCol0.GetRed(), aCol1.GetRed(), nTmpFX ); in ImplCreateScaled() 1510 BitmapColor aCol0, aCol1; in ImplCreateRotatedScaled() local 1528 aCol0 = pAcc->GetPixel( nTmpY, nTmpX ); in ImplCreateRotatedScaled() 1530 cR0 = MAP( aCol0.GetRed(), aCol1.GetRed(), nTmpFX ); in ImplCreateRotatedScaled() [all …]
|
Completed in 65 milliseconds