Home
last modified time | relevance | path

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

12345678910>>...26

/trunk/main/basegfx/source/workbench/
H A Dbezierclip.cxx105 line.a = -(c.p0.y - c.p3.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()
374 part1.p0.y = part1.p1.y = part1.p2.y = part1.p3.y = input.p0.y; in Impl_deCasteljauAt()
382 part2.p0.y = part2.p1.y = part2.p2.y = part2.p3.y = input.p3.y; in Impl_deCasteljauAt()
707 fMatrix[3] = c.p0.y - c.p1.y; in Impl_calcFocus()
708 fMatrix[4] = c.p3.y - c.p2.y; in Impl_calcFocus()
760 res.p1.x = c.p1.x - fRes[1]*(c.p1.y - c.p0.y) - 2*fRes[0]*(c.p2.y - c.p1.y); in Impl_calcFocus()
761 res.p2.x = c.p2.x - 2*fRes[1]*(c.p2.y - c.p1.y) - fRes[0]*(c.p3.y - c.p2.y); in Impl_calcFocus()
[all …]
/trunk/main/basebmp/inc/basebmp/
H A Dpixeliterator.hxx53 return rhs.y == y; in equal()
58 return y < rhs.y; in less()
63 y(0) in PixelColumnIterator()
102 ++y; in operator ++()
108 --y; in operator --()
115 ++y; in operator ++()
122 --y; in operator --()
158 return y - rhs.y; in operator -()
223 return (x == rhs.x) && (y == rhs.y); in equal()
268 y += s.y; in operator +=()
[all …]
H A Dpackedpixeliterator.hxx96 ++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()
211 return y - rhs.y; in operator -()
227 *y() = (*y() & ~mask_) | pixel_value; in set()
233 *y(d) = (*y(d) & ~mask_) | pixel_value; in set()
528 return (x == rhs.x) && (y == rhs.y); in equal()
563 y += s.y; in operator +=()
[all …]
/trunk/main/extras/source/truetype/symbol/OpenSymbol 2.4.3/
H A DOpenSymbol.sfd935 IUP[y]
1036 IUP[y]
1381 IUP[y]
1559 IUP[y]
1752 IUP[y]
1835 IUP[y]
1887 IUP[y]
1955 IUP[y]
2060 IUP[y]
2114 IUP[y]
[all …]
/trunk/main/extras/source/truetype/symbol/OpenSymbol 2.1/
H A DOpenSymbol.sfd826 IUP[y]
976 IUP[y]
1109 IUP[y]
1216 IUP[y]
1320 IUP[y]
1616 IUP[y]
1795 IUP[y]
1993 IUP[y]
2078 IUP[y]
2132 IUP[y]
[all …]
/trunk/main/svtools/source/filter/
H A Dsgvspln.cxx468 a[i]=3.0*((y[i+2]-y[i+1])/h[i+1]-(y[i+1]-y[i])/h[i]); in NaturalSpline()
522 c[0]=1.5*((y[1]-y[0])/h[0]-Marg0); in NaturalSpline()
578 c[1]=3.0*((y[2]-y[1])/(x[2]-x[1])); in PeriodicSpline()
590 a[im1]=3.0*((y[i+1]-y[i])/hr-(y[i]-y[im1])/hl); in PeriodicSpline()
598 a[nm1]=3.0*((y[1]-y[0])/hr-(y[n]-y[nm1])/hl); in PeriodicSpline()
612 b[i]=(y[i+1]-y[i])/hl; in PeriodicSpline()
654 deltX=x[i+1]-x[i]; deltY=y[i+1]-y[i]; in ParaSpline()
669 if (y[n]!=y[0]) return 4; in ParaSpline()
675 alphY=sign(1.0,y[1]-y[0]); in ParaSpline()
682 betY=sign(1.0,y[n]-y[n-1]); in ParaSpline()
[all …]
H A Dsgvmain.cxx44 p.y=SWAPSHORT(p.y); }
51 p.Paper.Size.y=SWAPSHORT(p.Paper.Size.y); \
740 Rectangle aRect(Center.x-Radius.x,Center.y-Radius.y,Center.x+Radius.x,Center.y+Radius.y); in Draw()
770 if (Radius.y<1) Radius.y=1; in Draw()
771 a.y = a.y - Center.y; in Draw()
772 b.y = b.y - Center.y; in Draw()
773 a.y=iMulDiv(a.y,Radius.y,Radius.x); in Draw()
774 b.y=iMulDiv(b.y,Radius.y,Radius.x); in Draw()
775 a.y = a.y + Center.y; in Draw()
776 b.y = b.y + Center.y; in Draw()
[all …]
/trunk/main/cui/source/dialogs/
H A Dcolorpicker.cxx488 while( y-- ) in UpdateBitmap()
516 while( y-- ) in UpdateBitmap()
528 while( y-- ) in UpdateBitmap()
540 while( y-- ) in UpdateBitmap()
760 mdY = y; in SetValues()
878 for( long y = 0; y <= nY; y++ ) in UpdateBitmap() local
888 for( long y = 0; y <= nY; y++ ) in UpdateBitmap() local
896 for( long y = 0; y <= nY; y++ ) in UpdateBitmap() local
904 for( long y = 0; y <= nY; y++ ) in UpdateBitmap() local
912 for( long y = 0; y <= nY; y++ ) in UpdateBitmap() local
[all …]
/trunk/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
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()
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()
285 double y = 2.0 / fNum; in Besselk1() local
288 y * ( -0.3655620e-1 + y * ( 0.1504268e-1 + y * ( -0.780353e-2 + in Besselk1()
[all …]
/trunk/main/basebmp/test/
H A Dbmpdemo.cxx295 ++y; in inc()
300 --y; in dec()
305 return rhs.y == y; in equal()
310 return y < rhs.y; in less()
410 return y - rhs.y; in operator -()
430 *y() = (*y() & ~mask_) | pixel_value; in set()
436 *y(d) = (*y(d) & ~mask_) | pixel_value; in set()
737 return (x == rhs.x) && (y == rhs.y); in equal()
772 y += s.y; in operator +=()
779 y -= s.y; in operator -=()
[all …]
/trunk/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
723 y += rc.size.height; in drawNativeControl()
726 y -= rc.size.height/2; in drawNativeControl()
936 rc.origin.y-=TAB_HEIGHT_NORMAL/2; in drawNativeControl()
1081 rc.origin.y += FOCUS_RING_WIDTH; in drawNativeControl()
1208 static_cast<long int>(aRect.origin.y) ), in drawNativeControl()
1258 short y = aCtrlBoundRect.Top(); in getNativeControlRegion() local
1397 y += FOCUS_RING_WIDTH; in getNativeControlRegion()
[all …]
/trunk/main/chart2/source/tools/
H A DThreeDHelper.cxx450 y = R; in convertElevationRotationDegToXYZAngleRad()
463 y = 0.0; in convertElevationRotationDegToXYZAngleRad()
465 y = F_PI; in convertElevationRotationDegToXYZAngleRad()
472 y = R; in convertElevationRotationDegToXYZAngleRad()
496 y = R; in convertElevationRotationDegToXYZAngleRad()
514 y = 0.0; in convertElevationRotationDegToXYZAngleRad()
523 y = R; in convertElevationRotationDegToXYZAngleRad()
579 y *= -1; in convertElevationRotationDegToXYZAngleRad()
861 R=y; in convertXYZAngleRadToElevationRotationDeg()
875 R=atan(-cos(y)/(cos(x)*sin(y))); in convertXYZAngleRadToElevationRotationDeg()
[all …]
/trunk/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()
247 int x, y, nCurrPos(0); in setData() local
248 for( y=rect.Y1; in setData()
249 y<aBmpSize.Height() && y<rect.Y2; in setData()
250 ++y ) in setData()
335 pAlphaWriteAccess->SetPixel( y, x, in setData()
352 Scanline pScan = pWriteAccess->GetScanline( y ); in setData()
370 Scanline pScan = pWriteAccess->GetScanline( y ); in setData()
[all …]
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi2.cxx154 aPt.y = 0; in copyArea()
157 aSrcRect.yTop += aPt.y; in copyArea()
159 aSrcRect.yBottom += aPt.y; in copyArea()
253 aPt.y = nOffY-aPt.y; in copyArea()
492 aPtL[ 0 ].y = 0; in drawBitmap()
494 aPtL[ 1 ].y = nDstHeight; in drawBitmap()
502 aPtL[ 2 ].y = 0; in drawBitmap()
627 thePoints[ 0 ].y = 0; in getBitmap()
631 thePoints[ 1 ].y = nDY; in getBitmap()
699 aPt.y = TY( nY ); in invert()
[all …]
/trunk/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()
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()
321 (*it)->y >= pLink->y && (*it)->y + (*it)->h <= pLink->y + pLink->h ) in resolveHyperlink()
[all …]
/trunk/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()
287 aCol = pReadAccess->GetColor(y,x); in bitmapFromVCLBitmapEx()
365 int x, y; in bitmapFromVCLBitmapEx() local
382 for( y=0; y<nHeight; ++y ) in bitmapFromVCLBitmapEx()
388 Scanline pScan = pReadAccess->GetScanline( y ); in bitmapFromVCLBitmapEx()
[all …]
/trunk/main/vcl/aqua/source/window/
H A Dsalframe.cxx229 io_rRect.origin.y = maGeometry.nHeight - (io_rRect.origin.y+io_rRect.size.height); in CocoaToVCL()
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()
716 aCurScreen.origin.y != aNewScreen.origin.y ) in SetScreenNumber()
720 aFrameRect.origin.y += aNewScreen.origin.y - aCurScreen.origin.y; in SetScreenNumber()
769 if( aScreenRect.origin.y < aNewContentRect.origin.y ) in ShowFullScreen()
772 aNewContentRect.origin.y = aScreenRect.origin.y; in ShowFullScreen()
[all …]
/trunk/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 …]
/trunk/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 …]
/trunk/main/vcl/source/gdi/
H A Dbitmapex.cxx861 for(sal_Int32 y(0L); y < aDestinationSizePixel.getHeight(); y++) in impTransformBitmap() local
870 y, in impTransformBitmap()
882 y, in impTransformBitmap()
1094 for(sal_uInt32 y(0L); y < (sal_uInt32)pContent->Height(); y++) in ModifyBitmapEx() local
1113 for(sal_uInt32 y(0L); y < (sal_uInt32)pContent->Height(); y++) in ModifyBitmapEx() local
1132 for(sal_uInt32 y(0L); y < (sal_uInt32)pContent->Height(); y++) in ModifyBitmapEx() local
1254 long y(0); in createBlendFrame() local
1279 for(y = 1; y < nH - 1; y++) in createBlendFrame()
1284 pContent->SetPixel(y, 0, aMixA); in createBlendFrame()
1299 if(y < nH) in createBlendFrame()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/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()
/trunk/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 …]
/trunk/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 …]
/trunk/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()
/trunk/main/scp2/inc/
H A Dmacros.inc30 #define DOCONCAT2( x, y ) x##y
31 #define CONCAT2( x, y) DOCONCAT2(x,y)
32 #define DOCONCAT3( x, y, z ) x##y##z
33 #define CONCAT3( x, y, z ) DOCONCAT3(x,y,z)
34 #define DOCONCAT4( x, y, z, a ) x##y##z##a
35 #define CONCAT4( x, y, z, a ) DOCONCAT4(x,y,z,a)
36 #define DOCONCAT5( x, y, z, a, b ) x##y##z##a##b
37 #define CONCAT5( x, y, z, a, b ) DOCONCAT5(x,y,z,a,b)
38 #define DOCONCAT6( x, y, z, a, b, c ) x##y##z##a##b##c
39 #define CONCAT6( x, y, z, a, b, c ) DOCONCAT6(x,y,z,a,b,c)
[all …]

Completed in 642 milliseconds

12345678910>>...26