Home
last modified time | relevance | path

Searched refs:yStep (Results 1 – 25 of 541) sorted by relevance

12345678910>>...22

/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/extsrc/com/lightcrafts/mediax/jai/
H A DWarpGrid.java83 private int yStep; field in WarpGrid
107 this.yEnd = yStart + yStep * yNumCells; in initialize()
110 this.yStep = yStep; in initialize()
172 int yStart, int yStep, int yNumCells, in WarpGrid() argument
179 yStart, yStep, yNumCells, in WarpGrid()
203 int yStart, int yStep, int yNumCells) { in WarpGrid() argument
210 xStep, yStep, in WarpGrid()
214 yStart, yStep, yNumCells, in WarpGrid()
235 return yStep; in getYStep()
401 int yCell = (j - yStart) / yStep; in warpSparseRect()
[all …]
/dports/www/kf5-khtml/khtml-5.89.0/src/imload/
H A Dscaledimageplane.cpp43 int yStep = (parent->image.height() << 8) / height; in isUpToDate() local
44 for (unsigned int line = 0, srcLine = 0; line < tileHeight(tileY); ++line, srcLine += yStep) { in isUpToDate()
45 if (tile->versions[line] < parent->versions[(srcLine + yStep) >> 8]) { in isUpToDate()
58 int yStep = (src.height() << 8) / height; // We bitshift for when we get large ratios in scaleLoop32bit() local
60 …Target = 0, ySource = tileY * Tile::TileSize * yStep; yTarget < dst->height(); yTarget++, ySource … in scaleLoop32bit()
62 …const quint32 *srcAbove = reinterpret_cast<const quint32 *>(src.scanLine((ySource + yStep / 2) >> … in scaleLoop32bit()
77 int yStep = (src.height() << 8) / height; // We bitshift for when we get large ratios in scaleLoop8bit() local
79 …Target = 0, ySource = tileY * Tile::TileSize * yStep; yTarget < dst->height(); yTarget++, ySource … in scaleLoop8bit()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoCommon/
H A DTextureDecoder_x64.cpp224 for (int x = 0, yStep = (y / 8) * Wsteps8; x < width; x += 8, yStep++) in TexDecoder_DecodeImpl_C4() local
233 for (int x = 0, yStep = (y / 8) * Wsteps8; x < width; x += 8, yStep++) in TexDecoder_DecodeImpl_C4() local
242 for (int x = 0, yStep = (y / 8) * Wsteps8; x < width; x += 8, yStep++) in TexDecoder_DecodeImpl_C4() local
269 for (int x = 0, yStep = (y / 8) * Wsteps8; x < width; x += 8, yStep++) in TexDecoder_DecodeImpl_I4_SSSE3() local
313 for (int x = 0, yStep = (y / 8) * Wsteps8; x < width; x += 8, yStep++) in TexDecoder_DecodeImpl_I4() local
402 for (int x = 0, yStep = (y / 4) * Wsteps8; x < width; x += 8, yStep++) in TexDecoder_DecodeImpl_I8_SSSE3() local
432 for (int x = 0, yStep = (y / 4) * Wsteps8; x < width; x += 8, yStep++) in TexDecoder_DecodeImpl_I8() local
568 for (int x = 0, yStep = (y / 4) * Wsteps8; x < width; x += 8, yStep++) in TexDecoder_DecodeImpl_IA4() local
587 for (int x = 0, yStep = (y / 4) * Wsteps4; x < width; x += 4, yStep++) in TexDecoder_DecodeImpl_IA8_SSSE3() local
615 for (int x = 0, yStep = (y / 4) * Wsteps4; x < width; x += 4, yStep++) in TexDecoder_DecodeImpl_IA8() local
[all …]
H A DTextureDecoder_Generic.cpp208 for (int x = 0, yStep = (y / 8) * Wsteps8; x < width; x += 8, yStep++) in _TexDecoder_DecodeImpl() local
209 for (int iy = 0, xStep = 8 * yStep; iy < 8; iy++, xStep++) in _TexDecoder_DecodeImpl()
260 for (int x = 0, yStep = (y / 4) * Wsteps8; x < width; x += 8, yStep++) in _TexDecoder_DecodeImpl() local
261 for (int iy = 0, xStep = 4 * yStep; iy < 4; iy++, xStep++) in _TexDecoder_DecodeImpl()
267 for (int x = 0, yStep = (y / 4) * Wsteps8; x < width; x += 8, yStep++) in _TexDecoder_DecodeImpl() local
268 for (int iy = 0, xStep = 4 * yStep; iy < 4; iy++, xStep++) in _TexDecoder_DecodeImpl()
290 for (int x = 0, yStep = (y / 4) * Wsteps4; x < width; x += 4, yStep++) in _TexDecoder_DecodeImpl() local
291 for (int iy = 0, xStep = 4 * yStep; iy < 4; iy++, xStep++) in _TexDecoder_DecodeImpl()
/dports/math/pdal/PDAL-2.3.0/pdal/
H A DQuadIndex.cpp342 yStep, in getPoints()
353 yStep, in getPoints()
364 yStep, in getPoints()
375 yStep, in getPoints()
401 yStep); in getPoints()
410 yStep); in getPoints()
419 yStep); in getPoints()
428 yStep); in getPoints()
717 yStep, in getPoints()
856 yStep); in getPoints()
[all …]
/dports/x11-toolkits/qt5-quickcontrols/kde-qtquickcontrols-5.15.2p3/src/controls/Shaders/+glslcore/
H A Dblur.vert7 uniform float yStep;
16 qt_TexCoord0 = vec2(qt_MultiTexCoord0.x + xStep, qt_MultiTexCoord0.y + yStep * 0.36);
17 qt_TexCoord1 = vec2(qt_MultiTexCoord0.x + xStep * 0.36, qt_MultiTexCoord0.y - yStep);
18 qt_TexCoord2 = vec2(qt_MultiTexCoord0.x - xStep * 0.36, qt_MultiTexCoord0.y + yStep);
19 qt_TexCoord3 = vec2(qt_MultiTexCoord0.x - xStep, qt_MultiTexCoord0.y - yStep * 0.36);
/dports/graphics/qt5-graphicaleffects/kde-qtgraphicaleffects-5.15.2p2/src/effects/shaders/+glslcore/
H A Dfastblur_internal.vert5 uniform float yStep;
13 qt_TexCoord0 = vec2(qt_MultiTexCoord0.x + xStep, qt_MultiTexCoord0.y + yStep * 0.36);
14 qt_TexCoord1 = vec2(qt_MultiTexCoord0.x + xStep * 0.36, qt_MultiTexCoord0.y - yStep);
15 qt_TexCoord2 = vec2(qt_MultiTexCoord0.x - xStep * 0.36, qt_MultiTexCoord0.y + yStep);
16 qt_TexCoord3 = vec2(qt_MultiTexCoord0.x - xStep, qt_MultiTexCoord0.y - yStep * 0.36);
/dports/games/powder-toy/The-Powder-Toy-95.0/src/simulation/elements/
H A DDRAY.cpp84 …for (int xStep = rx*-1, yStep = ry*-1, xCurrent = x+xStep, yCurrent = y+yStep; ; xCurrent+=xStep, … in update() local
112 || !(--partsRemaining && InBounds(xCurrent+xStep, yCurrent+yStep))) in update()
116 yCopyTo = yCurrent + yStep*copySpaces; in update()
124yStep = ry*-1, xCurrent = x+xStep, yCurrent = y+yStep; InBounds(xCopyTo, yCopyTo) && --partsRemain… in update() local
/dports/x11-toolkits/qt5-quickcontrols/kde-qtquickcontrols-5.15.2p3/src/controls/Shaders/
H A Dblur.vert5 uniform highp float yStep;
14 qt_TexCoord0 = vec2(qt_MultiTexCoord0.x + xStep, qt_MultiTexCoord0.y + yStep * 0.36);
15 qt_TexCoord1 = vec2(qt_MultiTexCoord0.x + xStep * 0.36, qt_MultiTexCoord0.y - yStep);
16 qt_TexCoord2 = vec2(qt_MultiTexCoord0.x - xStep * 0.36, qt_MultiTexCoord0.y + yStep);
17 qt_TexCoord3 = vec2(qt_MultiTexCoord0.x - xStep, qt_MultiTexCoord0.y - yStep * 0.36);
/dports/graphics/qt5-graphicaleffects/kde-qtgraphicaleffects-5.15.2p2/src/effects/shaders/
H A Dfastblur_internal.vert4 uniform highp float yStep;
12 qt_TexCoord0 = vec2(qt_MultiTexCoord0.x + xStep, qt_MultiTexCoord0.y + yStep * 0.36);
13 qt_TexCoord1 = vec2(qt_MultiTexCoord0.x + xStep * 0.36, qt_MultiTexCoord0.y - yStep);
14 qt_TexCoord2 = vec2(qt_MultiTexCoord0.x - xStep * 0.36, qt_MultiTexCoord0.y + yStep);
15 qt_TexCoord3 = vec2(qt_MultiTexCoord0.x - xStep, qt_MultiTexCoord0.y - yStep * 0.36);
/dports/x11-toolkits/qt5-quickcontrols/kde-qtquickcontrols-5.15.2p3/src/controls/Shaders/+hlsl/
H A Dblur.vert6 float yStep;
24 result.coord0 = float2(coord.x + xStep, coord.y + yStep * 0.36);
25 result.coord1 = float2(coord.x + xStep * 0.36, coord.y - yStep);
26 result.coord2 = float2(coord.x - xStep * 0.36, coord.y + yStep);
27 result.coord3 = float2(coord.x - xStep, coord.y - yStep * 0.36);
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/geoflow_c/src/
H A DMat.h251 const size_t yStep, zStep;
266 yStep(mat.nx()), // Offset for each y increment
307 if ((i+1) % yStep == 0) {
308 if ((i+1+yStep) % zStep == 0 ) {
311 ptrStep(2*yStep + 2);
328 inline const T* ym() const { return c - yStep; } // PHI(IX,IY-1,IZ)
329 inline const T* yp() const { return c + yStep; } // PHI(IX,IY+1,IZ)
333 const T* xym() const { return xm() - yStep; } // PHI(IX-1,IY-1,IZ)
334 const T* xyp() const { return xp() + yStep; } // PHI(IX+1,IY+1,IZ)
337 const T* yzm() const { return zm() - yStep; } // PHI(IX,IY-1,IZ-1)
[all …]
/dports/graphics/krita/krita-4.4.8/libs/image/
H A Dkis_cached_gradient_shape_strategy.cpp38 qreal yStep; member
45 qreal yStep, in KisCachedGradientShapeStrategy() argument
56 m_d->yStep = yStep; in KisCachedGradientShapeStrategy()
65 int numSamplesY = std::ceil(qreal(rc.height()) / yStep); in KisCachedGradientShapeStrategy()
71 warnKrita << "WARNING:" << ppVar(rc) << ppVar(xStep) << ppVar(yStep); in KisCachedGradientShapeStrategy()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/demos/
H A Dtrispd.c33 float yStep; in Display() local
42 xStep = yStep = sqrt( 2.0 * Size ); in Display()
50 float vStep = yStep / Height; in Display()
53 for (y=1.0, v=0.0f; y<Height-yStep; y+=yStep, v+=vStep) { in Display()
61 glVertex2f(x, y+yStep); in Display()
71 for (y=1.0; y<Height-yStep; y+=yStep) { in Display()
77 glVertex2f(x, y+yStep); in Display()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/demos/
H A Dtrispd.c33 float yStep; in Display() local
42 xStep = yStep = sqrt( 2.0 * Size ); in Display()
50 float vStep = yStep / Height; in Display()
53 for (y=1.0, v=0.0f; y<Height-yStep; y+=yStep, v+=vStep) { in Display()
61 glVertex2f(x, y+yStep); in Display()
71 for (y=1.0; y<Height-yStep; y+=yStep) { in Display()
77 glVertex2f(x, y+yStep); in Display()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tvectorimage/
H A Dcornerdetector.cpp82 TPointI currStep, xStep, yStep, guideLine; in interpolate() local
118 yStep = currStep - yUnit; in interpolate()
120 yStep = currStep + yUnit; in interpolate()
122 yStep = currStep; in interpolate()
128 if (norm2(xStep - nextPoint) < norm2(yStep - nextPoint)) in interpolate()
131 currStep = yStep; in interpolate()
136 yStepTheta = acos((yStep - nextPoint) * guideLine / in interpolate()
137 (sqrt(norm2(yStep - nextPoint) * aux))); in interpolate()
140 currStep = yStep; in interpolate()
/dports/x11/virtualgl/virtualgl-3.0/glxdemos/
H A Dxuserotfont.c280 GLfloat xOrig, yOrig, xStep, yStep, dtemp; in glXUseRotatedXFontMESA() local
310 yStep = 0; in glXUseRotatedXFontMESA()
326 xStep = -yStep; in glXUseRotatedXFontMESA()
327 yStep = dtemp; in glXUseRotatedXFontMESA()
338 yStep = -yStep; in glXUseRotatedXFontMESA()
348 xStep = yStep; in glXUseRotatedXFontMESA()
349 yStep = -dtemp; in glXUseRotatedXFontMESA()
370 glBitmap(bitmapWidth, bitmapHeight, xOrig, yOrig, xStep, yStep, bm); in glXUseRotatedXFontMESA()
380 glBitmap(0, 0, 0.0, 0.0, xStep, yStep, NULL); in glXUseRotatedXFontMESA()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/xdemos/
H A Dxuserotfont.c280 GLfloat xOrig, yOrig, xStep, yStep, dtemp; in glXUseRotatedXFontMESA() local
310 yStep = 0; in glXUseRotatedXFontMESA()
326 xStep = -yStep; in glXUseRotatedXFontMESA()
327 yStep = dtemp; in glXUseRotatedXFontMESA()
338 yStep = -yStep; in glXUseRotatedXFontMESA()
348 xStep = yStep; in glXUseRotatedXFontMESA()
349 yStep = -dtemp; in glXUseRotatedXFontMESA()
370 glBitmap(bitmapWidth, bitmapHeight, xOrig, yOrig, xStep, yStep, bm); in glXUseRotatedXFontMESA()
380 glBitmap(0, 0, 0.0, 0.0, xStep, yStep, NULL); in glXUseRotatedXFontMESA()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/xdemos/
H A Dxuserotfont.c280 GLfloat xOrig, yOrig, xStep, yStep, dtemp; in glXUseRotatedXFontMESA() local
310 yStep = 0; in glXUseRotatedXFontMESA()
326 xStep = -yStep; in glXUseRotatedXFontMESA()
327 yStep = dtemp; in glXUseRotatedXFontMESA()
338 yStep = -yStep; in glXUseRotatedXFontMESA()
348 xStep = yStep; in glXUseRotatedXFontMESA()
349 yStep = -dtemp; in glXUseRotatedXFontMESA()
370 glBitmap(bitmapWidth, bitmapHeight, xOrig, yOrig, xStep, yStep, bm); in glXUseRotatedXFontMESA()
380 glBitmap(0, 0, 0.0, 0.0, xStep, yStep, NULL); in glXUseRotatedXFontMESA()
/dports/science/v_sim/v_sim-3.8.0/src/extensions/
H A Dshade.c400 float yStep, xbuf, scale, sW; in visu_gl_ext_shade_draw() local
415 yStep = (float)frame->height / (float)SHADE_LEGEND_N_QUADS; in visu_gl_ext_shade_draw()
419 glVertex2f(0, (float)i * yStep); in visu_gl_ext_shade_draw()
420 glVertex2f(sW, (float)i * yStep); in visu_gl_ext_shade_draw()
463 yStep = CLAMP(g_array_index(shade->priv->marks, float, i), 0., 1.); in visu_gl_ext_shade_draw()
464 tool_shade_valueToRGB(shade->priv->shade, rgba, yStep); in visu_gl_ext_shade_draw()
469 yStep *= (float)frame->height; in visu_gl_ext_shade_draw()
470 yStep = CLAMP(yStep, 2.f * scale, frame->height - scale); in visu_gl_ext_shade_draw()
472 glVertex2f(xbuf, yStep); in visu_gl_ext_shade_draw()
473 glVertex2f(sW - xbuf, yStep); in visu_gl_ext_shade_draw()
[all …]
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/lef/clef/
H A DlefiTypedefs.h115 double yStep; member
133 double yStep; member
151 double yStep; member
171 double yStep; member
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/lef/lef/
H A DlefiMisc.hpp56 double yStep; member
74 double yStep; member
94 double yStep; member
133 double yStep; member
170 double xStep, double yStep);
357 double xStart, double yStart, double xStep, double yStep);
368 double yStep() const;
/dports/games/xoj/xoj-1.0/
H A Dpatch.old31 ! copters[i].yStep = 0;
39 ! copters[i].yStep = 1;
71 ! if (RandInt(10) > 3) copters[i].y += copters[i].yStep;
74 ! if (RandInt(10) > 8) copters[i].yStep = -copters[i].yStep;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/classes/sun/java2d/xr/
H A DXRDrawLine.java125 int yStep = (dy > 0 ? 1 : -1); in rasterizeLine() local
127 int orthogonalYStep = !xmajor ? yStep : 0; in rasterizeLine()
136 yStep, orthogonalXStep, orthogonalYStep); in rasterizeLine()
139 yStep, orthogonalXStep, orthogonalYStep); in rasterizeLine()
144 int error, int errmajor, int errminor, int xStep, int yStep, in lineToPoints() argument
159 y += yStep; in lineToPoints()
165 int error, int errmajor, int errminor, int xStep, int yStep, in lineToRects() argument
208 y += yStep; in lineToRects()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/unix/classes/sun/java2d/xr/
H A DXRDrawLine.java125 int yStep = (dy > 0 ? 1 : -1); in rasterizeLine() local
127 int orthogonalYStep = !xmajor ? yStep : 0; in rasterizeLine()
136 yStep, orthogonalXStep, orthogonalYStep); in rasterizeLine()
139 yStep, orthogonalXStep, orthogonalYStep); in rasterizeLine()
144 int error, int errmajor, int errminor, int xStep, int yStep, in lineToPoints() argument
159 y += yStep; in lineToPoints()
165 int error, int errmajor, int errminor, int xStep, int yStep, in lineToRects() argument
208 y += yStep; in lineToRects()

12345678910>>...22