Home
last modified time | relevance | path

Searched refs:set_corners (Results 1 – 10 of 10) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gfx/
H A Drrect_f_builder.h99 RRectFBuilder&& set_corners(const gfx::RoundedCornersF& corners) { in set_corners() function
H A Drrect_f_unittest.cc358 RRectF c = RRectFBuilder().set_rect(a).set_corners(corners).Build(); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gfx/
H A Drrect_f_builder.h99 RRectFBuilder&& set_corners(const gfx::RoundedCornersF& corners) { in set_corners() function
H A Drrect_f_unittest.cc358 RRectF c = RRectFBuilder().set_rect(a).set_corners(corners).Build(); in TEST()
/dports/x11/3ddesktop/3ddesktop-0.2.9/
H A Dfaceset.hpp191 faces[i]->set_corners(tl, tr, bl, br);
H A Dface.hpp107 void set_corners(Point tl,
H A Darrange.cpp1764 face_A->set_corners(tl, tr, bl, br); in calculate_faces()
1771 face_B->set_corners(tl, tr, bl, br); in calculate_faces()
/dports/math/ogdf/OGDF/include/ogdf/orthogonal/
H A DEdgeRouter.h230 void set_corners(node v);
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/
H A Dconversions.rs754 pub fn set_corners(&self, other: &mut nsStyleCorners) { in set_corners() method
769 radius.set_corners(other); in set_corners_from_radius()
/dports/math/ogdf/OGDF/src/ogdf/orthogonal/
H A DEdgeRouter.cpp399 set_corners(v); in call()
1266 void EdgeRouter::set_corners(node v) in set_corners() function in ogdf::EdgeRouter
1784 set_corners(v); in compute_place()