Home
last modified time | relevance | path

Searched refs:kFlatteningTolerance (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DPath.cpp69 const Float kFlatteningTolerance = 0.0001f; variable
93 kFlatteningTolerance); in BezierTo()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DPath.cpp69 const Float kFlatteningTolerance = 0.0001f; variable
93 kFlatteningTolerance); in BezierTo()
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DPath.cpp69 const Float kFlatteningTolerance = 0.0001f; variable
93 kFlatteningTolerance); in BezierTo()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DPath.cpp69 const Float kFlatteningTolerance = 0.0001f; variable
93 kFlatteningTolerance); in BezierTo()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DPath.cpp69 const Float kFlatteningTolerance = 0.0001f; variable
93 kFlatteningTolerance); in BezierTo()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DPath.cpp84 const Float kFlatteningTolerance = 0.0001f; variable
114 FlattenBezier(BezierControlPoints(CurrentPoint(), aCP1, aCP2, aCP3), this, kFlatteningTolerance); in BezierTo()