Home
last modified time | relevance | path

Searched refs:DrawPolygon (Results 1 – 25 of 835) sorted by relevance

12345678910>>...34

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/service/display/
H A Ddraw_polygon.h21 class VIZ_SERVICE_EXPORT DrawPolygon {
23 DrawPolygon();
24 ~DrawPolygon();
26 DrawPolygon(const DrawQuad* original_ref,
30 DrawPolygon(const DrawQuad* original_ref,
42 void SplitPolygon(std::unique_ptr<DrawPolygon> polygon,
43 std::unique_ptr<DrawPolygon>* front,
44 std::unique_ptr<DrawPolygon>* back,
56 std::unique_ptr<DrawPolygon> CreateCopy();
60 friend bool IsPlanarForTesting(const DrawPolygon& p);
[all …]
H A Ddraw_polygon.cc34 DrawPolygon::DrawPolygon() = default;
36 DrawPolygon::DrawPolygon(const DrawQuad* original, in DrawPolygon() function in viz::DrawPolygon
56 DrawPolygon::DrawPolygon(const DrawQuad* original_ref, in DrawPolygon() function in viz::DrawPolygon
82 DrawPolygon::~DrawPolygon() = default;
84 std::unique_ptr<DrawPolygon> DrawPolygon::CreateCopy() { in CreateCopy()
85 std::unique_ptr<DrawPolygon> new_polygon(new DrawPolygon()); in CreateCopy()
103 void DrawPolygon::ConstructNormal() { in ConstructNormal()
126 void DrawPolygon::RecomputeNormalForTesting() { in RecomputeNormalForTesting()
178 void DrawPolygon::TransformToLayerSpace( in TransformToLayerSpace()
190 void DrawPolygon::SplitPolygon(std::unique_ptr<DrawPolygon> polygon, in SplitPolygon()
[all …]
H A Dbsp_tree_unittest.cc41 std::vector<DrawPolygon*> sorted_list; in RunTest()
139 std::unique_ptr<DrawPolygon> polygon_a( in TEST()
141 std::unique_ptr<DrawPolygon> polygon_b( in TEST()
143 std::unique_ptr<DrawPolygon> polygon_c( in TEST()
169 std::unique_ptr<DrawPolygon> polygon_a( in TEST()
171 std::unique_ptr<DrawPolygon> polygon_b( in TEST()
198 std::unique_ptr<DrawPolygon> polygon_a( in TEST()
200 std::unique_ptr<DrawPolygon> polygon_b( in TEST()
227 std::unique_ptr<DrawPolygon> polygon_a( in TEST()
229 std::unique_ptr<DrawPolygon> polygon_b( in TEST()
[all …]
H A Dbsp_tree.h22 std::unique_ptr<DrawPolygon> node_data;
24 std::vector<std::unique_ptr<DrawPolygon>> coplanars_front;
25 std::vector<std::unique_ptr<DrawPolygon>> coplanars_back;
30 explicit BspNode(std::unique_ptr<DrawPolygon> data);
36 explicit BspTree(base::circular_deque<std::unique_ptr<DrawPolygon>>* list);
51 void FromList(std::vector<std::unique_ptr<DrawPolygon>>* list);
53 base::circular_deque<std::unique_ptr<DrawPolygon>>* data);
57 DrawPolygon* item) const { in WalkInOrderAction()
67 const std::vector<std::unique_ptr<DrawPolygon>>& first_coplanars, in WalkInOrderVisitNodes()
68 const std::vector<std::unique_ptr<DrawPolygon>>& second_coplanars) const { in WalkInOrderVisitNodes()
[all …]
H A Ddraw_polygon_unittest.cc22 void DrawPolygon::RecomputeNormalForTesting() { in RecomputeNormalForTesting()
37 bool IsPlanarForTesting(const DrawPolygon& p) { in IsPlanarForTesting()
72 std::unique_ptr<DrawPolygon> name(std::make_unique<DrawPolygon>( \
263 std::unique_ptr<DrawPolygon> front; in TEST()
264 std::unique_ptr<DrawPolygon> back; in TEST()
295 std::unique_ptr<DrawPolygon> front; in TEST()
296 std::unique_ptr<DrawPolygon> back; in TEST()
322 std::unique_ptr<DrawPolygon> front; in TEST()
323 std::unique_ptr<DrawPolygon> back; in TEST()
351 std::unique_ptr<DrawPolygon> front; in TEST()
[all …]
H A Dbsp_tree.cc17 BspNode::BspNode(std::unique_ptr<DrawPolygon> data) in BspNode()
22 BspTree::BspTree(base::circular_deque<std::unique_ptr<DrawPolygon>>* list) { in BspTree()
40 base::circular_deque<std::unique_ptr<DrawPolygon>>* polygon_list) { in BuildTree()
41 base::circular_deque<std::unique_ptr<DrawPolygon>> front_list; in BuildTree()
42 base::circular_deque<std::unique_ptr<DrawPolygon>> back_list; in BuildTree()
48 std::unique_ptr<DrawPolygon> polygon; in BuildTree()
49 std::unique_ptr<DrawPolygon> new_front; in BuildTree()
50 std::unique_ptr<DrawPolygon> new_back; in BuildTree()
83 BspCompareResult BspTree::GetCameraPositionRelative(const DrawPolygon& node) { in GetCameraPositionRelative()
H A Dbsp_walk_action.h18 virtual void operator()(DrawPolygon* item) = 0;
25 void operator()(DrawPolygon* item) override;
39 explicit BspWalkActionToVector(std::vector<DrawPolygon*>* in_list);
40 void operator()(DrawPolygon* item) override;
43 std::vector<DrawPolygon*>* list_;
H A Dbsp_walk_action.cc24 void BspWalkActionDrawPolygon::operator()(DrawPolygon* item) { in operator ()()
41 BspWalkActionToVector::BspWalkActionToVector(std::vector<DrawPolygon*>* in_list) in BspWalkActionToVector()
44 void BspWalkActionToVector::operator()(DrawPolygon* item) { in operator ()()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/service/display/
H A Ddraw_polygon.h21 class VIZ_SERVICE_EXPORT DrawPolygon {
23 DrawPolygon();
24 ~DrawPolygon();
26 DrawPolygon(const DrawQuad* original_ref,
30 DrawPolygon(const DrawQuad* original_ref,
42 void SplitPolygon(std::unique_ptr<DrawPolygon> polygon,
43 std::unique_ptr<DrawPolygon>* front,
44 std::unique_ptr<DrawPolygon>* back,
56 std::unique_ptr<DrawPolygon> CreateCopy();
60 friend bool IsPlanarForTesting(const DrawPolygon& p);
[all …]
H A Ddraw_polygon.cc34 DrawPolygon::DrawPolygon() = default;
36 DrawPolygon::DrawPolygon(const DrawQuad* original, in DrawPolygon() function in viz::DrawPolygon
56 DrawPolygon::DrawPolygon(const DrawQuad* original_ref, in DrawPolygon() function in viz::DrawPolygon
82 DrawPolygon::~DrawPolygon() = default;
84 std::unique_ptr<DrawPolygon> DrawPolygon::CreateCopy() { in CreateCopy()
85 std::unique_ptr<DrawPolygon> new_polygon(new DrawPolygon()); in CreateCopy()
103 void DrawPolygon::ConstructNormal() { in ConstructNormal()
126 void DrawPolygon::RecomputeNormalForTesting() { in RecomputeNormalForTesting()
178 void DrawPolygon::TransformToLayerSpace( in TransformToLayerSpace()
190 void DrawPolygon::SplitPolygon(std::unique_ptr<DrawPolygon> polygon, in SplitPolygon()
[all …]
H A Dbsp_tree_unittest.cc41 std::vector<DrawPolygon*> sorted_list; in RunTest()
139 std::unique_ptr<DrawPolygon> polygon_a( in TEST()
141 std::unique_ptr<DrawPolygon> polygon_b( in TEST()
143 std::unique_ptr<DrawPolygon> polygon_c( in TEST()
169 std::unique_ptr<DrawPolygon> polygon_a( in TEST()
171 std::unique_ptr<DrawPolygon> polygon_b( in TEST()
198 std::unique_ptr<DrawPolygon> polygon_a( in TEST()
200 std::unique_ptr<DrawPolygon> polygon_b( in TEST()
227 std::unique_ptr<DrawPolygon> polygon_a( in TEST()
229 std::unique_ptr<DrawPolygon> polygon_b( in TEST()
[all …]
H A Dbsp_tree.h22 std::unique_ptr<DrawPolygon> node_data;
24 std::vector<std::unique_ptr<DrawPolygon>> coplanars_front;
25 std::vector<std::unique_ptr<DrawPolygon>> coplanars_back;
30 explicit BspNode(std::unique_ptr<DrawPolygon> data);
36 explicit BspTree(base::circular_deque<std::unique_ptr<DrawPolygon>>* list);
51 void FromList(std::vector<std::unique_ptr<DrawPolygon>>* list);
53 base::circular_deque<std::unique_ptr<DrawPolygon>>* data);
57 DrawPolygon* item) const { in WalkInOrderAction()
67 const std::vector<std::unique_ptr<DrawPolygon>>& first_coplanars, in WalkInOrderVisitNodes()
68 const std::vector<std::unique_ptr<DrawPolygon>>& second_coplanars) const { in WalkInOrderVisitNodes()
[all …]
H A Ddraw_polygon_unittest.cc21 void DrawPolygon::RecomputeNormalForTesting() { in RecomputeNormalForTesting()
36 bool IsPlanarForTesting(const DrawPolygon& p) { in IsPlanarForTesting()
71 std::unique_ptr<DrawPolygon> name(std::make_unique<DrawPolygon>( \
262 std::unique_ptr<DrawPolygon> front; in TEST()
263 std::unique_ptr<DrawPolygon> back; in TEST()
294 std::unique_ptr<DrawPolygon> front; in TEST()
295 std::unique_ptr<DrawPolygon> back; in TEST()
321 std::unique_ptr<DrawPolygon> front; in TEST()
322 std::unique_ptr<DrawPolygon> back; in TEST()
350 std::unique_ptr<DrawPolygon> front; in TEST()
[all …]
H A Dbsp_tree.cc17 BspNode::BspNode(std::unique_ptr<DrawPolygon> data) in BspNode()
22 BspTree::BspTree(base::circular_deque<std::unique_ptr<DrawPolygon>>* list) { in BspTree()
40 base::circular_deque<std::unique_ptr<DrawPolygon>>* polygon_list) { in BuildTree()
41 base::circular_deque<std::unique_ptr<DrawPolygon>> front_list; in BuildTree()
42 base::circular_deque<std::unique_ptr<DrawPolygon>> back_list; in BuildTree()
48 std::unique_ptr<DrawPolygon> polygon; in BuildTree()
49 std::unique_ptr<DrawPolygon> new_front; in BuildTree()
50 std::unique_ptr<DrawPolygon> new_back; in BuildTree()
83 BspCompareResult BspTree::GetCameraPositionRelative(const DrawPolygon& node) { in GetCameraPositionRelative()
H A Dbsp_walk_action.h18 virtual void operator()(DrawPolygon* item) = 0;
25 void operator()(DrawPolygon* item) override;
39 explicit BspWalkActionToVector(std::vector<DrawPolygon*>* in_list);
40 void operator()(DrawPolygon* item) override;
43 std::vector<DrawPolygon*>* list_;
H A Dbsp_walk_action.cc24 void BspWalkActionDrawPolygon::operator()(DrawPolygon* item) { in operator ()()
41 BspWalkActionToVector::BspWalkActionToVector(std::vector<DrawPolygon*>* in_list) in BspWalkActionToVector()
44 void BspWalkActionToVector::operator()(DrawPolygon* item) { in operator ()()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/backendtest/outputdevice/
H A Dpolygon.cxx31 rDevice.DrawPolygon(aPolygon); in drawPolygonOffset()
81 mpVirtualDevice->DrawPolygon(aPolygon); in setupDiamond()
105 mpVirtualDevice->DrawPolygon(aHorizontalPolygon); in setupLines()
110 mpVirtualDevice->DrawPolygon(aVerticalPolygon); in setupLines()
115 mpVirtualDevice->DrawPolygon(aDiagonalPolygon); in setupLines()
140 mpVirtualDevice->DrawPolygon(aHorizontalPolygon); in setupAALines()
145 mpVirtualDevice->DrawPolygon(aVerticalPolygon); in setupAALines()
150 mpVirtualDevice->DrawPolygon(aDiagonalPolygon); in setupAALines()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/backendtest/outputdevice/
H A Dpolygon.cxx28 rDevice.DrawPolygon(aPolygon); in drawPolygonOffset()
75 mpVirtualDevice->DrawPolygon(aPolygon); in setupDiamond()
99 mpVirtualDevice->DrawPolygon(aHorizontalPolygon); in setupLines()
104 mpVirtualDevice->DrawPolygon(aVerticalPolygon); in setupLines()
109 mpVirtualDevice->DrawPolygon(aDiagonalPolygon); in setupLines()
134 mpVirtualDevice->DrawPolygon(aHorizontalPolygon); in setupAALines()
139 mpVirtualDevice->DrawPolygon(aVerticalPolygon); in setupAALines()
144 mpVirtualDevice->DrawPolygon(aDiagonalPolygon); in setupAALines()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/outdev/
H A Dpolygon.cxx128 DrawPolygon( aPoly ); in DrawPolyPolygon()
144 void OutputDevice::DrawPolygon( const basegfx::B2DPolygon& rB2DPolygon) in DrawPolygon() function in OutputDevice
156 void OutputDevice::DrawPolygon( const tools::Polygon& rPoly ) in DrawPolygon() function in OutputDevice
229 mpAlphaVDev->DrawPolygon( rPoly ); in DrawPolygon()
245 mpGraphics->DrawPolygon( aPoly.GetSize(), pPtAry, *this ); in DrawPolygon()
250 mpGraphics->DrawPolygon( nPoints, pPtAry, *this ); in DrawPolygon()
253 mpAlphaVDev->DrawPolygon( rPoly ); in DrawPolygon()
417 mpGraphics->DrawPolygon( *pPointAry, *pPointAryAry, *this ); in ImplDrawPolyPolygon()
459 mpGraphics->DrawPolygon( nPoints, pPtAry, *this ); in ImplDrawPolygon()
484 mpGraphics->DrawPolygon( nSize, pPtAry, *this ); in ImplDrawPolyPolygon()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/outdev/
H A Dpolygon.cxx128 DrawPolygon( aPoly ); in DrawPolyPolygon()
144 void OutputDevice::DrawPolygon( const basegfx::B2DPolygon& rB2DPolygon) in DrawPolygon() function in OutputDevice
156 void OutputDevice::DrawPolygon( const tools::Polygon& rPoly ) in DrawPolygon() function in OutputDevice
229 mpAlphaVDev->DrawPolygon( rPoly ); in DrawPolygon()
245 mpGraphics->DrawPolygon( aPoly.GetSize(), pPtAry, this ); in DrawPolygon()
250 mpGraphics->DrawPolygon( nPoints, pPtAry, this ); in DrawPolygon()
253 mpAlphaVDev->DrawPolygon( rPoly ); in DrawPolygon()
414 mpGraphics->DrawPolygon( *pPointAry, *pPointAryAry, this ); in ImplDrawPolyPolygon()
456 mpGraphics->DrawPolygon( nPoints, pPtAry, this ); in ImplDrawPolygon()
481 mpGraphics->DrawPolygon( nSize, pPtAry, this ); in ImplDrawPolyPolygon()
[all …]
/dports/misc/box2d/box2d-2.4.1/testbed/tests/
H A Dtime_of_impact.cpp87 g_debugDraw.DrawPolygon(vertices, m_shapeA.m_count, b2Color(0.9f, 0.9f, 0.9f)); in Step()
98 g_debugDraw.DrawPolygon(vertices, m_shapeB.m_count, b2Color(0.5f, 0.9f, 0.5f)); in Step()
105 g_debugDraw.DrawPolygon(vertices, m_shapeB.m_count, b2Color(0.5f, 0.7f, 0.9f)); in Step()
112 g_debugDraw.DrawPolygon(vertices, m_shapeB.m_count, b2Color(0.9f, 0.5f, 0.5f)); in Step()
122 g_debugDraw.DrawPolygon(vertices, m_shapeB.m_count, b2Color(0.9f, 0.5f, 0.5f)); in Step()
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/Box2D/Testbed/Tests/
H A DTimeOfImpact.h83 g_debugDraw.DrawPolygon(vertices, m_shapeA.m_count, b2Color(0.9f, 0.9f, 0.9f)); in Step()
94 g_debugDraw.DrawPolygon(vertices, m_shapeB.m_count, b2Color(0.5f, 0.9f, 0.5f)); in Step()
101 g_debugDraw.DrawPolygon(vertices, m_shapeB.m_count, b2Color(0.5f, 0.7f, 0.9f)); in Step()
108 g_debugDraw.DrawPolygon(vertices, m_shapeB.m_count, b2Color(0.9f, 0.5f, 0.5f)); in Step()
118 g_debugDraw.DrawPolygon(vertices, m_shapeB.m_count, b2Color(0.9f, 0.5f, 0.5f)); in Step()
/dports/graphics/py-box2d-py/box2d-py-2.3.8/examples/
H A Dtime_of_impact.py79 self.renderer.DrawPolygon([self.renderer.to_screen(transform * v)
85 self.renderer.DrawPolygon([self.renderer.to_screen(transform * v)
99 self.renderer.DrawPolygon([self.renderer.to_screen(transform * v)
107 self.renderer.DrawPolygon([self.renderer.to_screen(transform * v)
/dports/devel/juce/JUCE-f37e9a1/examples/Assets/Box2DTests/
H A DTimeOfImpact.h83 m_debugDraw.DrawPolygon(vertices, m_shapeA.m_vertexCount, b2Color(0.9f, 0.9f, 0.9f)); in Step()
98 m_debugDraw.DrawPolygon(vertices, m_shapeB.m_vertexCount, b2Color(0.5f, 0.9f, 0.5f)); in Step()
105 m_debugDraw.DrawPolygon(vertices, m_shapeB.m_vertexCount, b2Color(0.5f, 0.7f, 0.9f)); in Step()
112 m_debugDraw.DrawPolygon(vertices, m_shapeB.m_vertexCount, b2Color(0.9f, 0.5f, 0.5f)); in Step()
122 m_debugDraw.DrawPolygon(vertices, m_shapeB.m_vertexCount, b2Color(0.9f, 0.5f, 0.5f)); in Step()
/dports/devel/juce/JUCE-f37e9a1/examples/DemoRunner/Builds/Android/app/src/main/assets/Box2DTests/
H A DTimeOfImpact.h83 m_debugDraw.DrawPolygon(vertices, m_shapeA.m_vertexCount, b2Color(0.9f, 0.9f, 0.9f)); in Step()
98 m_debugDraw.DrawPolygon(vertices, m_shapeB.m_vertexCount, b2Color(0.5f, 0.9f, 0.5f)); in Step()
105 m_debugDraw.DrawPolygon(vertices, m_shapeB.m_vertexCount, b2Color(0.5f, 0.7f, 0.9f)); in Step()
112 m_debugDraw.DrawPolygon(vertices, m_shapeB.m_vertexCount, b2Color(0.9f, 0.5f, 0.5f)); in Step()
122 m_debugDraw.DrawPolygon(vertices, m_shapeB.m_vertexCount, b2Color(0.9f, 0.5f, 0.5f)); in Step()

12345678910>>...34