Home
last modified time | relevance | path

Searched refs:aLineEnd (Results 1 – 25 of 47) sorted by relevance

12

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/import_gfx/
H A Dsvg_import_plugin.cpp49 static VECTOR2D getPointInLine( const VECTOR2D& aLineStart, const VECTOR2D& aLineEnd,
52 const VECTOR2D& aLineEnd );
199 static VECTOR2D getPointInLine( const VECTOR2D& aLineStart, const VECTOR2D& aLineEnd, in getPointInLine() argument
202 return aLineStart + ( aLineEnd - aLineStart ) * aDistance; in getPointInLine()
272 const VECTOR2D& aLineEnd ) in distanceFromPointToLine() argument
274 auto lineDirection = aLineEnd - aLineStart; in distanceFromPointToLine()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/sidebar/line/
H A DLineWidthValueSet.cxx99 Point aLineEnd(aBLPos.X() + nRectWidth * 7 / 9 - 10, aBLPos.Y() + ( nRectHeight - nItemId )/2); in UserDraw() local
150 pDev->DrawLine(aLineStart,aLineEnd ); in UserDraw()
152 aLineEnd.setY (aLineEnd.getY() + 1); in UserDraw()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/sidebar/line/
H A DLineWidthValueSet.cxx99 Point aLineEnd(aBLPos.X() + nRectWidth * 7 / 9 - 10, aBLPos.Y() + ( nRectHeight - nItemId )/2); in UserDraw() local
150 pDev->DrawLine(aLineStart,aLineEnd ); in UserDraw()
152 aLineEnd.setY (aLineEnd.getY() + 1); in UserDraw()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parser/
H A Dquery_loc.h68 void setLineEnd(unsigned int aLineEnd) { theLineEnd = aLineEnd; } in setLineEnd() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/drawfunc/
H A Dfusel2.cxx63 Point aLineEnd = pObject->GetPoint(1); in TestDetective() local
68 aPixel = pWindow->LogicToPixel( aLineEnd ); in TestDetective()
74 bool bStart = ( Diff( rPos,aLineStart ) > Diff( rPos,aLineEnd ) ); in TestDetective()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/drawfunc/
H A Dfusel2.cxx63 Point aLineEnd = pObject->GetPoint(1); in TestDetective() local
68 aPixel = pWindow->LogicToPixel( aLineEnd ); in TestDetective()
74 bool bStart = ( Diff( rPos,aLineStart ) > Diff( rPos,aLineEnd ) ); in TestDetective()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/painting/
H A DnsCSSRenderingGradients.cpp80 gfxPoint* aLineEnd) { in ComputeLinearGradientLine() argument
92 *aLineEnd = ComputeGradientLineEndFromAngle(center, angle, aBoxSize); in ComputeLinearGradientLine()
93 *aLineStart = gfxPoint(aBoxSize.width, aBoxSize.height) - *aLineEnd; in ComputeLinearGradientLine()
99 *aLineEnd = ComputeGradientLineEndFromAngle(center, angle, aBoxSize); in ComputeLinearGradientLine()
100 *aLineStart = gfxPoint(aBoxSize.width, aBoxSize.height) - *aLineEnd; in ComputeLinearGradientLine()
111 *aLineEnd = ComputeGradientLineEndFromAngle(*aLineStart, angle, aBoxSize); in ComputeLinearGradientLine()
115 *aLineEnd = gfxPoint(aBoxSize.width, aBoxSize.height) - *aLineStart; in ComputeLinearGradientLine()
126 gfxPoint* aLineStart, gfxPoint* aLineEnd, in ComputeRadialGradientLine() argument
212 *aLineEnd = in ComputeRadialGradientLine()
988 LayoutDevicePoint& aLineStart, LayoutDevicePoint& aLineEnd, in BuildWebRenderParameters() argument
[all …]
H A DnsCSSRenderingGradients.h66 LayoutDevicePoint& aLineEnd,
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/jcf2/Utils/
H A DJcfStringUtils.pas152 procedure FindLineOffsets(const aStr: string; aLineStart, aLineEnd: integer;
587 procedure FindLineOffsets(const aStr: string; aLineStart, aLineEnd: integer;
605 if (aLineEnd=1) then
607 while (offset<=len) and (lineCount<=aLineEnd) do
621 if lineCount=aLineEnd then
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/jcf2/Utils/
H A DJcfStringUtils.pas152 procedure FindLineOffsets(const aStr: string; aLineStart, aLineEnd: integer;
587 procedure FindLineOffsets(const aStr: string; aLineStart, aLineEnd: integer;
605 if (aLineEnd=1) then
607 while (offset<=len) and (lineCount<=aLineEnd) do
621 if lineCount=aLineEnd then
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/xoutdev/
H A Dxtablend.cxx108 const basegfx::B2DPolyPolygon aLineEnd(GetLineEnd(nIndex)->GetLineEnd()); in CreateBitmapForUI() local
112 aLineEnd, in CreateBitmapForUI()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/docvw/
H A DAnnotationWin2.cxx542 Point aLineEnd ; in SetPosAndSize() local
548 aLineEnd = EditWin().PixelToLogic( Point(GetPosPixel().X(),GetPosPixel().Y()-1) ); in SetPosAndSize()
554aLineEnd = EditWin().PixelToLogic( Point(GetPosPixel().X()+GetSizePixel().Width(),GetPosPixel().Y(… in SetPosAndSize()
567 Size aSize(aLineEnd.getX() - aLineStart.getX(), aLineEnd.getY() - aLineStart.getY()); in SetPosAndSize()
569 aLineEnd = aLineStart; in SetPosAndSize()
570 aLineEnd.Move(aSize.getWidth(), aSize.getHeight()); in SetPosAndSize()
582 basegfx::B2DPoint( aLineEnd.X(),aLineEnd.Y())); in SetPosAndSize()
590 aLineEnd, in SetPosAndSize()
H A DAnchorOverlayObject.cxx184 const Point& aLineEnd, in ImplPrimitive2DIDBlock()
204 basegfx::B2DPoint( aLineEnd.X(),aLineEnd.Y()) , in ImplPrimitive2DIDBlock()
H A DAnchorOverlayObject.hxx46 const Point& aLineEnd,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/docvw/
H A DAnchorOverlayObject.cxx180 const Point& aLineEnd, in ImplPrimitive2DIDBlock()
200 basegfx::B2DPoint( aLineEnd.X(),aLineEnd.Y()) , in ImplPrimitive2DIDBlock()
H A DAnnotationWin2.cxx700 Point aLineEnd ; in SetPosAndSize() local
706 aLineEnd = EditWin().PixelToLogic( Point(GetPosPixel().X(),GetPosPixel().Y()-1) ); in SetPosAndSize()
712aLineEnd = EditWin().PixelToLogic( Point(GetPosPixel().X()+GetSizePixel().Width(),GetPosPixel().Y(… in SetPosAndSize()
725 Size aSize(aLineEnd.getX() - aLineStart.getX(), aLineEnd.getY() - aLineStart.getY()); in SetPosAndSize()
727 aLineEnd = aLineStart; in SetPosAndSize()
728 aLineEnd.Move(aSize.getWidth(), aSize.getHeight()); in SetPosAndSize()
740 basegfx::B2DPoint( aLineEnd.X(),aLineEnd.Y())); in SetPosAndSize()
748 aLineEnd, in SetPosAndSize()
H A DAnchorOverlayObject.hxx47 const Point& aLineEnd,
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/xoutdev/
H A Dxtablend.cxx108 const basegfx::B2DPolyPolygon aLineEnd(GetLineEnd(nIndex)->GetLineEnd()); in CreateBitmapForUI() local
112 aLineEnd, in CreateBitmapForUI()
/dports/www/firefox-esr/firefox-91.8.0/layout/painting/
H A DnsCSSRenderingGradients.h67 LayoutDevicePoint& aLineEnd,
/dports/www/firefox/firefox-99.0/layout/painting/
H A DnsCSSRenderingGradients.h70 LayoutDevicePoint& aLineEnd,
/dports/mail/thunderbird/thunderbird-91.8.0/layout/painting/
H A DnsCSSRenderingGradients.h67 LayoutDevicePoint& aLineEnd,
/dports/lang/spidermonkey78/firefox-78.9.0/layout/painting/
H A DnsCSSRenderingGradients.h67 LayoutDevicePoint& aLineEnd,
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsvdopath.cxx239 Point aLineEnd; member
410 aLineEnd=rP2; in CalcLine()
421 aLineEnd+=aP1; in CalcLine()
423 aLineEnd+=aP2; in CalcLine()
432 aXP[1]=aLineEnd; in GetLinePoly()
930 aNow = pU->aLineEnd; in getSpecialDragComment()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvdopath.cxx238 Point aLineEnd; member
407 aLineEnd=rP2; in CalcLine()
418 aLineEnd+=aP1; in CalcLine()
420 aLineEnd+=aP2; in CalcLine()
429 aXP[1]=aLineEnd; in GetLinePoly()
927 aNow = pU->aLineEnd; in getSpecialDragComment()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DnsCSSRendering.cpp2131 gfxPoint* aLineEnd) in ComputeLinearGradientLine() argument
2144 *aLineEnd = ComputeGradientLineEndFromAngle(center, angle, aBoxSize); in ComputeLinearGradientLine()
2145 *aLineStart = gfxPoint(aBoxSize.width, aBoxSize.height) - *aLineEnd; in ComputeLinearGradientLine()
2151 *aLineEnd = ComputeGradientLineEndFromAngle(center, angle, aBoxSize); in ComputeLinearGradientLine()
2152 *aLineStart = gfxPoint(aBoxSize.width, aBoxSize.height) - *aLineEnd; in ComputeLinearGradientLine()
2163 *aLineEnd = ComputeGradientLineEndFromAngle(*aLineStart, angle, aBoxSize); in ComputeLinearGradientLine()
2167 *aLineEnd = gfxPoint(aBoxSize.width, aBoxSize.height) - *aLineStart; in ComputeLinearGradientLine()
2180 gfxPoint* aLineEnd, in ComputeRadialGradientLine() argument
2268 *aLineEnd = *aLineStart + gfxPoint(radiusX*cos(-angle), radiusY*sin(-angle)); in ComputeRadialGradientLine()

12