/dports/lang/spidermonkey60/firefox-60.9.0/layout/painting/ |
H A D | DottedCornerFinder.cpp | 200 const Float DIST_MARGIN = 0.1f; in FindPointAndRadius() local 208 if (distSquare > Square(r + DIST_MARGIN)) { in FindPointAndRadius() 210 } else if (distSquare < Square(r - DIST_MARGIN)) { in FindPointAndRadius() 231 const Float DIST_MARGIN = 0.1f; in FindNext() local 244 if (circlesDist < expectedDist - DIST_MARGIN) { in FindNext() 246 } else if (circlesDist > expectedDist + DIST_MARGIN) { in FindNext() 275 if (circlesDist < expectedDist - DIST_MARGIN) { in FindNext() 277 } else if (circlesDist > expectedDist + DIST_MARGIN) { in FindNext() 313 if (circlesDistSquare < Square(expectedDist - DIST_MARGIN)) { in FindNext() 521 const Float DIST_MARGIN = 0.1f; in GetCountAndLastOverlap() local [all …]
|
/dports/www/firefox-esr/firefox-91.8.0/layout/painting/ |
H A D | DottedCornerFinder.cpp | 202 const Float DIST_MARGIN = 0.1f; in FindPointAndRadius() local 210 if (distSquare > Square(r + DIST_MARGIN)) { in FindPointAndRadius() 212 } else if (distSquare < Square(r - DIST_MARGIN)) { in FindPointAndRadius() 233 const Float DIST_MARGIN = 0.1f; in FindNext() local 246 if (circlesDist < expectedDist - DIST_MARGIN) { in FindNext() 248 } else if (circlesDist > expectedDist + DIST_MARGIN) { in FindNext() 277 if (circlesDist < expectedDist - DIST_MARGIN) { in FindNext() 279 } else if (circlesDist > expectedDist + DIST_MARGIN) { in FindNext() 315 if (circlesDistSquare < Square(expectedDist - DIST_MARGIN)) { in FindNext() 523 const Float DIST_MARGIN = 0.1f; in GetCountAndLastOverlap() local [all …]
|
/dports/www/firefox/firefox-99.0/layout/painting/ |
H A D | DottedCornerFinder.cpp | 203 const Float DIST_MARGIN = 0.1f; in FindPointAndRadius() local 211 if (distSquare > Square(r + DIST_MARGIN)) { in FindPointAndRadius() 213 } else if (distSquare < Square(r - DIST_MARGIN)) { in FindPointAndRadius() 234 const Float DIST_MARGIN = 0.1f; in FindNext() local 247 if (circlesDist < expectedDist - DIST_MARGIN) { in FindNext() 249 } else if (circlesDist > expectedDist + DIST_MARGIN) { in FindNext() 278 if (circlesDist < expectedDist - DIST_MARGIN) { in FindNext() 280 } else if (circlesDist > expectedDist + DIST_MARGIN) { in FindNext() 316 if (circlesDistSquare < Square(expectedDist - DIST_MARGIN)) { in FindNext() 524 const Float DIST_MARGIN = 0.1f; in GetCountAndLastOverlap() local [all …]
|
/dports/mail/thunderbird/thunderbird-91.8.0/layout/painting/ |
H A D | DottedCornerFinder.cpp | 202 const Float DIST_MARGIN = 0.1f; in FindPointAndRadius() local 210 if (distSquare > Square(r + DIST_MARGIN)) { in FindPointAndRadius() 212 } else if (distSquare < Square(r - DIST_MARGIN)) { in FindPointAndRadius() 233 const Float DIST_MARGIN = 0.1f; in FindNext() local 246 if (circlesDist < expectedDist - DIST_MARGIN) { in FindNext() 248 } else if (circlesDist > expectedDist + DIST_MARGIN) { in FindNext() 277 if (circlesDist < expectedDist - DIST_MARGIN) { in FindNext() 279 } else if (circlesDist > expectedDist + DIST_MARGIN) { in FindNext() 315 if (circlesDistSquare < Square(expectedDist - DIST_MARGIN)) { in FindNext() 523 const Float DIST_MARGIN = 0.1f; in GetCountAndLastOverlap() local [all …]
|
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/ |
H A D | DottedCornerFinder.cpp | 224 const Float DIST_MARGIN = 0.1f; in FindPointAndRadius() local 232 if (distSquare > Square(r + DIST_MARGIN)) { in FindPointAndRadius() 234 } else if (distSquare < Square(r - DIST_MARGIN)) { in FindPointAndRadius() 257 const Float DIST_MARGIN = 0.1f; in FindNext() local 270 if (circlesDist < expectedDist - DIST_MARGIN) { in FindNext() 272 } else if (circlesDist > expectedDist + DIST_MARGIN) { in FindNext() 301 if (circlesDist < expectedDist - DIST_MARGIN) { in FindNext() 303 } else if (circlesDist > expectedDist + DIST_MARGIN) { in FindNext() 339 if (circlesDistSquare < Square(expectedDist - DIST_MARGIN)) { in FindNext() 553 const Float DIST_MARGIN = 0.1f; in GetCountAndLastOverlap() local [all …]
|
/dports/lang/spidermonkey78/firefox-78.9.0/layout/painting/ |
H A D | DottedCornerFinder.cpp | 202 const Float DIST_MARGIN = 0.1f; in FindPointAndRadius() local 210 if (distSquare > Square(r + DIST_MARGIN)) { in FindPointAndRadius() 212 } else if (distSquare < Square(r - DIST_MARGIN)) { in FindPointAndRadius() 233 const Float DIST_MARGIN = 0.1f; in FindNext() local 246 if (circlesDist < expectedDist - DIST_MARGIN) { in FindNext() 248 } else if (circlesDist > expectedDist + DIST_MARGIN) { in FindNext() 277 if (circlesDist < expectedDist - DIST_MARGIN) { in FindNext() 279 } else if (circlesDist > expectedDist + DIST_MARGIN) { in FindNext() 315 if (circlesDistSquare < Square(expectedDist - DIST_MARGIN)) { in FindNext() 523 const Float DIST_MARGIN = 0.1f; in GetCountAndLastOverlap() local [all …]
|
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/ |
H A D | BezierUtils.cpp | 142 const Float DIST_MARGIN = 0.1f; in BisectBezierNearestPoint() local 143 const Float DIST_MARGIN_SQUARE = DIST_MARGIN * DIST_MARGIN; in BisectBezierNearestPoint() 193 const Float DIST_MARGIN = 0.1f; in FindBezierNearestPoint() local 194 const Float DIST_MARGIN_SQUARE = DIST_MARGIN * DIST_MARGIN; in FindBezierNearestPoint()
|
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/ |
H A D | BezierUtils.cpp | 142 const Float DIST_MARGIN = 0.1f; in BisectBezierNearestPoint() local 143 const Float DIST_MARGIN_SQUARE = DIST_MARGIN * DIST_MARGIN; in BisectBezierNearestPoint() 193 const Float DIST_MARGIN = 0.1f; in FindBezierNearestPoint() local 194 const Float DIST_MARGIN_SQUARE = DIST_MARGIN * DIST_MARGIN; in FindBezierNearestPoint()
|
/dports/www/firefox/firefox-99.0/gfx/2d/ |
H A D | BezierUtils.cpp | 142 const Float DIST_MARGIN = 0.1f; in BisectBezierNearestPoint() local 143 const Float DIST_MARGIN_SQUARE = DIST_MARGIN * DIST_MARGIN; in BisectBezierNearestPoint() 193 const Float DIST_MARGIN = 0.1f; in FindBezierNearestPoint() local 194 const Float DIST_MARGIN_SQUARE = DIST_MARGIN * DIST_MARGIN; in FindBezierNearestPoint()
|
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/ |
H A D | BezierUtils.cpp | 142 const Float DIST_MARGIN = 0.1f; in BisectBezierNearestPoint() local 143 const Float DIST_MARGIN_SQUARE = DIST_MARGIN * DIST_MARGIN; in BisectBezierNearestPoint() 193 const Float DIST_MARGIN = 0.1f; in FindBezierNearestPoint() local 194 const Float DIST_MARGIN_SQUARE = DIST_MARGIN * DIST_MARGIN; in FindBezierNearestPoint()
|
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/ |
H A D | BezierUtils.cpp | 142 const Float DIST_MARGIN = 0.1f; in BisectBezierNearestPoint() local 143 const Float DIST_MARGIN_SQUARE = DIST_MARGIN * DIST_MARGIN; in BisectBezierNearestPoint() 193 const Float DIST_MARGIN = 0.1f; in FindBezierNearestPoint() local 194 const Float DIST_MARGIN_SQUARE = DIST_MARGIN * DIST_MARGIN; in FindBezierNearestPoint()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/ |
H A D | BezierUtils.cpp | 162 const Float DIST_MARGIN = 0.1f; in BisectBezierNearestPoint() local 163 const Float DIST_MARGIN_SQUARE = DIST_MARGIN * DIST_MARGIN; in BisectBezierNearestPoint() 215 const Float DIST_MARGIN = 0.1f; in FindBezierNearestPoint() local 216 const Float DIST_MARGIN_SQUARE = DIST_MARGIN * DIST_MARGIN; in FindBezierNearestPoint()
|