Home
last modified time | relevance | path

Searched refs:firstColor (Results 1 – 25 of 97) sorted by relevance

1234

/dports/math/zegrapher/ZeGrapher-6832bd61291b3e82bc05233ae74e8d7556abe910/Calculus/
H A Dcolorsaver.cpp27 firstColor = firstANDlast; in ColorSaver()
48 firstColor = col; in setFristColor()
65 double dr = lastColor.redF() - firstColor.redF(); in saveColors()
66 double dg = lastColor.greenF() - firstColor.greenF(); in saveColors()
67 double db = lastColor.blueF() - firstColor.blueF(); in saveColors()
69 colorsList << firstColor; in saveColors()
73 color.setRedF(dr * i / curvesNum + firstColor.redF()); in saveColors()
74 color.setGreenF(dg * i / curvesNum + firstColor.greenF()); in saveColors()
75 color.setBlueF(db * i / curvesNum + firstColor.blueF()); in saveColors()
H A Dcolorsaver.h50 QColor firstColor, lastColor; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/test/unittests/front_end/common/
H A DColorUtils_test.ts10 const firstColor = [1, 0, 0, 1]; constant
12 const result = Common.ColorUtils.blendColors(firstColor, secondColor);
32 const firstColor = [1, 0, 0, 1]; constant
35 Common.ColorUtils.contrastRatio(firstColor, secondColor), 2.148936170212766,
/dports/games/dunelegacy/dunelegacy-0.96.4/include/FileClasses/
H A DPalette.h105 void applyToSurface(SDL_Surface* pSurface, int firstColor = 0, int endColor = -1) const {
121 …int nColors = (endColor != -1) ? (endColor - firstColor + 1) : (pSDLPalette->ncolors - firstColor);
122 …SetPaletteColors(pSurface->format->palette, pSDLPalette->colors + firstColor, firstColor, nColors);
/dports/graphics/libpgf/PGF/Console/src/
H A DCImage.cpp156 void CImage::GetColorTable(int firstColor, int numColors, void* prgbColors) { in GetColorTable() argument
158 int max = firstColor + numColors; in GetColorTable()
161 for (int i = firstColor; i < max; ++i) { in GetColorTable()
167 void CImage::SetColorTable(int firstColor, int numColors, const void* prgbColors) { in SetColorTable() argument
169 int max = firstColor + numColors; in SetColorTable()
172 for (int i = firstColor; i < max; ++i) { in SetColorTable()
H A DCImage.h77 void GetColorTable(int firstColor, int numColors, void* prgbColors);
78 void SetColorTable(int firstColor, int numColors, const void* prgbColors);
/dports/science/gabedit/GabeditSrc251_300720/src/Display/
H A DPrincipalAxisGL.c51 gdouble firstColor[3]; member
81 firstColor[i] = axis.firstColor[i]; in getPrincipalAxisProperties()
114 axis.firstColor[0] = 1.0; in initPrincipalAxisGL()
115 axis.firstColor[1] = 0.0; in initPrincipalAxisGL()
116 axis.firstColor[2] = 0.0; in initPrincipalAxisGL()
141 fprintf(file,"%lf %lf %lf\n",axis.firstColor[0],axis.firstColor[1],axis.firstColor[2]); in save_principal_axis_properties()
172 n = fscanf(file,"%lf %lf %lf\n",&axis.firstColor[0],&axis.firstColor[1],&axis.firstColor[2]); in read_principal_axis_properties()
314 axis.firstColor[i] = vFirst[i]; in set_axis()
482 vFirst[0] = axis.firstColor[0]; in set_principal_axisGL_dialog()
483 vFirst[1] = axis.firstColor[1]; in set_principal_axisGL_dialog()
[all …]
/dports/graphics/drawpile/Drawpile-2.1.20/src/desktop/bundled/QtColorWidgets/include/QtColorWidgets/
H A Dgradient_slider.hpp42 Q_PROPERTY(QColor firstColor READ firstColor WRITE setFirstColor STORED false) property in color_widgets::GradientSlider
91 QColor firstColor() const;
/dports/x11-toolkits/color-widgets-qt5/Qt-Color-Widgets-f2eca13bbc836cec09daae02579f10d5e85e71e8/include/QtColorWidgets/
H A Dgradient_slider.hpp42 Q_PROPERTY(QColor firstColor READ firstColor WRITE setFirstColor STORED false) property in color_widgets::GradientSlider
91 QColor firstColor() const;
/dports/cad/openctm/OpenCTM-1.0.3/tools/
H A Doff.cpp135 Vector4 firstColor = aMesh->mColors[0]; in Import_OFF() local
138 if((aMesh->mColors[i].x != firstColor.x) || (aMesh->mColors[i].y != firstColor.y) || in Import_OFF()
139 (aMesh->mColors[i].z != firstColor.z) || (aMesh->mColors[i].w != firstColor.w)) in Import_OFF()
/dports/graphics/dspdfviewer/dspdfviewer-1.15.1/testing/
H A Dtest-images.cc12 auto firstColor = QColor( 0x70, 0x1e, 0xc1); in BOOST_AUTO_TEST_CASE() local
20 BOOST_CHECK_EQUAL( firstColor, QColor(first.pixel(960,540))); in BOOST_AUTO_TEST_CASE()
/dports/x11-toolkits/kf5-kwidgetsaddons/kwidgetsaddons-5.89.0/src/
H A Dkselector.h125 Q_PROPERTY(QColor firstColor READ firstColor WRITE setFirstColor)
177 QColor firstColor() const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/webapk/shell_apk/javatests/src/org/chromium/webapk/shell_apk/h2o/
H A DSplashUtilsTest.java53 int firstColor = pixels[0]; in allPixelsHaveSameColor() local
55 if (pixels[i] != firstColor) return false; in allPixelsHaveSameColor()
/dports/net/mpich2/mpich2-1.5/src/mpe2/src/graphics/contrib/mandel/
H A Dpm_genproc_cleanedup.c984 register MPE_Color firstColor; local
1032 if (pointPtr->c != firstColor)
1043 if (pointPtr->c != firstColor)
1054 if (pointPtr->c != firstColor)
1065 if (pointPtr->c != firstColor)
1160 if (pointPtr->c != firstColor)
1171 if (pointPtr->c != firstColor)
1182 if (pointPtr->c != firstColor)
1193 if (pointPtr->c != firstColor)
1288 if (pointPtr->c != firstColor)
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/libs/dimg/filters/decorate/
H A Dborderfilter.h93 void pattern(DImg& src, DImg& dest, int borderWidth, const DColor& firstColor,
104 void pattern2(DImg& src, DImg& dest, int borderWidth, const DColor& firstColor,
/dports/graphics/netpbm/netpbm-10.91.01/editor/
H A Dpnmremap.c1159 tuple firstColor; in processMapFile() local
1167 firstColor = pnm_allocpamtuple(&mappam); in processMapFile()
1168 pnm_assigntuple(&mappam, firstColor, maptuples[0][0]); in processMapFile()
1169 *firstColorP = firstColor; in processMapFile()
1225 tuple firstColor; in main() local
1240 &colormap, &colormapSize, &firstColor); in main()
1249 defaultColor = firstColor; in main()
1260 pnm_freepamtuple(firstColor); in main()
/dports/deskutils/kaddressbook/kaddressbook-21.12.3/src/printing/compact/
H A Dcompactstyle.cpp89 style += (odd) ? this->firstColor.name() : this->secondColor.name(); in contactsToHtml()
145 firstColor = mPageSettings->cbFirst->color(); in print()
156 config.writeEntry(FirstColor, firstColor); in print()
/dports/games/scummvm/scummvm-2.5.1/engines/director/
H A Dframe.h52 byte firstColor; member
66 firstColor = lastColor = 0; in PaletteInfo()
/dports/audio/mixxx/mixxx-2.3.0/src/dialog/
H A Ddlgreplacecuecolor.cpp86 mixxx::RgbColor firstColor = mixxx::PredefinedColorPalettes::kDefaultCueColor; in DlgReplaceCueColor() local
89 firstColor = hotcuePalette.at(0); in DlgReplaceCueColor()
91 setButtonColor(pushButtonNewColor, mixxx::RgbColor::toQColor(firstColor)); in DlgReplaceCueColor()
99 m_pNewColorPickerAction->setSelectedColor(firstColor); in DlgReplaceCueColor()
/dports/graphics/pikopixel/PikoPixel.Sources.1.0-b10/PikoPixel/
H A DNSBitmapImageRep_PPUtilities_PatternBitmaps.m40 NSColor *firstColor,
841 NSColor *firstColor,
854 firstColor = [firstColor ppSRGBColor];
857 if (!firstColor || !lastColor)
873 pixelArray[0] = [firstColor ppImageBitmapPixelValue];
879 [firstColor getComponents: firstColorComponents];
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/graphics/
H A Dscreen_v2.cpp119 …astDifferentColor(const uint8 *paletteEntry, const Palette &pal, uint8 firstColor, uint16 numColor… in findLeastDifferentColor() argument
127 int v = paletteEntry[0] - pal[(i + firstColor) * 3 + 0]; in findLeastDifferentColor()
129 v = paletteEntry[1] - pal[(i + firstColor) * 3 + 1]; in findLeastDifferentColor()
131 v = paletteEntry[2] - pal[(i + firstColor) * 3 + 2]; in findLeastDifferentColor()
/dports/games/scummvm/scummvm-2.5.1/engines/kyra/graphics/
H A Dscreen_v2.cpp119 …astDifferentColor(const uint8 *paletteEntry, const Palette &pal, uint8 firstColor, uint16 numColor… in findLeastDifferentColor() argument
127 int v = paletteEntry[0] - pal[(i + firstColor) * 3 + 0]; in findLeastDifferentColor()
129 v = paletteEntry[1] - pal[(i + firstColor) * 3 + 1]; in findLeastDifferentColor()
131 v = paletteEntry[2] - pal[(i + firstColor) * 3 + 2]; in findLeastDifferentColor()
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/utils/compression/
H A DCompressionStreamColor.java117 if (stream.firstColor || stream.colorQuantChanged) { in quantize()
123 stream.firstColor = false ; in quantize()
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/compression/
H A DCompressionStreamColor.java117 if (stream.firstColor || stream.colorQuantChanged) { in quantize()
123 stream.firstColor = false ; in quantize()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/accessibility/
H A DAccessibilityTable.cpp238 Color firstColor = alternatingRowColors[0]; in isDataTable() local
241 if (k % 2 == 1 && alternatingRowColors[k] == firstColor) in isDataTable()
244 if (!(k % 2) && alternatingRowColors[k] != firstColor) in isDataTable()

1234