Home
last modified time | relevance | path

Searched refs:styleExpansionFactor (Results 1 – 14 of 14) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DPathHelpers.cpp246 double styleExpansionFactor = 0.5f; in MaxStrokeExtents() local
249 styleExpansionFactor = M_SQRT1_2; in MaxStrokeExtents()
253 styleExpansionFactor < M_SQRT2 * aStrokeOptions.mMiterLimit) { in MaxStrokeExtents()
254 styleExpansionFactor = M_SQRT2 * aStrokeOptions.mMiterLimit; in MaxStrokeExtents()
257 styleExpansionFactor *= aStrokeOptions.mLineWidth; in MaxStrokeExtents()
259 double dx = styleExpansionFactor * hypot(aTransform._11, aTransform._21); in MaxStrokeExtents()
260 double dy = styleExpansionFactor * hypot(aTransform._22, aTransform._12); in MaxStrokeExtents()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DPathHelpers.cpp246 double styleExpansionFactor = 0.5f; in MaxStrokeExtents() local
249 styleExpansionFactor = M_SQRT1_2; in MaxStrokeExtents()
253 styleExpansionFactor < M_SQRT2 * aStrokeOptions.mMiterLimit) { in MaxStrokeExtents()
254 styleExpansionFactor = M_SQRT2 * aStrokeOptions.mMiterLimit; in MaxStrokeExtents()
257 styleExpansionFactor *= aStrokeOptions.mLineWidth; in MaxStrokeExtents()
259 double dx = styleExpansionFactor * hypot(aTransform._11, aTransform._21); in MaxStrokeExtents()
260 double dy = styleExpansionFactor * hypot(aTransform._22, aTransform._12); in MaxStrokeExtents()
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DPathHelpers.cpp246 double styleExpansionFactor = 0.5f; in MaxStrokeExtents() local
249 styleExpansionFactor = M_SQRT1_2; in MaxStrokeExtents()
253 styleExpansionFactor < M_SQRT2 * aStrokeOptions.mMiterLimit) { in MaxStrokeExtents()
254 styleExpansionFactor = M_SQRT2 * aStrokeOptions.mMiterLimit; in MaxStrokeExtents()
257 styleExpansionFactor *= aStrokeOptions.mLineWidth; in MaxStrokeExtents()
259 double dx = styleExpansionFactor * hypot(aTransform._11, aTransform._21); in MaxStrokeExtents()
260 double dy = styleExpansionFactor * hypot(aTransform._22, aTransform._12); in MaxStrokeExtents()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DPathHelpers.cpp246 double styleExpansionFactor = 0.5f; in MaxStrokeExtents() local
249 styleExpansionFactor = M_SQRT1_2; in MaxStrokeExtents()
253 styleExpansionFactor < M_SQRT2 * aStrokeOptions.mMiterLimit) { in MaxStrokeExtents()
254 styleExpansionFactor = M_SQRT2 * aStrokeOptions.mMiterLimit; in MaxStrokeExtents()
257 styleExpansionFactor *= aStrokeOptions.mLineWidth; in MaxStrokeExtents()
259 double dx = styleExpansionFactor * hypot(aTransform._11, aTransform._21); in MaxStrokeExtents()
260 double dy = styleExpansionFactor * hypot(aTransform._22, aTransform._12); in MaxStrokeExtents()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DPathHelpers.cpp246 double styleExpansionFactor = 0.5f; in MaxStrokeExtents() local
249 styleExpansionFactor = M_SQRT1_2; in MaxStrokeExtents()
253 styleExpansionFactor < M_SQRT2 * aStrokeOptions.mMiterLimit) { in MaxStrokeExtents()
254 styleExpansionFactor = M_SQRT2 * aStrokeOptions.mMiterLimit; in MaxStrokeExtents()
257 styleExpansionFactor *= aStrokeOptions.mLineWidth; in MaxStrokeExtents()
259 double dx = styleExpansionFactor * hypot(aTransform._11, aTransform._21); in MaxStrokeExtents()
260 double dy = styleExpansionFactor * hypot(aTransform._22, aTransform._12); in MaxStrokeExtents()
H A DDrawCommands.h466 double styleExpansionFactor = 0.5f; in PathExtentsToMaxStrokeExtents() local
469 styleExpansionFactor = M_SQRT1_2; in PathExtentsToMaxStrokeExtents()
473 styleExpansionFactor < M_SQRT2 * aStrokeOptions.mMiterLimit) { in PathExtentsToMaxStrokeExtents()
474 styleExpansionFactor = M_SQRT2 * aStrokeOptions.mMiterLimit; in PathExtentsToMaxStrokeExtents()
477 styleExpansionFactor *= aStrokeOptions.mLineWidth; in PathExtentsToMaxStrokeExtents()
479 double dx = styleExpansionFactor * hypot(aTransform._11, aTransform._21); in PathExtentsToMaxStrokeExtents()
480 double dy = styleExpansionFactor * hypot(aTransform._22, aTransform._12); in PathExtentsToMaxStrokeExtents()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DPathHelpers.cpp258 double styleExpansionFactor = 0.5f; in MaxStrokeExtents() local
261 styleExpansionFactor = M_SQRT1_2; in MaxStrokeExtents()
265 styleExpansionFactor < M_SQRT2 * aStrokeOptions.mMiterLimit) { in MaxStrokeExtents()
266 styleExpansionFactor = M_SQRT2 * aStrokeOptions.mMiterLimit; in MaxStrokeExtents()
269 styleExpansionFactor *= aStrokeOptions.mLineWidth; in MaxStrokeExtents()
271 double dx = styleExpansionFactor * hypot(aTransform._11, aTransform._21); in MaxStrokeExtents()
272 double dy = styleExpansionFactor * hypot(aTransform._22, aTransform._12); in MaxStrokeExtents()
H A DDrawCommand.h359 double styleExpansionFactor = 0.5f; in PathExtentsToMaxStrokeExtents() local
362 styleExpansionFactor = M_SQRT1_2; in PathExtentsToMaxStrokeExtents()
366 styleExpansionFactor < M_SQRT2 * aStrokeOptions.mMiterLimit) { in PathExtentsToMaxStrokeExtents()
367 styleExpansionFactor = M_SQRT2 * aStrokeOptions.mMiterLimit; in PathExtentsToMaxStrokeExtents()
370 styleExpansionFactor *= aStrokeOptions.mLineWidth; in PathExtentsToMaxStrokeExtents()
372 double dx = styleExpansionFactor * hypot(aTransform._11, aTransform._21); in PathExtentsToMaxStrokeExtents()
373 double dy = styleExpansionFactor * hypot(aTransform._22, aTransform._12); in PathExtentsToMaxStrokeExtents()
/dports/www/firefox-esr/firefox-91.8.0/layout/svg/
H A DSVGUtils.cpp1286 double styleExpansionFactor = strokeMayHaveCorners ? M_SQRT1_2 : 0.5; in PathExtentsToMaxStrokeExtents() local
1298 styleExpansionFactor < style->mStrokeMiterlimit / 2.0) { in PathExtentsToMaxStrokeExtents()
1299 styleExpansionFactor = style->mStrokeMiterlimit / 2.0; in PathExtentsToMaxStrokeExtents()
1304 styleExpansionFactor, aMatrix); in PathExtentsToMaxStrokeExtents()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/svg/
H A DnsSVGUtils.cpp1301 double styleExpansionFactor = strokeMayHaveCorners ? M_SQRT1_2 : 0.5; in PathExtentsToMaxStrokeExtents() local
1311 styleExpansionFactor < style->mStrokeMiterlimit / 2.0) { in PathExtentsToMaxStrokeExtents()
1312 styleExpansionFactor = style->mStrokeMiterlimit / 2.0; in PathExtentsToMaxStrokeExtents()
1317 styleExpansionFactor, aMatrix); in PathExtentsToMaxStrokeExtents()
/dports/www/firefox/firefox-99.0/layout/svg/
H A DSVGUtils.cpp1282 double styleExpansionFactor = strokeMayHaveCorners ? M_SQRT1_2 : 0.5; in PathExtentsToMaxStrokeExtents() local
1294 styleExpansionFactor < style->mStrokeMiterlimit / 2.0) { in PathExtentsToMaxStrokeExtents()
1295 styleExpansionFactor = style->mStrokeMiterlimit / 2.0; in PathExtentsToMaxStrokeExtents()
1300 styleExpansionFactor, aMatrix); in PathExtentsToMaxStrokeExtents()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/svg/
H A DSVGUtils.cpp1286 double styleExpansionFactor = strokeMayHaveCorners ? M_SQRT1_2 : 0.5; in PathExtentsToMaxStrokeExtents() local
1298 styleExpansionFactor < style->mStrokeMiterlimit / 2.0) { in PathExtentsToMaxStrokeExtents()
1299 styleExpansionFactor = style->mStrokeMiterlimit / 2.0; in PathExtentsToMaxStrokeExtents()
1304 styleExpansionFactor, aMatrix); in PathExtentsToMaxStrokeExtents()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/svg/
H A DnsSVGUtils.cpp1358 double styleExpansionFactor = strokeMayHaveCorners ? M_SQRT1_2 : 0.5; in PathExtentsToMaxStrokeExtents() local
1370 styleExpansionFactor < style->mStrokeMiterlimit / 2.0) { in PathExtentsToMaxStrokeExtents()
1371 styleExpansionFactor = style->mStrokeMiterlimit / 2.0; in PathExtentsToMaxStrokeExtents()
1377 styleExpansionFactor, in PathExtentsToMaxStrokeExtents()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/svg/
H A DnsSVGUtils.cpp1296 double styleExpansionFactor = strokeMayHaveCorners ? M_SQRT1_2 : 0.5; in PathExtentsToMaxStrokeExtents() local
1308 styleExpansionFactor < style->mStrokeMiterlimit / 2.0) { in PathExtentsToMaxStrokeExtents()
1309 styleExpansionFactor = style->mStrokeMiterlimit / 2.0; in PathExtentsToMaxStrokeExtents()
1314 styleExpansionFactor, aMatrix); in PathExtentsToMaxStrokeExtents()