Home
last modified time | relevance | path

Searched defs:interpolateZ (Results 1 – 13 of 13) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Device/
H A DQuadRasterizer.cpp251 bool QuadRasterizer::interpolateZ() const in interpolateZ() function in sw::QuadRasterizer
H A DSetupProcessor.hpp55 bool interpolateZ : 1; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Renderer/
H A DQuadRasterizer.cpp341 bool QuadRasterizer::interpolateZ() const in interpolateZ() function in sw::QuadRasterizer
H A DSetupProcessor.hpp46 bool interpolateZ : 1; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Device/
H A DQuadRasterizer.cpp256 bool QuadRasterizer::interpolateZ() const in interpolateZ() function in sw::QuadRasterizer
H A DSetupProcessor.hpp50 bool interpolateZ : 1; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Renderer/
H A DQuadRasterizer.cpp341 bool QuadRasterizer::interpolateZ() const in interpolateZ() function in sw::QuadRasterizer
H A DSetupProcessor.hpp46 bool interpolateZ : 1; member
/dports/graphics/geos/geos-3.9.1/src/triangulate/quadedge/
H A DVertex.cpp172 Vertex::interpolateZ(const Coordinate& p, const Coordinate& v0, in interpolateZ() function in geos::triangulate::quadedge::Vertex
191 Vertex::interpolateZ(const Coordinate& p, const Coordinate& p0, in interpolateZ() function in geos::triangulate::quadedge::Vertex
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/
H A DVertex.java342 public static double interpolateZ(Coordinate p, Coordinate v0, Coordinate v1, Coordinate v2) { in interpolateZ() method in Vertex
366 public static double interpolateZ(Coordinate p, Coordinate p0, Coordinate p1) { in interpolateZ() method in Vertex
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/geom/
H A DTriangle.java424 public static double interpolateZ(Coordinate p, Coordinate v0, Coordinate v1, in interpolateZ() method in Triangle
593 public double interpolateZ(Coordinate p) in interpolateZ() method in Triangle
/dports/graphics/geos/geos-3.9.1/src/algorithm/
H A DLineIntersector.cpp222 LineIntersector::interpolateZ(const Coordinate& p, in interpolateZ() function in geos::algorithm::LineIntersector
/dports/cad/sumo/sumo-1.2.0/src/utils/geom/
H A DPositionVector.cpp1571 PositionVector::interpolateZ(double zStart, double zEnd) const { in interpolateZ() function in PositionVector