Home
last modified time | relevance | path

Searched refs:fHalfWidth (Results 1 – 25 of 27) sorted by relevance

12

/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/fpdfsdk/pdfwindow/
H A DPWL_Utils.cpp645 sAppStream << fLeft + fHalfWidth << " " << fBottom + fHalfWidth in GetBorderAppStream()
647 sAppStream << fLeft + fHalfWidth << " " << fTop - fHalfWidth in GetBorderAppStream()
649 sAppStream << fRight - fHalfWidth << " " << fTop - fHalfWidth in GetBorderAppStream()
662 sAppStream << fRight - fHalfWidth << " " << fTop - fHalfWidth in GetBorderAppStream()
666 sAppStream << fLeft + fHalfWidth << " " << fBottom + fHalfWidth in GetBorderAppStream()
1106 CFX_PointF(fRight - fHalfWidth * 2, fTop - fHalfWidth * 2), in DrawBorder()
1109 CFX_PointF(fLeft + fHalfWidth * 2, fTop - fHalfWidth * 2), in DrawBorder()
1125 CFX_PointF(fRight - fHalfWidth, fBottom + fHalfWidth), in DrawBorder()
1136 CFX_PointF(fRight - fHalfWidth * 2, fTop - fHalfWidth * 2), in DrawBorder()
1148 path.AppendRect(fLeft + fHalfWidth, fBottom + fHalfWidth, in DrawBorder()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fxfa/
H A Dcxfa_ffline.cpp40 float fHalfWidth = fLineWidth / 2.0f; in GetRectFromHand() local
44 rect.top -= fHalfWidth; in GetRectFromHand()
47 rect.top += fHalfWidth; in GetRectFromHand()
58 rect.left += fHalfWidth; in GetRectFromHand()
61 rect.left += fHalfWidth; in GetRectFromHand()
72 rect.Inflate(fHalfWidth, fHalfWidth); in GetRectFromHand()
75 rect.Deflate(fHalfWidth, fHalfWidth); in GetRectFromHand()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fxfa/
H A Dcxfa_ffline.cpp39 float fHalfWidth = fLineWidth / 2.0f; in GetRectFromHand() local
43 rect.top -= fHalfWidth; in GetRectFromHand()
46 rect.top += fHalfWidth; in GetRectFromHand()
57 rect.left += fHalfWidth; in GetRectFromHand()
60 rect.left += fHalfWidth; in GetRectFromHand()
71 rect.Inflate(fHalfWidth, fHalfWidth); in GetRectFromHand()
74 rect.Deflate(fHalfWidth, fHalfWidth); in GetRectFromHand()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxfa/app/
H A Dxfa_ffpath.cpp23 FX_FLOAT fHalfWidth = fLineWidth / 2.0f; in GetRectFromHand() local
27 rect.top -= fHalfWidth; in GetRectFromHand()
30 rect.top += fHalfWidth; in GetRectFromHand()
35 rect.left += fHalfWidth; in GetRectFromHand()
38 rect.left += fHalfWidth; in GetRectFromHand()
44 rect.Inflate(fHalfWidth, fHalfWidth); in GetRectFromHand()
47 rect.Deflate(fHalfWidth, fHalfWidth); in GetRectFromHand()
H A Dxfa_ffwidget.cpp1822 FX_FLOAT fHalfWidth = fThickness / 2.0f; in XFA_BOX_Stroke_3DRect_Lowered() local
1824 rtInner.Deflate(fHalfWidth, fHalfWidth); in XFA_BOX_Stroke_3DRect_Lowered()
1832 XFA_Draw3DRect(pGS, rtInner, fHalfWidth, pMatrix, 0xFF808080, 0xFFC0C0C0); in XFA_BOX_Stroke_3DRect_Lowered()
1838 FX_FLOAT fHalfWidth = fThickness / 2.0f; in XFA_BOX_Stroke_3DRect_Raised() local
1840 rtInner.Deflate(fHalfWidth, fHalfWidth); in XFA_BOX_Stroke_3DRect_Raised()
1848 XFA_Draw3DRect(pGS, rtInner, fHalfWidth, pMatrix, 0xFFFFFFFF, 0xFF808080); in XFA_BOX_Stroke_3DRect_Raised()
1854 FX_FLOAT fHalfWidth = fThickness / 2.0f; in XFA_BOX_Stroke_3DRect_Etched() local
1857 rtInner.Deflate(fHalfWidth, fHalfWidth); in XFA_BOX_Stroke_3DRect_Etched()
1858 XFA_Draw3DRect(pGS, rtInner, fHalfWidth, pMatrix, 0xFFFFFFFF, 0xFF808080); in XFA_BOX_Stroke_3DRect_Etched()
1864 FX_FLOAT fHalfWidth = fThickness / 2.0f; in XFA_BOX_Stroke_3DRect_Embossed() local
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fpdfdoc/
H A Dcpvt_generateap.cpp596 FX_FLOAT fHalfWidth = fWidth / 2.0f; in GenerateBorderAP() local
635 sAppStream << fLeft + fHalfWidth << " " << fBottom + fHalfWidth in GenerateBorderAP()
637 sAppStream << fLeft + fHalfWidth << " " << fTop - fHalfWidth in GenerateBorderAP()
639 sAppStream << fRight - fHalfWidth << " " << fTop - fHalfWidth in GenerateBorderAP()
641 sAppStream << fRight - fHalfWidth * 2 << " " << fTop - fHalfWidth * 2 in GenerateBorderAP()
643 sAppStream << fLeft + fHalfWidth * 2 << " " << fTop - fHalfWidth * 2 in GenerateBorderAP()
651 sAppStream << fRight - fHalfWidth << " " << fTop - fHalfWidth in GenerateBorderAP()
653 sAppStream << fRight - fHalfWidth << " " << fBottom + fHalfWidth in GenerateBorderAP()
655 sAppStream << fLeft + fHalfWidth << " " << fBottom + fHalfWidth in GenerateBorderAP()
661 sAppStream << fRight - fHalfWidth * 2 << " " << fTop - fHalfWidth * 2 in GenerateBorderAP()
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fwl/theme/
H A Dcfwl_widgettp.cpp305 FX_FLOAT fHalfWidth = fWidth / 2.0f; in Draw3DRect() local
312 pathLT.LineTo(fRight - fHalfWidth, fTop); in Draw3DRect()
313 pathLT.LineTo(fRight - fHalfWidth, fTop + fHalfWidth); in Draw3DRect()
314 pathLT.LineTo(fLeft + fHalfWidth, fTop + fHalfWidth); in Draw3DRect()
315 pathLT.LineTo(fLeft + fHalfWidth, fBottom - fHalfWidth); in Draw3DRect()
322 pathLT.LineTo(fLeft + fHalfWidth, fTop + fHalfWidth); in Draw3DRect()
333 pathRB.MoveTo(fRight - fHalfWidth, fTop + fHalfWidth); in Draw3DRect()
334 pathRB.LineTo(fRight - fHalfWidth, fBottom - fHalfWidth); in Draw3DRect()
335 pathRB.LineTo(fLeft + fHalfWidth, fBottom - fHalfWidth); in Draw3DRect()
339 pathRB.LineTo(fRight - fHalfWidth, fTop + fHalfWidth); in Draw3DRect()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxge/
H A Dcfx_renderdevice.cpp1203 path.AppendPoint(CFX_PointF(fLeft + fHalfWidth, fTop - fHalfWidth), in DrawBorder()
1205 path.AppendPoint(CFX_PointF(fRight - fHalfWidth, fTop - fHalfWidth), in DrawBorder()
1222 CFX_PointF(fLeft + fHalfWidth, fBottom + fHalfWidth), in DrawBorder()
1227 CFX_PointF(fRight - fHalfWidth, fTop - fHalfWidth), in DrawBorder()
1236 CFX_PointF(fLeft + fHalfWidth, fBottom + fHalfWidth), in DrawBorder()
1244 CFX_PointF(fRight - fHalfWidth, fTop - fHalfWidth), in DrawBorder()
1247 CFX_PointF(fRight - fHalfWidth, fBottom + fHalfWidth), in DrawBorder()
1250 CFX_PointF(fLeft + fHalfWidth, fBottom + fHalfWidth), in DrawBorder()
1259 CFX_PointF(fRight - fHalfWidth, fTop - fHalfWidth), in DrawBorder()
1267 path.AppendRect(fLeft + fHalfWidth, fBottom + fHalfWidth, in DrawBorder()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fxfa/parser/
H A Dcxfa_rectangle.cpp404 float fHalfWidth = fThickness / 2.0f; in StrokeLowered() local
406 rtInner.Deflate(fHalfWidth, fHalfWidth); in StrokeLowered()
414 StrokeRect(pGS, rtInner, fHalfWidth, matrix, 0xFF808080, 0xFFC0C0C0); in StrokeLowered()
421 float fHalfWidth = fThickness / 2.0f; in StrokeRaised() local
423 rtInner.Deflate(fHalfWidth, fHalfWidth); in StrokeRaised()
431 StrokeRect(pGS, rtInner, fHalfWidth, matrix, 0xFFFFFFFF, 0xFF808080); in StrokeRaised()
438 float fHalfWidth = fThickness / 2.0f; in StrokeEtched() local
442 rtInner.Deflate(fHalfWidth, fHalfWidth); in StrokeEtched()
443 StrokeRect(pGS, rtInner, fHalfWidth, matrix, 0xFFFFFFFF, 0xFF808080); in StrokeEtched()
450 float fHalfWidth = fThickness / 2.0f; in StrokeEmbossed() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fxfa/parser/
H A Dcxfa_rectangle.cpp386 float fHalfWidth = fThickness / 2.0f; in StrokeLowered() local
388 rtInner.Deflate(fHalfWidth, fHalfWidth); in StrokeLowered()
396 StrokeRect(pGS, rtInner, fHalfWidth, matrix, 0xFF808080, 0xFFC0C0C0); in StrokeLowered()
403 float fHalfWidth = fThickness / 2.0f; in StrokeRaised() local
405 rtInner.Deflate(fHalfWidth, fHalfWidth); in StrokeRaised()
413 StrokeRect(pGS, rtInner, fHalfWidth, matrix, 0xFFFFFFFF, 0xFF808080); in StrokeRaised()
420 float fHalfWidth = fThickness / 2.0f; in StrokeEtched() local
424 rtInner.Deflate(fHalfWidth, fHalfWidth); in StrokeEtched()
425 StrokeRect(pGS, rtInner, fHalfWidth, matrix, 0xFFFFFFFF, 0xFF808080); in StrokeEtched()
432 float fHalfWidth = fThickness / 2.0f; in StrokeEmbossed() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxge/
H A Dcfx_renderdevice.cpp1240 pathLT.AppendPoint(CFX_PointF(fLeft + fHalfWidth, fTop - fHalfWidth), in DrawBorder()
1242 pathLT.AppendPoint(CFX_PointF(fRight - fHalfWidth, fTop - fHalfWidth), in DrawBorder()
1245 CFX_PointF(fRight - fHalfWidth * 2, fTop - fHalfWidth * 2), in DrawBorder()
1248 CFX_PointF(fLeft + fHalfWidth * 2, fTop - fHalfWidth * 2), in DrawBorder()
1251 CFX_PointF(fLeft + fHalfWidth * 2, fBottom + fHalfWidth * 2), in DrawBorder()
1263 CFX_PointF(fRight - fHalfWidth, fBottom + fHalfWidth), in DrawBorder()
1268 CFX_PointF(fLeft + fHalfWidth * 2, fBottom + fHalfWidth * 2), in DrawBorder()
1271 CFX_PointF(fRight - fHalfWidth * 2, fBottom + fHalfWidth * 2), in DrawBorder()
1274 CFX_PointF(fRight - fHalfWidth * 2, fTop - fHalfWidth * 2), in DrawBorder()
1285 path.AppendRect(fLeft + fHalfWidth, fBottom + fHalfWidth, in DrawBorder()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fpdfdoc/
H A Dcpvt_generateap.cpp257 sAppStream << fLeft + fHalfWidth << " " << fBottom + fHalfWidth in GenerateBorderAP()
259 sAppStream << fLeft + fHalfWidth << " " << fTop - fHalfWidth in GenerateBorderAP()
261 sAppStream << fRight - fHalfWidth << " " << fTop - fHalfWidth in GenerateBorderAP()
263 sAppStream << fRight - fHalfWidth * 2 << " " << fTop - fHalfWidth * 2 in GenerateBorderAP()
265 sAppStream << fLeft + fHalfWidth * 2 << " " << fTop - fHalfWidth * 2 in GenerateBorderAP()
273 sAppStream << fRight - fHalfWidth << " " << fTop - fHalfWidth in GenerateBorderAP()
275 sAppStream << fRight - fHalfWidth << " " << fBottom + fHalfWidth in GenerateBorderAP()
277 sAppStream << fLeft + fHalfWidth << " " << fBottom + fHalfWidth in GenerateBorderAP()
283 sAppStream << fRight - fHalfWidth * 2 << " " << fTop - fHalfWidth * 2 in GenerateBorderAP()
291 sAppStream << fLeft + fHalfWidth << " " << fBottom + fHalfWidth << " " in GenerateBorderAP()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fpdfdoc/
H A Dcpvt_generateap.cpp258 sAppStream << fLeft + fHalfWidth << " " << fBottom + fHalfWidth in GenerateBorderAP()
260 sAppStream << fLeft + fHalfWidth << " " << fTop - fHalfWidth in GenerateBorderAP()
262 sAppStream << fRight - fHalfWidth << " " << fTop - fHalfWidth in GenerateBorderAP()
264 sAppStream << fRight - fHalfWidth * 2 << " " << fTop - fHalfWidth * 2 in GenerateBorderAP()
266 sAppStream << fLeft + fHalfWidth * 2 << " " << fTop - fHalfWidth * 2 in GenerateBorderAP()
274 sAppStream << fRight - fHalfWidth << " " << fTop - fHalfWidth in GenerateBorderAP()
276 sAppStream << fRight - fHalfWidth << " " << fBottom + fHalfWidth in GenerateBorderAP()
278 sAppStream << fLeft + fHalfWidth << " " << fBottom + fHalfWidth in GenerateBorderAP()
284 sAppStream << fRight - fHalfWidth * 2 << " " << fTop - fHalfWidth * 2 in GenerateBorderAP()
292 sAppStream << fLeft + fHalfWidth << " " << fBottom + fHalfWidth << " " in GenerateBorderAP()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fpdfdoc/
H A Dcpvt_generateap.cpp640 outerRect1.Deflate(fHalfWidth, fHalfWidth); in GenerateTextSymbolAP()
1239 sAppStream << fLeft + fHalfWidth << " " << fBottom + fHalfWidth in GenerateBorderAP()
1241 sAppStream << fLeft + fHalfWidth << " " << fTop - fHalfWidth in GenerateBorderAP()
1243 sAppStream << fRight - fHalfWidth << " " << fTop - fHalfWidth in GenerateBorderAP()
1245 sAppStream << fRight - fHalfWidth * 2 << " " << fTop - fHalfWidth * 2 in GenerateBorderAP()
1247 sAppStream << fLeft + fHalfWidth * 2 << " " << fTop - fHalfWidth * 2 in GenerateBorderAP()
1255 sAppStream << fRight - fHalfWidth << " " << fTop - fHalfWidth in GenerateBorderAP()
1257 sAppStream << fRight - fHalfWidth << " " << fBottom + fHalfWidth in GenerateBorderAP()
1259 sAppStream << fLeft + fHalfWidth << " " << fBottom + fHalfWidth in GenerateBorderAP()
1265 sAppStream << fRight - fHalfWidth * 2 << " " << fTop - fHalfWidth * 2 in GenerateBorderAP()
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/fpdfsdk/pdfwindow/
H A DPWL_Utils.cpp768 sAppStream << fLeft + fHalfWidth << " " << fBottom + fHalfWidth in GetBorderAppStream()
770 sAppStream << fLeft + fHalfWidth << " " << fTop - fHalfWidth in GetBorderAppStream()
772 sAppStream << fRight - fHalfWidth << " " << fTop - fHalfWidth in GetBorderAppStream()
785 sAppStream << fRight - fHalfWidth << " " << fTop - fHalfWidth in GetBorderAppStream()
789 sAppStream << fLeft + fHalfWidth << " " << fBottom + fHalfWidth in GetBorderAppStream()
1381 pathLT.SetPoint(0, fLeft + fHalfWidth, fBottom + fHalfWidth, in DrawBorder()
1391 pathLT.SetPoint(6, fLeft + fHalfWidth, fBottom + fHalfWidth, in DrawBorder()
1402 pathRB.SetPoint(1, fRight - fHalfWidth, fBottom + fHalfWidth, in DrawBorder()
1404 pathRB.SetPoint(2, fLeft + fHalfWidth, fBottom + fHalfWidth, in DrawBorder()
1421 path.AppendRect(fLeft + fHalfWidth, fBottom + fHalfWidth, in DrawBorder()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fpdfsdk/
H A Dcpdfsdk_appstream.cpp430 CFX_FloatRect rect_by_2 = rect.GetDeflated(fHalfWidth, fHalfWidth); in GetCircleBorderAppStream()
984 sAppStream << fLeft + fHalfWidth << " " << fBottom + fHalfWidth << " " in GetBorderAppStreamInternal()
986 sAppStream << fLeft + fHalfWidth << " " << fTop - fHalfWidth << " " in GetBorderAppStreamInternal()
988 sAppStream << fRight - fHalfWidth << " " << fTop - fHalfWidth << " " in GetBorderAppStreamInternal()
990 sAppStream << fRight - fHalfWidth * 2 << " " << fTop - fHalfWidth * 2 in GetBorderAppStreamInternal()
992 sAppStream << fLeft + fHalfWidth * 2 << " " << fTop - fHalfWidth * 2 in GetBorderAppStreamInternal()
1002 sAppStream << fRight - fHalfWidth << " " << fTop - fHalfWidth << " " in GetBorderAppStreamInternal()
1004 sAppStream << fRight - fHalfWidth << " " << fBottom + fHalfWidth in GetBorderAppStreamInternal()
1006 sAppStream << fLeft + fHalfWidth << " " << fBottom + fHalfWidth << " " in GetBorderAppStreamInternal()
1014 sAppStream << fRight - fHalfWidth * 2 << " " << fTop - fHalfWidth * 2 in GetBorderAppStreamInternal()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fpdfsdk/
H A Dcpdfsdk_appstream.cpp429 CFX_FloatRect rect_by_2 = rect.GetDeflated(fHalfWidth, fHalfWidth); in GetCircleBorderAppStream()
983 sAppStream << fLeft + fHalfWidth << " " << fBottom + fHalfWidth << " " in GetBorderAppStreamInternal()
985 sAppStream << fLeft + fHalfWidth << " " << fTop - fHalfWidth << " " in GetBorderAppStreamInternal()
987 sAppStream << fRight - fHalfWidth << " " << fTop - fHalfWidth << " " in GetBorderAppStreamInternal()
989 sAppStream << fRight - fHalfWidth * 2 << " " << fTop - fHalfWidth * 2 in GetBorderAppStreamInternal()
991 sAppStream << fLeft + fHalfWidth * 2 << " " << fTop - fHalfWidth * 2 in GetBorderAppStreamInternal()
1001 sAppStream << fRight - fHalfWidth << " " << fTop - fHalfWidth << " " in GetBorderAppStreamInternal()
1003 sAppStream << fRight - fHalfWidth << " " << fBottom + fHalfWidth in GetBorderAppStreamInternal()
1005 sAppStream << fLeft + fHalfWidth << " " << fBottom + fHalfWidth << " " in GetBorderAppStreamInternal()
1013 sAppStream << fRight - fHalfWidth * 2 << " " << fTop - fHalfWidth * 2 in GetBorderAppStreamInternal()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/batches/
H A DGrAnalyticRectBatch.cpp35 SkScalar fHalfWidth; member
270 fGeoData[i].fHalfWidth, in dumpInfo()
319 SkScalar halfWidth = geom.fHalfWidth; in onPrepareDraws()
330 verts[0].fHalfWidth = halfWidth; in onPrepareDraws()
337 verts[1].fHalfWidth = halfWidth; in onPrepareDraws()
344 verts[2].fHalfWidth = halfWidth; in onPrepareDraws()
351 verts[3].fHalfWidth = halfWidth; in onPrepareDraws()
379 SkScalar fHalfWidth; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxcrt/
H A Dfx_coordinates.cpp160 float fHalfWidth = (fWidth > fHeight) ? fHeight / 2 : fWidth / 2; in GetCenterSquare() local
164 return CFX_FloatRect(fCenterX - fHalfWidth, fCenterY - fHalfWidth, in GetCenterSquare()
165 fCenterX + fHalfWidth, fCenterY + fHalfWidth); in GetCenterSquare()
250 float fHalfWidth = (right - left) / 2.0f; in ScaleFromCenterPoint() local
256 left = center_x - fHalfWidth * fScale; in ScaleFromCenterPoint()
258 right = center_x + fHalfWidth * fScale; in ScaleFromCenterPoint()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxcrt/
H A Dfx_coordinates.cpp168 float fHalfWidth = (fWidth > fHeight) ? fHeight / 2 : fWidth / 2; in GetCenterSquare() local
172 return CFX_FloatRect(fCenterX - fHalfWidth, fCenterY - fHalfWidth, in GetCenterSquare()
173 fCenterX + fHalfWidth, fCenterY + fHalfWidth); in GetCenterSquare()
258 float fHalfWidth = (right - left) / 2.0f; in ScaleFromCenterPoint() local
264 left = center_x - fHalfWidth * fScale; in ScaleFromCenterPoint()
266 right = center_x + fHalfWidth * fScale; in ScaleFromCenterPoint()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svgio/source/svgreader/
H A Dsvgimagenode.cxx296 const double fHalfWidth(fAspectRatio * 0.5); in decomposeSvgNode() local
298 0.5 - fHalfWidth, in decomposeSvgNode()
300 0.5 + fHalfWidth, in decomposeSvgNode()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svgio/source/svgreader/
H A Dsvgimagenode.cxx299 const double fHalfWidth(fAspectRatio * 0.5); in decomposeSvgNode() local
301 0.5 - fHalfWidth, in decomposeSvgNode()
303 0.5 + fHalfWidth, in decomposeSvgNode()
/dports/editors/libreoffice/libreoffice-7.2.6.2/slideshow/source/engine/
H A Dbox2dtools.cxx139 const float fHalfWidth = 0.1f; in addEdgeShapeToBody() local
184 = convertB2DPointToBox2DVec2(aPointA, fScaleFactor) + fHalfWidth * aEdgeNormal; in addEdgeShapeToBody()
186 = convertB2DPointToBox2DVec2(aPointA, fScaleFactor) + -fHalfWidth * aEdgeNormal; in addEdgeShapeToBody()
190 = convertB2DPointToBox2DVec2(aPointB, fScaleFactor) + fHalfWidth * aEdgeNormal; in addEdgeShapeToBody()
192 = convertB2DPointToBox2DVec2(aPointB, fScaleFactor) + -fHalfWidth * aEdgeNormal; in addEdgeShapeToBody()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/sdr/overlay/
H A Doverlaytools.cxx61 const double fHalfWidth = maSize.getX() * getDiscreteUnit() / 2.0; in create2DDecomposition() local
65 maPosition.getX() - fHalfWidth, maPosition.getY() - fHalfHeight, in create2DDecomposition()
66 maPosition.getX() + fHalfWidth, maPosition.getY() + fHalfHeight); in create2DDecomposition()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/sdr/overlay/
H A Doverlaytools.cxx60 const double fHalfWidth = maSize.getX() * getDiscreteUnit() / 2.0; in create2DDecomposition() local
64 maPosition.getX() - fHalfWidth, maPosition.getY() - fHalfHeight, in create2DDecomposition()
65 maPosition.getX() + fHalfWidth, maPosition.getY() + fHalfHeight); in create2DDecomposition()

12