Home
last modified time | relevance | path

Searched refs:meshHeight (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/rigsofrods-caelum/ogre-caelum-0.6.3/main/src/
H A DFlatCloudLayer.cpp124 Real meshWidth, Real meshHeight, in setMeshParameters() argument
131 (abs(mMeshHeight - meshHeight) > 0.001); in setMeshParameters()
133 mMeshHeight = meshHeight; in setMeshParameters()
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/
H A Dcollections.py1844 def __init__(self, meshWidth, meshHeight, coordinates, argument
1848 self._meshHeight = meshHeight
1851 (meshHeight + 1, meshWidth + 1, 2))
1857 ((meshWidth + 1) * (meshHeight + 1), 2)))
1873 def convert_mesh_to_paths(meshWidth, meshHeight, coordinates): argument
1895 points = points.reshape((meshWidth * meshHeight, 5, 2))
1898 def convert_mesh_to_triangles(self, meshWidth, meshHeight, coordinates): argument
1921 triangles = triangles.reshape((meshWidth * meshHeight * 4, 3, 2))
1923 c = self.get_facecolor().reshape((meshHeight + 1, meshWidth + 1, 4))
1936 colors = colors.reshape((meshWidth * meshHeight * 4, 3, 4))
H A Dbackend_bases.py359 def draw_quad_mesh(self, gc, master_transform, meshWidth, meshHeight, argument
370 meshWidth, meshHeight, coordinates)
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/
H A Dcollections.py2001 def __init__(self, meshWidth, meshHeight, coordinates, argument
2005 self._meshHeight = meshHeight
2008 (meshHeight + 1, meshWidth + 1, 2))
2014 ((meshWidth + 1) * (meshHeight + 1), 2)))
2030 def convert_mesh_to_paths(meshWidth, meshHeight, coordinates): argument
2048 points = points.reshape((meshWidth * meshHeight, 5, 2))
2051 def convert_mesh_to_triangles(self, meshWidth, meshHeight, coordinates): argument
2074 triangles = triangles.reshape((meshWidth * meshHeight * 4, 3, 2))
2076 c = self.get_facecolor().reshape((meshHeight + 1, meshWidth + 1, 4))
2089 colors = colors.reshape((meshWidth * meshHeight * 4, 3, 4))
H A Dbackend_bases.py265 def draw_quad_mesh(self, gc, master_transform, meshWidth, meshHeight, argument
275 meshWidth, meshHeight, coordinates)
/dports/math/py-matplotlib/matplotlib-3.4.3/doc/api/prev_api_changes/
H A Dapi_changes_0.99.x.rst94 clippath_trans, meshWidth, meshHeight, coordinates,
100 draw_quad_mesh(self, gc, master_transform, meshWidth, meshHeight,
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreMeshManager.cpp264 …oid MeshManager::tesselate2DMesh(SubMesh* sm, unsigned short meshWidth, unsigned short meshHeight, in tesselate2DMesh() argument
285 sm->indexData->indexCount = (meshWidth-1) * (meshHeight-1) * 2 * iterations * 3; in tesselate2DMesh()
302 unsigned short vCount = meshHeight - 1; in tesselate2DMesh()
339 v = meshHeight - 1; in tesselate2DMesh()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreMeshManager.cpp254 …oid MeshManager::tesselate2DMesh(SubMesh* sm, unsigned short meshWidth, unsigned short meshHeight, in tesselate2DMesh() argument
275 sm->indexData->indexCount = (meshWidth-1) * (meshHeight-1) * 2 * iterations * 3; in tesselate2DMesh()
292 unsigned short vCount = meshHeight - 1; in tesselate2DMesh()
329 v = meshHeight - 1; in tesselate2DMesh()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreMeshManager.h446 void tesselate2DMesh(SubMesh* pSub, unsigned short meshWidth, unsigned short meshHeight,
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreMeshManager.h417 void tesselate2DMesh(SubMesh* pSub, unsigned short meshWidth, unsigned short meshHeight,
/dports/graphics/rigsofrods-caelum/ogre-caelum-0.6.3/main/include/
H A DFlatCloudLayer.h163 Real meshWidth, Real meshHeight,
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/vr/java/src/org/chromium/chrome/browser/vr/
H A DNoopCanvas.java195 public void drawBitmapMesh(Bitmap bitmap, int meshWidth, int meshHeight, float[] verts, in drawBitmapMesh() argument
/dports/devel/ignition-common/ignitionrobotics-ign-common-a5c4d5a35bb8/graphics/src/
H A DMeshManager.cc1220 void MeshManager::Tesselate2DMesh(SubMesh *sm, int meshWidth, int meshHeight, in Tesselate2DMesh() argument
1247 int vCount = meshHeight - 1; in Tesselate2DMesh()
1280 v = meshHeight - 1; in Tesselate2DMesh()
/dports/math/py-matplotlib/matplotlib-3.4.3/src/
H A D_backend_agg.h1129 inline QuadMeshGenerator(unsigned meshWidth, unsigned meshHeight, CoordinateArray &coordinates) in QuadMeshGenerator() argument
1130 : m_meshWidth(meshWidth), m_meshHeight(meshHeight), m_coordinates(coordinates) in QuadMeshGenerator()
/dports/math/py-matplotlib2/matplotlib-2.2.4/src/
H A D_backend_agg.h1132 inline QuadMeshGenerator(unsigned meshWidth, unsigned meshHeight, CoordinateArray &coordinates) in QuadMeshGenerator() argument
1133 : m_meshWidth(meshWidth), m_meshHeight(meshHeight), m_coordinates(coordinates) in QuadMeshGenerator()
/dports/math/py-matplotlib2/matplotlib-2.2.4/doc/api/
H A Dapi_changes.rst2209 clippath_trans, meshWidth, meshHeight, coordinates,
2215 draw_quad_mesh(self, gc, master_transform, meshWidth, meshHeight,
/dports/math/py-matplotlib2/matplotlib-2.2.4/doc/users/prev_whats_new/
H A Dchangelog.rst914 clippath_trans, meshWidth, meshHeight, coordinates,
920 draw_quad_mesh(self, gc, master_transform, meshWidth, meshHeight,
/dports/math/py-matplotlib/matplotlib-3.4.3/doc/users/prev_whats_new/
H A Dchangelog.rst914 clippath_trans, meshWidth, meshHeight, coordinates,
920 draw_quad_mesh(self, gc, master_transform, meshWidth, meshHeight,