Home
last modified time | relevance | path

Searched refs:y (Results 1 – 25 of 627) sorted by relevance

12345678910>>...26

/AOO41X/main/basegfx/source/workbench/ !
H A Dbezierclip.cxx105 line.a = -(c.p0.y - c.p3.y); in Impl_calcFatLine()
116 line.c = -(line.a*c.p0.x + line.b*c.p0.y); in Impl_calcFatLine()
123 const double dP2( calcLineDistance(line.a, line.b, line.c, c.p1.x, c.p1.y ) ); in Impl_calcFatLine()
124 const double dP3( calcLineDistance(line.a, line.b, line.c, c.p2.x, c.p2.y ) ); in Impl_calcFatLine()
146 leftTop.y = ::std::min( c1.p0.y, ::std::min( c1.p1.y, ::std::min( c1.p2.y, c1.p3.y ) ) ); in Impl_calcBounds()
148 rightBottom.y = ::std::max( c1.p0.y, ::std::max( c1.p1.y, ::std::max( c1.p2.y, c1.p3.y ) ) ); in Impl_calcBounds()
164 ::std::min(rb1.y, rb2.y) < ::std::max(lt1.y, lt2.y) ) in Impl_doBBoxIntersect()
228 if( (tolLessEqual(p0.y, upperYBound) || tolLessEqual(p1.y, upperYBound)) && in Impl_calcSafeParams()
229 (tolGreaterEqual(p0.y, lowerYBound) || tolGreaterEqual(p1.y, lowerYBound)) ) in Impl_calcSafeParams()
234 const double r_y( p1.y - p0.y ); in Impl_calcSafeParams()
[all …]
/AOO41X/main/basebmp/inc/basebmp/ !
H A Dpixeliterator.hxx49 MoveY y; member in basebmp::PixelColumnIterator
53 return rhs.y == y; in equal()
58 return y < rhs.y; in less()
63 y(0) in PixelColumnIterator()
67 y(pos) in PixelColumnIterator()
71 y(pos,x) in PixelColumnIterator()
76 y += d; in operator +=()
82 y -= d; in operator -=()
102 ++y; in operator ++()
108 --y; in operator --()
[all …]
H A Dpackedpixeliterator.hxx90 MoveY y; member in basebmp::PackedPixelColumnIterator
96 ++y; in inc()
101 --y; in dec()
106 return rhs.y == y; in equal()
111 return y < rhs.y; in less()
116 y(0), in PackedPixelColumnIterator()
122 y(base), in PackedPixelColumnIterator()
129 y += d; in operator +=()
135 y -= d; in operator -=()
211 return y - rhs.y; in operator -()
[all …]
/AOO41X/main/extras/source/truetype/symbol/OpenSymbol 2.4.3/ !
H A DOpenSymbol.sfd67 SVTCA[y-axis]
640 SVTCA[y-axis]
807 SVTCA[y-axis]
892 SVTCA[y-axis]
934 SVTCA[y-axis]
935 IUP[y]
968 SVTCA[y-axis]
1035 SVTCA[y-axis]
1036 IUP[y]
1067 SVTCA[y-axis]
[all …]
/AOO41X/main/svtools/source/filter/ !
H A Dsgvspln.cxx89 double eps = 1.0, x = 2.0, y = 1.0;
90 while ( y < x )
449 sal_uInt16 NaturalSpline(sal_uInt16 n, double* x, double* y, in NaturalSpline() argument
468 a[i]=3.0*((y[i+2]-y[i+1])/h[i+1]-(y[i+1]-y[i])/h[i]); in NaturalSpline()
488 a[0] =a[0]-1.5*((y[1]-y[0])/h[0]-Marg0); in NaturalSpline()
489 a[n-2]=a[n-2]-1.5*(MargN-(y[n]-y[n-1])/h[n-1]); in NaturalSpline()
522 c[0]=1.5*((y[1]-y[0])/h[0]-Marg0); in NaturalSpline()
524 c[n]=1.5*((y[n]-y[n-1])/h[n-1]-MargN); in NaturalSpline()
537 b[i]=(y[i+1]-y[i])/h[i]-h[i]*(c[i+1]+2.0*c[i])/3.0; in NaturalSpline()
558 sal_uInt16 PeriodicSpline(sal_uInt16 n, double* x, double* y, in PeriodicSpline() argument
[all …]
H A Dsgvmain.cxx44 p.y=SWAPSHORT(p.y); }
51 p.Paper.Size.y=SWAPSHORT(p.Paper.Size.y); \
122 dy=P.y-cy; in RotatePoint()
126 P.y=cy+sal_Int16(y1); in RotatePoint()
445 rOut.DrawLine(Point(Pos1.x,Pos1.y),Point(Pos2.x,Pos2.y)); // !!! in Draw()
565 rOut.DrawRect(Rectangle(Pos1.x,Pos1.y,Pos2.x,Pos2.y),Radius,Radius); in Draw()
567 DrawSlideRect(Pos1.x,Pos1.y,Pos2.x,Pos2.y,F,rOut); in Draw()
571 rOut.DrawRect(Rectangle(Pos1.x,Pos1.y,Pos2.x,Pos2.y)); in Draw()
580 aPts[0]=Point(Pos1.x,Pos1.y); in Draw()
581 aPts[1]=Point(Pos2.x,Pos1.y); in Draw()
[all …]
/AOO41X/main/extras/source/truetype/symbol/OpenSymbol 2.1/ !
H A DOpenSymbol.sfd64 SVTCA[y-axis]
637 SVTCA[y-axis]
792 SVTCA[y-axis]
825 SVTCA[y-axis]
826 IUP[y]
875 SVTCA[y-axis]
953 SVTCA[y-axis]
976 IUP[y]
1037 SVTCA[y-axis]
1100 SVTCA[y-axis]
[all …]
/AOO41X/main/scaddins/source/analysis/ !
H A Dbessel.cxx250 double y = fNum2 * fNum2; in Besselk0() local
253 ( -0.57721566 + y * ( 0.42278420 + y * ( 0.23069756 + y * ( 0.3488590e-1 + in Besselk0()
254 y * ( 0.262698e-2 + y * ( 0.10750e-3 + y * 0.74e-5 ) ) ) ) ) ); in Besselk0()
258 double y = 2.0 / fNum; in Besselk0() local
260 fRet = exp( -fNum ) / sqrt( fNum ) * ( 1.25331414 + y * ( -0.7832358e-1 + in Besselk0()
261 y * ( 0.2189568e-1 + y * ( -0.1062446e-1 + y * ( 0.587872e-2 + in Besselk0()
262 y * ( -0.251540e-2 + y * 0.53208e-3 ) ) ) ) ) ); in Besselk0()
276 double y = fNum2 * fNum2; in Besselk1() local
279 … ( 1.0 + y * ( 0.15443144 + y * ( -0.67278579 + y * ( -0.18156897 + y * ( -0.1919402e-1 + in Besselk1()
280 y * ( -0.110404e-2 + y * ( -0.4686e-4 ) ) ) ) ) ) ) in Besselk1()
[all …]
/AOO41X/main/cui/source/dialogs/ !
H A Dcolorpicker.cxx406 void SetValues( Color aColor, ColorMode eMode, double x, double y );
487 sal_Int32 y = nHeight; in UpdateBitmap() local
488 while( y-- ) in UpdateBitmap()
490 *pRGB++ = static_cast< sal_uInt8 >( (y * 256) / nHeight ); in UpdateBitmap()
491 *pPercent++ = static_cast< sal_uInt16 >( (y * 100) / nHeight ); in UpdateBitmap()
511 sal_uInt16 y = nHeight,x; in UpdateBitmap() local
516 while( y-- ) in UpdateBitmap()
518 nBri = pPercent_Vert[y]; in UpdateBitmap()
523 … pWriteAccess->SetPixel( y, x, BitmapColor( Color( Color::HSBtoRGB( nHue, nSat, nBri ) ) ) ); in UpdateBitmap()
528 while( y-- ) in UpdateBitmap()
[all …]
/AOO41X/main/basebmp/test/ !
H A Dbmpdemo.cxx109 begin.y - begin.y )), in Renderer()
289 MoveY y; member in __anona551b77b0111::PackedPixelColumnIterator
295 ++y; in inc()
300 --y; in dec()
305 return rhs.y == y; in equal()
310 return y < rhs.y; in less()
315 y(0), in PackedPixelColumnIterator()
321 y(base), in PackedPixelColumnIterator()
328 y += d; in operator +=()
334 y -= d; in operator -=()
[all …]
/AOO41X/main/vcl/aqua/source/gdi/ !
H A Dsalnativewidgets.cxx108 aHIRect.origin.y = static_cast<float>(aRect.Top()); in ImplGetHIRectFromRectangle()
658 rc.origin.y += delta_y/2; in drawNativeControl()
721 CGFloat y = rc.origin.y; in drawNativeControl() local
722 CGContextMoveToPoint( mrContext, x, y ); in drawNativeControl()
723 y += rc.size.height; in drawNativeControl()
724 CGContextAddLineToPoint( mrContext, x, y ); in drawNativeControl()
726 y -= rc.size.height/2; in drawNativeControl()
727 CGContextAddLineToPoint( mrContext, x, y ); in drawNativeControl()
774 aTrackInfo.bounds.origin.y -= 2; // FIXME: magic for shadow in drawNativeControl()
936 rc.origin.y-=TAB_HEIGHT_NORMAL/2; in drawNativeControl()
[all …]
/AOO41X/main/canvas/source/vcl/ !
H A Dcanvasbitmaphelper.cxx168 for( int y=rect.Y1; in getData() local
169 y<aBmpSize.Height() && y<rect.Y2; in getData()
170 ++y ) in getData()
178 pRes[ nCurrPos++ ] = pReadAccess->GetColor( y, x ).GetRed(); in getData()
179 pRes[ nCurrPos++ ] = pReadAccess->GetColor( y, x ).GetGreen(); in getData()
180 pRes[ nCurrPos++ ] = pReadAccess->GetColor( y, x ).GetBlue(); in getData()
181 pRes[ nCurrPos++ ] = pAlphaReadAccess->GetPixel( y, x ).GetIndex(); in getData()
190 pRes[ nCurrPos++ ] = pReadAccess->GetColor( y, x ).GetRed(); in getData()
191 pRes[ nCurrPos++ ] = pReadAccess->GetColor( y, x ).GetGreen(); in getData()
192 pRes[ nCurrPos++ ] = pReadAccess->GetColor( y, x ).GetBlue(); in getData()
[all …]
/AOO41X/main/chart2/source/tools/ !
H A DThreeDHelper.cxx433 double& y = rfYAngleRad; in convertElevationRotationDegToXYZAngleRad() local
450 y = R; in convertElevationRotationDegToXYZAngleRad()
463 y = 0.0; in convertElevationRotationDegToXYZAngleRad()
465 y = F_PI; in convertElevationRotationDegToXYZAngleRad()
472 y = R; in convertElevationRotationDegToXYZAngleRad()
482 y = F_PI/2; in convertElevationRotationDegToXYZAngleRad()
484 y = -F_PI/2; in convertElevationRotationDegToXYZAngleRad()
496 y = R; in convertElevationRotationDegToXYZAngleRad()
498 if((cos(x)*sin(y)*sin(R))<0.0) in convertElevationRotationDegToXYZAngleRad()
499 y *= -1.0; in convertElevationRotationDegToXYZAngleRad()
[all …]
/AOO41X/main/vcl/os2/source/gdi/ !
H A Dsalgdi2.cxx75 thePoints[0].y = TY( rPosAry.mnDestY + rPosAry.mnDestHeight - 1 ); in copyBits()
79 thePoints[1].y = TY( rPosAry.mnDestY - 1 ); in copyBits()
83 thePoints[2].y = nSrcHeight - ( rPosAry.mnSrcY + rPosAry.mnSrcHeight ); in copyBits()
89 thePoints[3].y = nSrcHeight - rPosAry.mnSrcY + rPosAry.mnSrcHeight; in copyBits()
112 thePoints[0].y = TY( nDestY + nSrcHeight - 1 ); in copyArea()
116 thePoints[1].y = TY( nDestY - 1 ); in copyArea()
120 thePoints[2].y = TY( nSrcY + nSrcHeight - 1); in copyArea()
154 aPt.y = 0; in copyArea()
157 aSrcRect.yTop += aPt.y; in copyArea()
159 aSrcRect.yBottom += aPt.y; in copyArea()
[all …]
/AOO41X/main/sdext/source/pdfimport/tree/ !
H A Dgenericelements.cxx74 y = pMergeFrom->y; in updateGeometryWith()
87 if( pMergeFrom->y < y ) in updateGeometryWith()
89 h += y - pMergeFrom->y; in updateGeometryWith()
90 y = pMergeFrom->y; in updateGeometryWith()
92 if( pMergeFrom->y+pMergeFrom->h > y+h ) in updateGeometryWith()
93 h = pMergeFrom->h+pMergeFrom->y - y; in updateGeometryWith()
104 x, y, w, h ); in emitStructure()
159 y = aRange.getMinY(); in updateGeometry()
217 if( pText->y > pLastText->y+pLastText->h || in isSingleLined()
218 pLastText->y > pText->y+pText->h ) in isSingleLined()
[all …]
/AOO41X/main/canvas/source/directx/ !
H A Ddx_vcltools.cxx222 int x, y; in bitmapFromVCLBitmapEx() local
224 for( y=0; y<nHeight; ++y ) in bitmapFromVCLBitmapEx()
230 Scanline pScan = pReadAccess->GetScanline( y ); in bitmapFromVCLBitmapEx()
231 Scanline pAScan = pAlphaReadAccess->GetScanline( y ); in bitmapFromVCLBitmapEx()
251 Scanline pScan = pReadAccess->GetScanline( y ); in bitmapFromVCLBitmapEx()
252 Scanline pAScan = pAlphaReadAccess->GetScanline( y ); in bitmapFromVCLBitmapEx()
280 Scanline pAScan = pAlphaReadAccess->GetScanline( y ); in bitmapFromVCLBitmapEx()
287 aCol = pReadAccess->GetColor(y,x); in bitmapFromVCLBitmapEx()
365 int x, y; in bitmapFromVCLBitmapEx() local
382 for( y=0; y<nHeight; ++y ) in bitmapFromVCLBitmapEx()
[all …]
/AOO41X/test/testcommon/source/org/openoffice/test/common/ !
H A DGraphicsUtil.java193 for (int y = 0; y < dst.getHeight(); y++) { in findRectangle()
194 dst.setRGB(x, y, 0xFFFFFFFF); in findRectangle()
203 for (int y = 0; y < src.getHeight(); y++) { in findRectangle()
204 int rgbSrc = src.getRGB(x, y); in findRectangle()
208 sy = y; in findRectangle()
211 ey = y; in findRectangle()
236 for (int y = 0; y < src.getHeight(); y++) { in detect()
237 int rgbSrc = src.getRGB(x, y); in detect()
239 int rgbDst = dst.getRGB(x, y); in detect()
365 for (int y = 0; y < expected.getHeight(); ++y) { in imageEquals()
[all …]
/AOO41X/main/toolkit/test/accessibility/ !
H A DCanvasShape.java133 maPosition.y * nScaleFactor + nYOffset, in paint()
156 for (int y=0; y<=2; y++) in paint()
160 maShape.y + y/2.0 * maShape.height-3, in paint()
168 for (int y=0; y<=2; y++) in paint()
172 maShape.y + y/2.0 * maShape.height-2, in paint()
208 (float)maShape.y+15); in paintName()
217 (float)maShape.y+35); in paintDescription()
241 double y = maShape.y + aRect.Y + aRect.Height; in paintText() local
243 g.drawString(sText.substring(i, i+1), (float)x, (float)y); in paintText()
267 public boolean contains (int x, int y) in contains() argument
[all …]
/AOO41X/main/vcl/aqua/source/window/ !
H A Dsalframe.cxx155 maGeometry.nY = static_cast<int>(aVisibleRect.origin.y + aVisibleRect.size.height / 10); in initWindowAndView()
171 maGeometry.nY = static_cast<int>(aVisibleRect.origin.y); in initWindowAndView()
227 io_rRect.origin.y = maScreenRect.size.height - (io_rRect.origin.y+io_rRect.size.height); in CocoaToVCL()
229 io_rRect.origin.y = maGeometry.nHeight - (io_rRect.origin.y+io_rRect.size.height); in CocoaToVCL()
235 io_rRect.origin.y = maScreenRect.size.height - (io_rRect.origin.y+io_rRect.size.height); in VCLToCocoa()
237 io_rRect.origin.y = maGeometry.nHeight - (io_rRect.origin.y+io_rRect.size.height); in VCLToCocoa()
243 io_rPoint.y = maScreenRect.size.height - io_rPoint.y; in CocoaToVCL()
245 io_rPoint.y = maGeometry.nHeight - io_rPoint.y; in CocoaToVCL()
251 io_rPoint.y = maScreenRect.size.height - io_rPoint.y; in VCLToCocoa()
253 io_rPoint.y = maGeometry.nHeight - io_rPoint.y; in VCLToCocoa()
[all …]
/AOO41X/main/qadevOOo/runner/convwatch/ !
H A DBorderRemover.java36 int y; field in Rect
43 y = _y; in Rect()
48 public int getY() {return y;} in getY()
223 for (int y = 0; y < h; y++) in findBorder()
228 int nCurrentColor = _aImage.getPixel(x, y); in findBorder()
234 nYMin = java.lang.Math.min(nYMin, y); in findBorder()
242 for (int y = 0; y < h; y++) in findBorder()
246 int ny = h - y - 1; in findBorder()
301 for (int y = 0; y < h; y++) in createImage()
306 aBI.setRGB(x, y, _aImage.getPixel(x + nXOffset, y + nYOffset)); in createImage()
/AOO41X/main/bean/qa/complex/bean/ !
H A DScreenComparer.java47 public ScreenComparer(int x, int y, int width, int height) in ScreenComparer() argument
49 this(new Rectangle(x, y, width, height)); in ScreenComparer()
119 for (int y = 0; y < h; y ++) in compare()
127 if (x < w1 && y < h1) in compare()
129 pixel1 = m_img1.getRGB(x, y); in compare()
136 if (x < w2 && y < h2) in compare()
138 pixel2 = m_img2.getRGB(x, y); in compare()
147 m_imgDiff.setRGB(x, y, m_diffColor); in compare()
151 m_imgDiff.setRGB(x, y, pixel1); in compare()
186 for (int y = 0; y < h1; y++) in compare()
[all …]
/AOO41X/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/ !
H A DCanvasShape.java165 maPosition.y, in paint()
189 for (int y=0; y<=2; y++) in paint()
193 maShape.y + y/2.0 * maShape.height-3, in paint()
201 for (int y=0; y<=2; y++) in paint()
205 maShape.y + y/2.0 * maShape.height-2, in paint()
241 (float)maShape.y+15); in paintName()
250 (float)maShape.y+35); in paintDescription()
275 double y = maShape.y + aRect.Y + aRect.Height; in paintText() local
277 g.drawString (sText.substring(i, i+1), (float)x, (float)y); in paintText()
289 public boolean Contains (int x, int y) in Contains() argument
[all …]
/AOO41X/main/filter/source/graphicfilter/iras/ !
H A Diras.cxx221 sal_uLong x, y; in ImplReadBody() local
227 for ( y = 0; y < mnHeight; y++ ) in ImplReadBody()
233 mpAcc->SetPixelIndex( y, x, in ImplReadBody()
242 for ( y = 0; y < mnHeight; y++ ) in ImplReadBody()
247 mpAcc->SetPixelIndex( y, x, nDat ); in ImplReadBody()
258 for ( y = 0; y < mnHeight; y++ ) in ImplReadBody()
274 mpAcc->SetPixel ( y, x, BitmapColor( nRed, nGreen, nBlue ) ); in ImplReadBody()
281 for ( y = 0; y < mnHeight; y++ ) in ImplReadBody()
298 mpAcc->SetPixel ( y, x, BitmapColor( nRed, nGreen, nBlue ) ); in ImplReadBody()
/AOO41X/main/filter/source/graphicfilter/eras/ !
H A Deras.cxx189 sal_uLong x, y; in ImplWriteBody() local
193 for ( y = 0; y < mnHeight; y++ ) in ImplWriteBody()
195 ImplCallback( y ); // processing output in ImplWriteBody()
198 BitmapColor aColor( mpAcc->GetPixel( y, x ) ); in ImplWriteBody()
208 for ( y = 0; y < mnHeight; y++ ) in ImplWriteBody()
210 ImplCallback( y ); // processing output in ImplWriteBody()
213 ImplPutByte ( mpAcc->GetPixelIndex( y, x ) ); in ImplWriteBody()
222 for ( y = 0; y < mnHeight; y++ ) in ImplWriteBody()
224 ImplCallback( y ); // processing output in ImplWriteBody()
227 nDat = ( ( nDat << 1 ) | ( mpAcc->GetPixelIndex( y, x ) & 1 ) ); in ImplWriteBody()
/AOO41X/main/vcl/source/gdi/ !
H A Dbitmapex.cxx859 for(sal_Int32 y(0L); y < aDestinationSizePixel.getHeight(); y++) in impTransformBitmap() local
863 const basegfx::B2DPoint aSourceCoor(rTransform * basegfx::B2DPoint(x, y)); in impTransformBitmap()
868 y, in impTransformBitmap()
880 y, in impTransformBitmap()
1092 for(sal_uInt32 y(0L); y < (sal_uInt32)pContent->Height(); y++) in ModifyBitmapEx() local
1094 Scanline pScan = pContent->GetScanline(y); in ModifyBitmapEx()
1111 for(sal_uInt32 y(0L); y < (sal_uInt32)pContent->Height(); y++) in ModifyBitmapEx() local
1113 Scanline pScan = pContent->GetScanline(y); in ModifyBitmapEx()
1130 for(sal_uInt32 y(0L); y < (sal_uInt32)pContent->Height(); y++) in ModifyBitmapEx() local
1134 const BitmapColor aBMCol(pContent->GetColor(y, x)); in ModifyBitmapEx()
[all …]

12345678910>>...26