Home
last modified time | relevance | path

Searched defs:strips (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/dports/misc/fq/fq-0.0.2/format/tiff/
H A Dtiff.go90 type strips struct { struct
91 offsets []int64
92 byteCounts []int64
95 func decodeIfd(d *decode.D, s *strips, tagNames scalar.UToSymStr) int64 {
/dports/games/py-cbeams/cbeams-1.0.3/cbeams/
H A Dterminal.py48 def clip(strips): argument
64 def render(strips): argument
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dnla.c72 void BKE_nlastrip_free(ListBase *strips, NlaStrip *strip, bool do_id_user) in BKE_nlastrip_free()
623 bool BKE_nlastrips_has_space(ListBase *strips, float start, float end) in BKE_nlastrips_has_space()
660 void BKE_nlastrips_sort_strips(ListBase *strips) in BKE_nlastrips_sort_strips()
706 bool BKE_nlastrips_add_strip(ListBase *strips, NlaStrip *strip) in BKE_nlastrips_add_strip()
745 void BKE_nlastrips_make_metas(ListBase *strips, bool is_temp) in BKE_nlastrips_make_metas()
799 void BKE_nlastrips_clear_metastrip(ListBase *strips, NlaStrip *strip) in BKE_nlastrips_clear_metastrip()
825 void BKE_nlastrips_clear_metas(ListBase *strips, bool only_sel, bool only_temp) in BKE_nlastrips_clear_metas()
2188 static void blend_write_nla_strips(BlendWriter *writer, ListBase *strips) in blend_write_nla_strips()
2201 static void blend_data_read_nla_strips(BlendDataReader *reader, ListBase *strips) in blend_data_read_nla_strips()
2218 static void blend_lib_read_nla_strips(BlendLibReader *reader, ID *id, ListBase *strips) in blend_lib_read_nla_strips()
[all …]
/dports/java/java3d/java3d-1.5.2/j3d-core/src/native/d3d/
H A DD3dVertexBuffer.cpp229 VOID D3dVertexBuffer::addStrides(jint len, jint* strips) in addStrides()
254 VOID D3dVertexBuffer::appendStrides(jint len, USHORT* strips) in appendStrides()
/dports/math/vtk8/VTK-8.2.0/IO/Geometry/
H A DvtkSTLWriter.cxx63 vtkCellArray *strips; in WriteData() local
106 vtkPoints *pts, vtkCellArray *polys, vtkCellArray *strips) in WriteAsciiSTL()
231 vtkPoints *pts, vtkCellArray *polys, vtkCellArray *strips) in WriteBinarySTL()
/dports/math/vtk9/VTK-9.1.0/IO/Geometry/
H A DvtkSTLWriter.cxx69 vtkCellArray* strips; in WriteData() local
109 void vtkSTLWriter::WriteAsciiSTL(vtkPoints* pts, vtkCellArray* polys, vtkCellArray* strips) in WriteAsciiSTL()
237 void vtkSTLWriter::WriteBinarySTL(vtkPoints* pts, vtkCellArray* polys, vtkCellArray* strips) in WriteBinarySTL()
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/Testing/Python/
H A DTestGetBounds2.py14 strips = vtk.vtkCellArray() variable
/dports/math/vtk8/VTK-8.2.0/Examples/DataManipulation/Python/
H A DCreateStrip.py23 strips = vtk.vtkCellArray() variable
H A DArrays.py31 strips = vtk.vtkCellArray() variable
/dports/math/vtk6/VTK-6.2.0/Examples/DataManipulation/Python/
H A DCreateStrip.py23 strips = vtk.vtkCellArray() variable
H A DArrays.py31 strips = vtk.vtkCellArray() variable
/dports/graphics/darktable38/darktable-3.8.0/src/external/rawspeed/src/librawspeed/decompressors/
H A DPhaseOneDecompressor.h44 std::vector<PhaseOneStrip> strips; variable
/dports/graphics/darktable/darktable-3.6.1/src/external/rawspeed/src/librawspeed/decompressors/
H A DPhaseOneDecompressor.h44 std::vector<PhaseOneStrip> strips; variable
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/rawspeed/src/librawspeed/decompressors/
H A DPhaseOneDecompressor.h44 std::vector<PhaseOneStrip> strips; variable
/dports/math/openmesh/OpenMesh-8.1/src/Unittests/
H A Dunittests_stripifier.cc44 size_t strips = stripifier.stripify(); in TEST_F() local
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/
H A DGeometryInfoGenerator.java143 int[] strips = new int[gsa.getNumStrips()]; in processGeometryArray() local
784 int[] strips = new int[igsa.getNumStrips()]; in processIndexedArray() local
842 int[] strips = new int[geomArray.getNumStrips()]; in processStripArray() local
852 int[] strips = new int[geomArray.getNumStrips()]; in processIndexStripArray() local
/dports/graphics/opendx/dx-4.4.4/src/exec/hwrender/xgl/
H A DhwQmeshDraw.c82 #define strips qstrips macro
H A DhwTmeshDraw.c103 #define strips tstrips macro
/dports/math/vtk8/VTK-8.2.0/Filters/Core/Testing/Python/
H A DtestPDNormals.py16 strips = ts.GetOutput() variable
/dports/math/vtk9/VTK-9.1.0/Filters/Core/Testing/Python/
H A DtestPDNormals.py16 strips = ts.GetOutput() variable
/dports/graphics/opendx/dx-4.4.4/src/exec/hwrender/starbase/
H A DhwQmeshDrawSB.c40 #define strips qstrips macro
H A DhwTmeshDrawSB.c43 #define strips tstrips macro
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SemanticTile/
H A DModeledVolume.php29 public function setStrips($strips)
/dports/graphics/darktable38/darktable-3.8.0/src/external/rawspeed/fuzz/librawspeed/decompressors/
H A DPhaseOneDecompressor.cpp47 std::vector<rawspeed::PhaseOneStrip> strips; in LLVMFuzzerTestOneInput() local
/dports/graphics/darktable/darktable-3.6.1/src/external/rawspeed/fuzz/librawspeed/decompressors/
H A DPhaseOneDecompressor.cpp47 std::vector<rawspeed::PhaseOneStrip> strips; in LLVMFuzzerTestOneInput() local

12345678910>>...12