/aoo41x/main/canvas/source/tools/ |
H A D | surfacerect.hxx | 64 const sal_Int32 y1(maPos.getY()); in pointInside() local 69 if(py < y1) return false; in pointInside() 78 const sal_Int32 y1(maPos.getY()); in hLineIntersect() local 81 if(ly < y1) return false; in hLineIntersect() 92 const sal_Int32 y1(maPos.getY()); in vLineIntersect() local 97 if((ly1 < y1) && (ly2 < y1)) return false; in vLineIntersect() 106 const sal_Int32 y1(maPos.getY()); in intersection() local 109 if(r.hLineIntersect(x1,x2,y1)) return true; in intersection() 119 const sal_Int32 y1(maPos.getY()); in inside() local 122 if(!(r.pointInside(x1,y1))) return false; in inside() [all …]
|
H A D | surface.cxx | 363 const double y1(maSourceOffset.getY()); in drawWithClip() local 367 const double y2(y1+h); in drawWithClip() 368 const ::basegfx::B2DRectangle aSurfaceClipRect(x1,y1,x2,y2); in drawWithClip()
|
/aoo41x/main/svtools/source/filter/ |
H A D | sgvmain.cxx | 120 double x1,y1; in RotatePoint() local 124 y1=dy*cs+dx*sn; in RotatePoint() 132 double x1,y1; in RotatePoint() local 136 y1=dy*cs+dx*sn; in RotatePoint() 479 if (y1>y2) { i=y1; y1=y2; y2=i; } in DrawSlideRect() 489 i0=y1; in DrawSlideRect() 490 i=y1; in DrawSlideRect() 525 cy=(y1+y2) /2; in DrawSlideRect() 527 dy=y2-y1+1; in DrawSlideRect() 673 i0=y1; in DrawSlideCirc() [all …]
|
H A D | filter.cxx | 556 short y1,x1,y2,x2; in ImpPeekGraphicFormat() local 564 rStream >> y1 >> x1 >> y2 >> x2; in ImpPeekGraphicFormat() 567 if (x1 > x2 || y1 > y2 || // bad bdbox in ImpPeekGraphicFormat() 568 (x1 == x2 && y1 == y2) || // 1 pixel picture in ImpPeekGraphicFormat() 569 x2-x1 > 2048 || y2-y1 > 2048 ) // picture anormaly big in ImpPeekGraphicFormat()
|
/aoo41x/main/toolkit/source/awt/ |
H A D | vclxgraphics.cxx | 389 void VCLXGraphics::drawLine( sal_Int32 x1, sal_Int32 y1, sal_Int32 x2, sal_Int32 y2 ) throw(uno::Ru… in drawLine() argument 396 mpOutputDevice->DrawLine( Point( x1, y1 ), Point( x2, y2 ) ); in drawLine() 471 …x, sal_Int32 y, sal_Int32 width, sal_Int32 height, sal_Int32 x1, sal_Int32 y1, sal_Int32 x2, sal_I… in drawArc() argument 478 …mpOutputDevice->DrawArc( Rectangle( Point( x, y ), Size( width, height ) ), Point( x1, y1 ), Point… in drawArc() 482 …x, sal_Int32 y, sal_Int32 width, sal_Int32 height, sal_Int32 x1, sal_Int32 y1, sal_Int32 x2, sal_I… in drawPie() argument 489 …mpOutputDevice->DrawPie( Rectangle( Point( x, y ), Size( width, height ) ), Point( x1, y1 ), Point… in drawPie() 493 …x, sal_Int32 y, sal_Int32 width, sal_Int32 height, sal_Int32 x1, sal_Int32 y1, sal_Int32 x2, sal_I… in drawChord() argument 500 …mpOutputDevice->DrawChord( Rectangle( Point( x, y ), Size( width, height ) ), Point( x1, y1 ), Poi… in drawChord()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdpagv.cxx | 582 long y1=GetPage()->GetUppBorder()+1+nWrX; in DrawPageViewGrid() local 596 y1=rGF.GetUserArea().Top(); in DrawPageViewGrid() 607 if (y1<rRect.Top() -nY1Pix) y1=rRect.Top() -nY1Pix; in DrawPageViewGrid() 620 while (yBigOrg>=y1) yBigOrg-=ny1; in DrawPageViewGrid() 621 while (yBigOrg<y1) yBigOrg+=ny1; in DrawPageViewGrid() 623 while (yFinOrg>=y1) yFinOrg-=ny2; in DrawPageViewGrid() 624 while (yFinOrg<y1) yFinOrg+=ny2; in DrawPageViewGrid() 626 if( x1 <= x2 && y1 <= y2 ) in DrawPageViewGrid()
|
/aoo41x/main/basebmp/inc/basebmp/ |
H A D | clippedlinerenderer.hxx | 228 const sal_Int32 y1 = aPt1.getY(); in renderClippedLine() local 241 sal_Int32 ady = y2 - y1; in renderClippedLine() 251 sal_Int32 ys = y1; in renderClippedLine() 258 prepareClip(x1, x2, y1, adx, ady, xs, ys, sx, sy, in renderClippedLine() 334 prepareClip(y1, y2, x1, ady, adx, ys, xs, sy, sx, in renderClippedLine()
|
H A D | linerenderer.hxx | 81 const sal_Int32 y1 = rPt1.getY(); in renderLine() local 94 sal_Int32 ady = y2 - y1; in renderLine() 104 sal_Int32 ys = y1; in renderLine()
|
/aoo41x/main/filter/source/graphicfilter/ios2met/ |
H A D | ios2met.cxx | 1030 x1=aP1.X(); y1=aP1.Y(); in ReadArc() 1035 ncy=2*p*p*((y3-y1)*(x2-x1)-(y1-y2)*(x1-x3)); in ReadArc() 1044 p*p*((y3*y3-y1*y1)*(x2-x1)+(y2*y2-y1*y1)*(x1-x3)) ) / ncy; in ReadArc() 1045 cx=( q*q*(x2*x2-x1*x1)+p*p*(y2*y2-y1*y1)+cy*2*p*p*(y1-y2) ) / ncx; in ReadArc() 1047 r=sqrt(q*q*(x1-cx)*(x1-cx)+p*p*(y1-cy)*(y1-cy)); in ReadArc() 2090 long x1,y1,x2,y2,nt,xr,yr; in ReadDsc() local 2122 y1=ReadCoord(b32); in ReadDsc() 2132 if (y1>y2) in ReadDsc() 2134 nt=y1; in ReadDsc() 2135 y1=y2; in ReadDsc() [all …]
|
/aoo41x/main/svl/source/numbers/ |
H A D | zformat.cxx | 2251 sal_uLong x0, y0, x1, y1; in GetOutputString() local 2270 y1 = nBasis; in GetOutputString() 2276 y1 = 2; in GetOutputString() 2282 y1 = nBasis - 1; in GetOutputString() 2288 y1 = nBasis - 1; in GetOutputString() 2332 y1--; in GetOutputString() 2337 y1 = y2; in GetOutputString() 2345 sal_uLong y2 = ((y0+nBasis)/y1)*y1 - y0; in GetOutputString() 2348 y0 = y1; in GetOutputString() 2350 y1 = y2; in GetOutputString() [all …]
|
/aoo41x/main/vcl/source/fontsubset/ |
H A D | sft.cxx | 89 int x1, y1; member 94 x1( 0 ), y1( 0 ), in PSPathElement() 922 p.y1 = y0 = srcA[cp].y; in BSplineToPSPath() 939 p.y1 = y0 + (2 * (y1 - y0) + 1) / 3; in BSplineToPSPath() 941 p.y2 = y1 + (cury - y1 + 1) / 3; in BSplineToPSPath() 952 p.y1 = cury; in BSplineToPSPath() 963 y2 = (y1 + cury + 1) / 2; in BSplineToPSPath() 966 p.y1 = y0 + (2 * (y1 - y0) + 1) / 3; in BSplineToPSPath() 968 p.y2 = y1 + (y2 - y1 + 1) / 3; in BSplineToPSPath() 973 x1 = curx; y1 = cury; in BSplineToPSPath() [all …]
|
/aoo41x/main/filter/source/graphicfilter/ipict/ |
H A D | ipict.cxx | 1079 short y1,x1,y2,x2; in ReadHeader() local 1133 *pPict >> y1 >> x1 >> y2 >> x2; // Rahmen-Rechteck des Bildes in ReadHeader() 1134 if (x1 > x2 || y1 > y2) continue; // bad bdbox in ReadHeader() 1135 if (x1 < -2048 || x2 > 2048 || y1 < -2048 || y2 > 2048 || // origin|dest is very small|large in ReadHeader() 1136 (x1 == x2 && y1 == y2) ) // 1 pixel pict is dubious in ReadHeader() 1138 else if (x2 < x1+8 || y2 < y1+8) // a little dubious in ReadHeader() 1141 aBoundingRect=Rectangle( x1,y1, x2, y2 ); in ReadHeader() 1183 *pPict >> y1 >> x1 >> y2 >> x2; // reading the optimal bounding rect in ReadHeader() 1184 if (x1 > x2 || y1 > y2) continue; // bad bdbox in ReadHeader() 1193 aBoundingRect=Rectangle( x1,y1, x2, y2 ); in ReadHeader()
|
/aoo41x/main/basegfx/inc/basegfx/range/ |
H A D | b2ibox.hxx | 54 sal_Int32 y1, in B2IBox() argument 58 maRangeY(y1) in B2IBox()
|
H A D | b2irange.hxx | 54 sal_Int32 y1, in B2IRange() argument 58 maRangeY(y1) in B2IRange()
|
H A D | b2drange.hxx | 57 double y1, in B2DRange() argument 61 maRangeY(y1) in B2DRange()
|
H A D | b3ibox.hxx | 54 sal_Int32 y1, in B3IBox() argument 60 maRangeY(y1), in B3IBox()
|
H A D | b3irange.hxx | 56 sal_Int32 y1, in B3IRange() argument 62 maRangeY(y1), in B3IRange()
|
H A D | b3drange.hxx | 59 double y1, in B3DRange() argument 65 maRangeY(y1), in B3DRange()
|
/aoo41x/main/reportdesign/source/filter/xml/ |
H A D | xmlExport.cxx | 606 sal_Int32 y1 = 0; in exportSectionAutoStyle() local 629 y1 = (::std::find(aRowPos.begin(),aRowPos.end(),nPos) - aRowPos.begin()); in exportSectionAutoStyle() 634 yi = y1; in exportSectionAutoStyle() 651 yi = y1; in exportSectionAutoStyle() 664 if (x2 - x1 != 0 && y2 - y1 != 0) in exportSectionAutoStyle() 671 sal_Int32 nRowSpan = y2 - y1; in exportSectionAutoStyle() 672 aInsert->second[y1].second[x1] = in exportSectionAutoStyle()
|
/aoo41x/main/vcl/workben/ |
H A D | svptest.cxx | 173 double y1 = y * cos( angle_x ); in project() local 177 double x2 = x1 * cos( angle_z ) + y1 * sin( angle_z ); in project()
|
/aoo41x/main/sdext/source/pdfimport/xpdfwrapper/ |
H A D | pdfioutdev_gpl.cxx | 486 double x1,x2,y1,y2; in processLink() local 487 link->getRect( &x1, &y1, &x2, &y2 ); in processLink() 498 normalize(y1), in processLink()
|
/aoo41x/main/odk/examples/java/Spreadsheet/ |
H A D | SCalc.java | 379 public static void chgbColor( int x1, int y1, int x2, int y2, in chgbColor() argument 384 xCR = TT.getCellRangeByPosition(x1,y1,x2,y2); in chgbColor()
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | scflt.hxx | 236 sal_Int16 y1; member 445 sal_Int16 y1; member
|
/aoo41x/main/extensions/source/scanner/ |
H A D | grid.cxx | 214 void GridWindow::drawLine( double x1, double y1, double x2, double y2 ) in drawLine() argument 216 DrawLine( transform( x1, y1 ), transform( x2, y2 ) ); in drawLine()
|
H A D | grid.hxx | 140 void drawLine( double x1, double y1, double x2, double y2 );
|