Home
last modified time | relevance | path

Searched refs:grayScale (Results 1 – 25 of 50) sorted by relevance

12

/dports/devel/flexdock/flexdock-1.2.4/src/java/plaf/org/flexdock/plaf/resources/paint/
H A DGradientPainter.java46 …ew GradientPaint(0, height, SwingUtility.grayScale(gradMidColor).brighter(), mid, height, SwingUti… in paint()
47 …new GradientPaint(mid, height, SwingUtility.grayScale(backgroundColor), width, height, SwingUtilit… in paint()
/dports/graphics/libksane/libksane-21.12.3/src/
H A Dksaneimagebuilder.cpp100 uchar *grayScale = m_image->scanLine(m_pixelY); in copyToImage() local
101 grayScale[m_pixelX] = readData[i]; in copyToImage()
117 quint16 *grayScale = reinterpret_cast<quint16*>(m_image->scanLine(m_pixelY)); in copyToImage() local
118 grayScale[m_pixelX] = m_pixelData[0] + (m_pixelData[1] << 8); in copyToImage()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/Utilities/
H A DColorPalette.cs338 Color[] grayScale = new Color[16]; in InitializeGrayScaleColors()
339 for(int i = 0; i < grayScale.Length; i++) in InitializeGrayScaleColors()
342 grayScale[i] = Color.FromArgb(colorValue, colorValue, colorValue); in InitializeGrayScaleColors()
345 return grayScale; in InitializeGrayScaleColors()
/dports/graphics/jalbum/jAlbum/ext/JalbumFilters/net/jalbum/filters/texts/
H A Dtexts_ko.properties2 filters.grayScale.name = 그레이스케일 필터
3 filters.grayScale.shortName = 흑백화
4 filters.grayScale.description = 흑백 사진 만들기 필터
H A Dtexts_de.properties4 filters.grayScale.name = Graustufen-Filter
5 filters.grayScale.shortName = Graustufen
6 filters.grayScale.description = Bilder in Graustufen umwandeln
H A Dtexts_fi.properties4 filters.grayScale.name = Harmaasävysuodin
5 filters.grayScale.shortName = Harmaa
6 filters.grayScale.description = Muuta kuva mustavalkoiseksi
H A Dtexts_nl.properties2 filters.grayScale.name = Grijstrapfilter
3 filters.grayScale.shortName = Grijs
4 filters.grayScale.description = Maak z/w
H A Dtexts.properties2 filters.grayScale.name = Gray Scale Filter
3 filters.grayScale.shortName = Gray
4 filters.grayScale.description = Make your photo black and white
H A Dtexts_sv.properties2 filters.grayScale.name = Gråskala
3 filters.grayScale.shortName = Gråskala
4 filters.grayScale.description = Gör om din bild till svart vitt
H A Dtexts_fr.properties2 filters.grayScale.name = Filtre �chelle de gris
3 filters.grayScale.shortName = Noir et blanc
4 filters.grayScale.description = Convertit votre photo en noir et blanc
H A Dtexts_pl.properties2 filters.grayScale.name = Odcienie szarości
3 filters.grayScale.shortName = Czarno-białe
4 filters.grayScale.description = Zamienie zdjęcie na czarno-białe
H A Dtexts_sk.properties4 filters.grayScale.name = Odtiene šedej
5 filters.grayScale.shortName = Šedý
6 filters.grayScale.description = Prevod farebného obrázku na odtiene šedej
H A Dtexts_cs.properties4 filters.grayScale.name = Filtr pro p�evod na odst�ny �edi
5 filters.grayScale.shortName = Odst�ny �edi
6 filters.grayScale.description = P�evede barevn� obr�zek do odst�n� �edi
H A Dtexts_es.properties2 filters.grayScale.name = Filtro de Escala de Grises
3 filters.grayScale.shortName = Gris
4 filters.grayScale.description = Hacer tu foto blanca y negra
H A Dtexts_pt.properties2 filters.grayScale.name = Filtro de Escala de Tons de Cinza
3 filters.grayScale.shortName = Cinza
4 filters.grayScale.description = Coloque sua foto em preto e branco
H A Dtexts_hu.properties2 filters.grayScale.name = Szürkeárnyalat
3 filters.grayScale.shortName = Szürke
4 filters.grayScale.description = A képet fekete-fehérré változtatja
/dports/print/hplip/hplip-3.20.6/prnt/hpcups/
H A DgenPCLm.h26 grayScale, enumerator
H A DgenPCLm.cpp199 if(destColorSpace==grayScale) in shiftStripByLeftMargin()
535 if(srcCS==deviceRGB && dstCS==grayScale) in colorConvertSource()
1284 else if(destColorSpace==grayScale) in writeJobTicket()
1606 else if(PCLmPageContent->dstColorSpaceSpefication==grayScale){ in StartPage()
1654 if(PCLmPageContent->srcColorSpaceSpefication==grayScale) in StartPage()
1659 if(PCLmPageContent->dstColorSpaceSpefication==grayScale) in StartPage()
1879 if((destColorSpace==grayScale) && (sourceColorSpace==deviceRGB || sourceColorSpace==adobeRGB)) in Encapsulate()
1881 …colorConvertSource(sourceColorSpace, grayScale, (ubyte*)localInBuffer, currSourceWidth, numLinesTh… in Encapsulate()
1890 if(sourceColorSpace==grayScale) in Encapsulate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/gm/
H A Dcoloremoji.cpp128 sk_sp<SkImageFilter> grayScale(make_grayscale(nullptr)); in onDraw() local
129 sk_sp<SkImageFilter> blur(make_blur(3.0f, std::move(grayScale))); in onDraw()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/gm/
H A Dcoloremoji.cpp128 sk_sp<SkImageFilter> grayScale(make_grayscale(nullptr)); in onDraw() local
129 sk_sp<SkImageFilter> blur(make_blur(3.0f, std::move(grayScale))); in onDraw()
/dports/graphics/sdl_image/SDL_image-1.2.12/
H A DIMG_gif.c159 int grayScale; in IMG_LoadGIF_RW() local
244 if (ReadColorMap(src, bitPixel, localColorMap, &grayScale)) { in IMG_LoadGIF_RW()
250 bitPixel, localColorMap, grayScale, in IMG_LoadGIF_RW()
/dports/astro/sunclock/sunclock-3.57/
H A Dreadgif.c113 int grayScale; local
195 if (ReadColorMap(fd, bitPixel, localColorMap, &grayScale)) {
202 bitPixel, localColorMap, grayScale,
/dports/graphics/gmic-qt/gmic-qt-v.2.9.8/src/Host/8bf/
H A Dhost_8bf.cpp61 bool grayScale; variable
697 host_8bf::grayScale = false; in ParseInputFileIndex()
706 host_8bf::grayScale = (documentFlags & 1) != 0; in ParseInputFileIndex()
871 if (host_8bf::grayScale) in ConvertCroppedImageToGmic()
957 if (host_8bf::grayScale) in ConvertCroppedImageToGmic()
1347 if (host_8bf::grayScale && (in.spectrum() == 3 || in.spectrum() == 4)) in outputImages()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Dgif.c151 int grayScale; in ReadGIF() local
243 if (ReadColorMap(fd, bitPixel, localColorMap, &grayScale)) { in ReadGIF()
249 grayScale, in ReadGIF()
/dports/graphics/sdl2_image/SDL2_image-2.0.5/
H A DIMG_gif.c171 int grayScale; in IMG_LoadGIF_RW() local
260 if (ReadColorMap(src, bitPixel, localColorMap, &grayScale)) { in IMG_LoadGIF_RW()
266 bitPixel, localColorMap, grayScale, in IMG_LoadGIF_RW()

12