Home
last modified time | relevance | path

Searched refs:zDepth (Results 1 – 25 of 33) sorted by relevance

12

/dports/science/jmol/jmol-14.32.7/src/org/jmol/g3d/
H A DPixelatorShaded.java36 private int zSlab, zDepth; field in PixelatorShaded
47 Pixelator set(int zSlab, int zDepth, int zShadePower) { in set() argument
52 this.zDepth = zDepth < 0 ? 0 : zDepth; in set()
64 if (z > zDepth)
72 float f = (float)(zDepth - z) / (zDepth - zSlab);
87 int z = (int) Math.min(255, Math.max(0, 255f * (zDepth - p0.zb[i]) / (zDepth - zSlab))); in showZBuffer()
/dports/net/kitinerary/kitinerary-21.12.3/src/knowledgedb-generator/qgis/
H A Dgenerate-z-order-curve-spatial-index.py18 zDepth = 11 # minimum tile size is 1/(2^zdepth), amount of bits needed to store z index is 2*zDepth variable
31 xStep = xRange / (1 << zDepth)
32 yStep = yRange / (1 << zDepth)
36 for i in range(0, zDepth):
42 for i in range(0, zDepth):
47 mask = (1 << (2*(zDepth - depth))) - 1
87 for f in self.layer.getFeatures(rectForZ(z, zDepth -d)):
102 rectGeo = QgsGeometry.fromRect(rectForZ(z, zDepth - d))
152 startIncrement = 1 << (2 * (zDepth - startDepth))
154 task = SpatialIndexerSubTask(layer, i * startIncrement, zDepth - startDepth)
[all …]
/dports/games/SpaceCadetPinball/SpaceCadetPinball-Release_2.0/SpaceCadetPinball/
H A DTBall.cpp50 auto zDepth = proj::z_distance(visVec); in TBall() local
51 VisualZArray[index] = zDepth; in TBall()
71 auto zDepth = proj::z_distance(&Position); in Repaint() local
77 if (*zArrPtr <= zDepth) break; in Repaint()
84 zDepth, in Repaint()
/dports/cad/opencascade/opencascade-7.6.0/src/IGESDimen/
H A DIGESDimen_ToolLeaderArrow.cxx49 Standard_Real zDepth; in ReadOwnParams() local
62 PR.ReadReal(PR.Current(), "Z Depth", zDepth); in ReadOwnParams()
75 ent->Init (arrowHeadHeight, arrowHeadWidth, zDepth, arrowHead, segmentTails); in ReadOwnParams()
109 Standard_Real zDepth = another->ZDepth(); in OwnCopy() local
119 ent->Init(arrowHeadHeight, arrowHeadWidth, zDepth, arrowHead, segmentTails); in OwnCopy()
/dports/devel/kf5-ki18n/ki18n-5.89.0/src/localedata/qgis/
H A DSpatialIndexTasks.py13 xStep = xRange / (1 << zDepth)
14 yStep = yRange / (1 << zDepth)
18 for i in range(0, zDepth):
24 for i in range(0, zDepth):
29 mask = (1 << (2*(zDepth - depth))) - 1
170 rect = rectForZ(z, zDepth - d)
231 startIncrement = 1 << (2 * (zDepth - startDepth))
233 task = SpatialIndexerSubTask(context, i * startIncrement, zDepth - startDepth)
364 tileCount = 1 << (2 * zDepth)
H A Dconfig.py113 zDepth = 11 # minimum tile size is 1/(2^zdepth), amount of bits needed to store z index is 2*zDepth variable
/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/render/
H A DrScreen.cpp161 static tConfItem<rColorDepth> tzd("ZDEPTH",currentScreensetting.zDepth);
162 static tConfItem<rColorDepth> ltzd("LAST_ZDEPTH",lastSuccess.zDepth);
338 …:res(r), windowSize(r), fullscreen(fs), colorDepth(cd), zDepth( ArmageTron_ColorDepth_Desktop ), u… in rScreenSettings()
411 int zDepth = 16; in lowlevel_sr_InitDisplay() local
433 zDepth = 32; in lowlevel_sr_InitDisplay()
437 switch ( currentScreensetting.zDepth ) in lowlevel_sr_InitDisplay()
439 case ArmageTron_ColorDepth_16: zDepth = 16; break; in lowlevel_sr_InitDisplay()
440 case ArmageTron_ColorDepth_32: zDepth = 32; break; in lowlevel_sr_InitDisplay()
451 SDL_GL_SetAttribute( SDL_GL_DEPTH_SIZE, zDepth ); in lowlevel_sr_InitDisplay()
H A DrScreen.h71 rColorDepth zDepth; variable
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.opengl.examples/src/org/eclipse/swt/opengl/examples/
H A DTransparencyTab.java120 int zDepth; in processPick() local
122 zDepth = pSelectBuff[2]; in processPick()
125 if (zDepth > pSelectBuff[i + 2]) { in processPick()
126 zDepth = pSelectBuff[i + 2]; in processPick()
/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/graphics/charts/
H A Dlinecharts.py449 zDepth = AttrMapValue(isNumber, desc='depth of an individual series'),
454 zDepth = 10 variable in HorizontalLineChart3D
461 zDepth = self.zDepth
463 _3d_depth = nSeries*zDepth+(nSeries+1)*zSpace
465 _3d_depth = zDepth + 2*zSpace
472 z0 = rowNo*(self.zDepth+zSpace)+zSpace
491 zDepth = self.zDepth
510 z1 = z0 + zDepth
H A Dbarcharts.py972 zDepth = None variable in BarChart3D
978 zDepth = self.zDepth
979 if zDepth is None: zDepth = self.barWidth
983 _3d_depth = seriesCount*zDepth+(seriesCount+1)*zSpace
985 _3d_depth = zDepth + 2*zSpace
991 zDepth = self.zDepth
992 if zDepth is None: zDepth = self.barWidth
996 z0 = self._normFactor*(rowNo*(zDepth+zSpace)+zSpace)
1002 zDepth = self.zDepth
1003 if zDepth is None: zDepth = self.barWidth
[all …]
H A Dlineplots.py474 zDepth = AttrMapValue(isNumber, desc='depth of an individual series'),
479 zDepth = 10 variable in LinePlot3D
486 zDepth = self.zDepth
488 _3d_depth = nSeries*zDepth+(nSeries+1)*zSpace
490 _3d_depth = zDepth + 2*zSpace
497 z0 = rowNo*(self.zDepth+zSpace)+zSpace
526 zDepth = self.zDepth
564 z1 = z0 + zDepth
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/buffer/
H A Dkatetextrange.cpp283 void TextRange::setZDepth(qreal zDepth) in setZDepth() argument
286 if (zDepth == m_zDepth) { in setZDepth()
291 m_zDepth = zDepth; in setZDepth()
H A Dkatetextrange.h266 qreal zDepth() const override in zDepth() function
280 void setZDepth(qreal zDepth) override;
/dports/x11-clocks/emiclock/emiclock-2.0.2/
H A Dgengine.c87 int zDepth, imageWidth; local
97 zDepth = 8;
100 zDepth = 32;
112 zDepth, /* bitmap_pad */
/dports/net/kitinerary/kitinerary-21.12.3/src/lib/knowledgedb/
H A Dtimezonedb.cpp96 …imezone_index_params.xStart) / timezone_index_params.xRange) * (1 << timezone_index_params.zDepth); in timezoneForCoordinate()
97 …imezone_index_params.yStart) / timezone_index_params.yRange) * (1 << timezone_index_params.zDepth); in timezoneForCoordinate()
99 for (int i = timezone_index_params.zDepth - 1; i >= 0; --i) { in timezoneForCoordinate()
H A Dtimezonedb_p.h32 uint8_t zDepth; member
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/include/ktexteditor/
H A Dmovingrange.h301 virtual qreal zDepth() const = 0;
312 virtual void setZDepth(qreal zDepth) = 0;
/dports/science/jmol/jmol-14.32.7/src/org/jmol/api/
H A DJmolGraphicsInterface.java16 …public abstract void setSlabAndZShade(int slabValue, int depthValue, int zSlab, int zDepth, int zP… in setSlabAndZShade() argument
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/src/
H A Dopencl_engine_render_fractal.cpp1188 const sClPixel &pixelCl, unsigned short newAlpha, sRGB8 color, float zDepth, in PutMultiPixel() argument
1192 image->PutPixelZBuffer(xx, yy, zDepth); in PutMultiPixel()
1438 float zDepth = zDepthOld; in RenderMulti() local
1445 zDepth = pixelCl.zBuffer; in RenderMulti()
1451 zDepth = zDepthOld * (1.0f - 1.0f / output.monteCarloLoop) in RenderMulti()
1474 xx, yy, newPixel, pixelCl, newAlpha, color, zDepth, normal, opacity, image); in RenderMulti()
H A Dopencl_engine_render_fractal.h151 unsigned short newAlpha, sRGB8 color, float zDepth, const sRGBFloat &normal,
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/render/
H A Dkaterenderer.cpp342 if (a->zDepth() > b->zDepth()) { in rangeLessThanForRenderer()
344 } else if (a->zDepth() < b->zDepth()) { in rangeLessThanForRenderer()
/dports/graphics/yafaray/libYafaRay-3.5.1/src/yafraycore/
H A Dimagefilm.cc1736 float zDepth = (*zDepthImagePass)(i, j).normalized().A; in generateDebugFacesEdges() local
1741 imageMat.at(3).at<float>(j, i) = zDepth; in generateDebugFacesEdges()
1782 float zDepth = 0.f; in generateToonAndDebugObjectEdges() local
1789 zDepth = (*zDepthImagePass)(i, j).normalized().A; in generateToonAndDebugObjectEdges()
1798 imageMat.at(3).at<float>(j, i) = zDepth; in generateToonAndDebugObjectEdges()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/viewer/
H A DGlobalSettings.java403 setI("zDepth", zDepth); in GlobalSettings()
430 int zDepth = 0; field in GlobalSettings
/dports/science/jmol/jmol-14.32.7/src/org/jmol/util/
H A DGData.java129 public void setSlabAndZShade(int slab, int depth,int zSlab, int zDepth, int zPower) {

12