Home
last modified time | relevance | path

Searched refs:colorI (Results 1 – 25 of 169) sorted by relevance

1234567

/dports/biology/garlic/garlic-1.6/
H A Ddraw_squid.c87 for (colorI = 0; colorI < colorsN; colorI++) in DrawSquid_()
106 for (colorI = 0; colorI < colorsN; colorI++) in DrawSquid_()
143 colorI = 0; in DrawSquid_()
146 colorI = 1; in DrawSquid_()
149 colorI = 2; in DrawSquid_()
152 colorI = 3; in DrawSquid_()
155 colorI = 4; in DrawSquid_()
158 colorI = 5; in DrawSquid_()
161 colorI = 6; in DrawSquid_()
164 colorI = 7; in DrawSquid_()
[all …]
H A Ddraw_seahorse.c91 for (colorI = 0; colorI < colorsN; colorI++) in DrawSeahorse_()
110 for (colorI = 0; colorI < colorsN; colorI++) in DrawSeahorse_()
164 colorI = 0; in DrawSeahorse_()
167 colorI = 1; in DrawSeahorse_()
170 colorI = 2; in DrawSeahorse_()
173 colorI = 3; in DrawSeahorse_()
176 colorI = 4; in DrawSeahorse_()
179 colorI = 5; in DrawSeahorse_()
182 colorI = 6; in DrawSeahorse_()
185 colorI = 7; in DrawSeahorse_()
[all …]
H A Dcomparison_mouse.c64 int colorI; in ComparisonMouse_() local
203 colorI = curr_pixelSP->styleI; in ComparisonMouse_()
204 if ((colorI != 0) && (colorI != 1) && (colorI != 2)) continue; in ComparisonMouse_()
222 guiSP->theGCA[colorI], in ComparisonMouse_()
240 guiSP->theGCA[colorI], in ComparisonMouse_()
H A Ddraw_comparison.c107 int colorI; in DrawComparison_() local
377 colorI = curr_pixelSP->styleI; in DrawComparison_()
378 if (colorI == 0) continue; in DrawComparison_()
379 if ((colorI != 1) && (colorI != 2)) continue; in DrawComparison_()
385 guiSP->theGCA[colorI], in DrawComparison_()
/dports/deskutils/chart/chart-3.0.0/
H A Dcolor.go10 var colorI = 0 var
14 colorI = 0
19 result := colorPalette[colorI]
20 colorI++
21 if colorI > len(colorPalette)-1 {
22 colorI = 0
/dports/games/manaplus/manaplus-2.1.3.17/src/resources/dye/
H A Ddyepalette.cpp194 const DyeColor &colorI = mColors[i - 1]; in getColor() local
197 color[0] = (t2 * colorI.value[0] + t * r2) / 255; in getColor()
198 color[1] = (t2 * colorI.value[1] + t * g2) / 255; in getColor()
199 color[2] = (t2 * colorI.value[2] + t * b2) / 255; in getColor()
229 const DyeColor &colorI = mColors[i]; in getColor() local
234 color[0] = colorI.value[0]; in getColor()
235 color[1] = colorI.value[1]; in getColor()
236 color[2] = colorI.value[2]; in getColor()
245 color[0] = CAST_S32(rest * colorI.value[0] + in getColor()
247 color[1] = CAST_S32(rest * colorI.value[1] + in getColor()
[all …]
/dports/games/endless-sky/endless-sky-0.9.14/source/
H A DFillShader.cpp29 GLint colorI; variable
65 colorI = shader.Uniform("color"); in Init()
109 glUniform4fv(colorI, 1, color.Get()); in Fill()
H A DLineShader.cpp30 GLint colorI; variable
75 colorI = shader.Uniform("color"); in Init()
124 glUniform4fv(colorI, 1, color.Get()); in Draw()
H A DPointerShader.cpp31 GLint colorI; variable
82 colorI = shader.Uniform("color"); in Init()
146 glUniform4fv(colorI, 1, color.Get()); in Add()
H A DOutlineShader.cpp31 GLint colorI; variable
118 colorI = shader.Uniform("color"); in Init()
184 glUniform4fv(colorI, 1, color.Get()); in Draw()
H A DRingShader.cpp34 GLint colorI; variable
94 colorI = shader.Uniform("color"); in Init()
173 glUniform4fv(colorI, 1, color.Get()); in Add()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Utilities/KreedSaiEagle/
H A D2xSai.cpp29 typename_t colorI = *(in - prevline - prevcolumn); \
64 …orA == colorH) || (colorB == colorE && colorB == colorD && colorA != colorF && colorA == colorI)) \
70 …orA == colorF) || (colorC == colorG && colorC == colorD && colorA != colorH && colorA == colorI)) \
110 else if (colorB == colorE && colorB == colorD && colorA != colorF && colorA == colorI) \
118 else if (colorC == colorG && colorC == colorD && colorA != colorH && colorA == colorI) \
/dports/games/openbor3482/openbor-2c1ecd7/engine/xbox/generic/
H A D2xsaiwin.c913 colorI, colorJ, colorK, colorL, in _2xSaI() local
923 colorI = *(bP- Nextline - 1); in _2xSaI()
1005 r += GetResult1 (colorA, colorB, colorG, colorE, colorI); in _2xSaI()
1124 colorI, colorJ, colorK, colorL, in _2xSaIScanline() local
1134 colorI = *(bP- Nextline - 1); in _2xSaIScanline()
1302 colorI; in Scale2x() local
1322 colorI = *(bP + Nextline + 1); in Scale2x()
1436 colorI; in SuperScaleScanline() local
1458 colorI = *(bP + Nextline + 1); in SuperScaleScanline()
1553 colorI; in SuperScale() local
[all …]
/dports/games/openbor3979/openbor-2bcf25b/engine/xbox/generic/
H A D2xsaiwin.c913 colorI, colorJ, colorK, colorL, in _2xSaI() local
923 colorI = *(bP- Nextline - 1); in _2xSaI()
1005 r += GetResult1 (colorA, colorB, colorG, colorE, colorI); in _2xSaI()
1124 colorI, colorJ, colorK, colorL, in _2xSaIScanline() local
1134 colorI = *(bP- Nextline - 1); in _2xSaIScanline()
1302 colorI; in Scale2x() local
1322 colorI = *(bP + Nextline + 1); in Scale2x()
1436 colorI; in SuperScaleScanline() local
1458 colorI = *(bP + Nextline + 1); in SuperScaleScanline()
1553 colorI; in SuperScale() local
[all …]
/dports/games/openbor4432/openbor-ba1eb4f/engine/xbox/generic/
H A D2xsaiwin.c913 colorI, colorJ, colorK, colorL, in _2xSaI() local
923 colorI = *(bP- Nextline - 1); in _2xSaI()
1005 r += GetResult1 (colorA, colorB, colorG, colorE, colorI); in _2xSaI()
1124 colorI, colorJ, colorK, colorL, in _2xSaIScanline() local
1134 colorI = *(bP- Nextline - 1); in _2xSaIScanline()
1302 colorI; in Scale2x() local
1322 colorI = *(bP + Nextline + 1); in Scale2x()
1436 colorI; in SuperScaleScanline() local
1458 colorI = *(bP + Nextline + 1); in SuperScaleScanline()
1553 colorI; in SuperScale() local
[all …]
/dports/games/openbor3711/openbor-6ec17fa/engine/xbox/generic/
H A D2xsaiwin.c913 colorI, colorJ, colorK, colorL, in _2xSaI() local
923 colorI = *(bP- Nextline - 1); in _2xSaI()
1005 r += GetResult1 (colorA, colorB, colorG, colorE, colorI); in _2xSaI()
1124 colorI, colorJ, colorK, colorL, in _2xSaIScanline() local
1134 colorI = *(bP- Nextline - 1); in _2xSaIScanline()
1302 colorI; in Scale2x() local
1322 colorI = *(bP + Nextline + 1); in Scale2x()
1436 colorI; in SuperScaleScanline() local
1458 colorI = *(bP + Nextline + 1); in SuperScaleScanline()
1553 colorI; in SuperScale() local
[all …]
/dports/games/openbor/openbor-3caaddd5/engine/xbox/generic/
H A D2xsaiwin.c913 colorI, colorJ, colorK, colorL, in _2xSaI() local
923 colorI = *(bP- Nextline - 1); in _2xSaI()
1005 r += GetResult1 (colorA, colorB, colorG, colorE, colorI); in _2xSaI()
1124 colorI, colorJ, colorK, colorL, in _2xSaIScanline() local
1134 colorI = *(bP- Nextline - 1); in _2xSaIScanline()
1302 colorI; in Scale2x() local
1322 colorI = *(bP + Nextline + 1); in Scale2x()
1436 colorI; in SuperScaleScanline() local
1458 colorI = *(bP + Nextline + 1); in SuperScaleScanline()
1553 colorI; in SuperScale() local
[all …]
/dports/misc/visp/visp-3.4.0/modules/robot/src/image-simulator/
H A DvpImageSimulator.cpp136 colorI = text.colorI; in vpImageSimulator()
176 colorI = sim.colorI; in operator =()
227 if (colorI == GRAY_SCALED) { in getImage()
233 } else if (colorI == COLORED) { in getImage()
349 if (colorI == GRAY_SCALED) { in getImage()
358 } else if (colorI == COLORED) { in getImage()
414 if (colorI == GRAY_SCALED) { in getImage()
424 } else if (colorI == COLORED) { in getImage()
537 if (colorI == GRAY_SCALED) { in getImage()
550 } else if (colorI == COLORED) { in getImage()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/common/
H A DColor.inc42 ColorGeneric::ColorGeneric(const ColorI &color) : colorI(color), type(Type::Int) {}
58 return a.colorI == b.colorI;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/common/
H A DColor.inc42 ColorGeneric::ColorGeneric(const ColorI &color) : colorI(color), type(Type::Int) {}
58 return a.colorI == b.colorI;
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/common/
H A DColor.inc42 ColorGeneric::ColorGeneric(const ColorI &color) : colorI(color), type(Type::Int) {}
58 return a.colorI == b.colorI;
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/common/
H A DColor.inc42 ColorGeneric::ColorGeneric(const ColorI &color) : colorI(color), type(Type::Int) {}
58 return a.colorI == b.colorI;
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/common/
H A DColor.inc42 ColorGeneric::ColorGeneric(const ColorI &color) : colorI(color), type(Type::Int) {}
58 return a.colorI == b.colorI;
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/common/
H A DColor.inc42 ColorGeneric::ColorGeneric(const ColorI &color) : colorI(color), type(Type::Int) {}
58 return a.colorI == b.colorI;
/dports/games/openbor3979/openbor-2bcf25b/engine/source/gfxlib/
H A D2xSaI.c985 colorI, colorJ, colorK, colorL, in _2xSaI() local
995 colorI = *(bP - Nextline - 1); in _2xSaI()
1074 r += GetResult1 (colorA, colorB, colorG, colorE, colorI); in _2xSaI()
1101 … else if ((colorB == colorE) && (colorB == colorD) && (colorA != colorF) && (colorA == colorI)) in _2xSaI()
1114 … else if ((colorC == colorG) && (colorC == colorD) && (colorA != colorH) && (colorA == colorI)) in _2xSaI()
1164 colorI, colorJ, colorK, colorL, in _2xSaI32() local
1174 colorI = *(bP - Nextline - 1); in _2xSaI32()
1218 …colorH)) || ((colorB == colorE) && (colorB == colorD) && (colorA != colorF) && (colorA == colorI))) in _2xSaI32()
1252 r += GetResult1 (colorA, colorB, colorG, colorE, colorI); in _2xSaI32()
1279 … else if ((colorB == colorE) && (colorB == colorD) && (colorA != colorF) && (colorA == colorI)) in _2xSaI32()
[all …]

1234567