Searched refs:aStop (Results 1 – 7 of 7) sorted by relevance
/trunk/main/drawinglayer/source/processor2d/ |
H A D | helperwrongspellrenderer.cxx | 58 …const basegfx::B2DPoint aStop(aLocalTransform * basegfx::B2DPoint(rWrongSpellCandidate.getStop(), … in renderWrongSpellPrimitive2D() local 60 const Point aVclStop(basegfx::fround(aStop.getX()), basegfx::fround(aStop.getY())); in renderWrongSpellPrimitive2D()
|
/trunk/main/drawinglayer/source/primitive2d/ |
H A D | graphicprimitivehelper2d.cxx | 439 Point aStop( in create2DDecompositionOfGraphic() local 460 aStart = aStop; in create2DDecompositionOfGraphic() 461 aStop = Point( in create2DDecompositionOfGraphic() 470 aStop = Point( in create2DDecompositionOfGraphic() 477 aOut.DrawLine(aStart, aStop, aLineInfo); in create2DDecompositionOfGraphic() 481 aOut.DrawLine(aStart, aStop); in create2DDecompositionOfGraphic()
|
H A D | wrongspellprimitive2d.cxx | 67 basegfx::B2DPoint aStop(getStop(), fRelativeUnderlineDistance); in create2DDecomposition() local 71 aPolygon.append(getTransformation() * aStop); in create2DDecomposition()
|
/trunk/main/basegfx/source/polygon/ |
H A D | b2dpolygontools.cxx | 1772 const B2DPoint aStop(aBottomRight + B2DPoint(0.0, -fBowY)); in createPolygonFromRect() local 1774 …egment(interpolate(aStart, aBottomRight, fKappa), interpolate(aStop, aBottomRight, fKappa), aStop); in createPolygonFromRect() 1781 const B2DPoint aStop(aTopRight + B2DPoint(-fBowX, 0.0)); in createPolygonFromRect() local 1783 …ezierSegment(interpolate(aStart, aTopRight, fKappa), interpolate(aStop, aTopRight, fKappa), aStop); in createPolygonFromRect() 1790 const B2DPoint aStop(aTopLeft + B2DPoint(0.0, fBowY)); in createPolygonFromRect() local 1792 …dBezierSegment(interpolate(aStart, aTopLeft, fKappa), interpolate(aStop, aTopLeft, fKappa), aStop); in createPolygonFromRect() 1799 const B2DPoint aStop(aBottomLeft + B2DPoint(fBowX, 0.0)); in createPolygonFromRect() local 1801 …rSegment(interpolate(aStart, aBottomLeft, fKappa), interpolate(aStop, aBottomLeft, fKappa), aStop); in createPolygonFromRect()
|
/trunk/main/vcl/source/window/ |
H A D | decoview.cxx | 1257 Point aStart( rStart ), aStop( rStop ); in DrawSeparator() local 1266 mpOutDev->DrawLine( aStart, aStop ); in DrawSeparator() 1273 aStop.X()++; in DrawSeparator() 1278 aStop.Y()++; in DrawSeparator() 1280 mpOutDev->DrawLine( aStart, aStop ); in DrawSeparator()
|
/trunk/main/svx/source/svdraw/ |
H A D | svdotextdecomposition.cxx | 1048 …drawinglayer::animation::AnimationEntryFixed aStop(ENDLESS_TIME, bVisisbleWhenStopped ? 0.0 : 1.0); in impGetBlinkTextTiming() local 1049 rAnimList.append(aStop); in impGetBlinkTextTiming()
|
/trunk/main/vcl/unx/generic/fontmanager/ |
H A D | fontmanager.cxx | 2096 clock_t aStop = times( &tms ); in initialize() local 2097 … fprintf( stderr, "done in %lf s\n", (double)(aStop - aStart)/(double)sysconf( _SC_CLK_TCK ) ); in initialize()
|
Completed in 92 milliseconds