Home
last modified time | relevance | path

Searched refs:colorCounts (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Color/
H A DColorFilter.cpp82 ColorList colorCounts; in marginColor() local
84 mergePixelIntoColorCounts (image->pixel (x, 0), colorCounts); in marginColor()
85 mergePixelIntoColorCounts (image->pixel (x, image->height () - 1), colorCounts); in marginColor()
88 mergePixelIntoColorCounts (image->pixel (0, y), colorCounts); in marginColor()
89 mergePixelIntoColorCounts (image->pixel (image->width () - 1, y), colorCounts); in marginColor()
95 for (ColorList::const_iterator itr = colorCounts.begin (); itr != colorCounts.end (); itr++) { in marginColor()
105 ColorList &colorCounts) const in mergePixelIntoColorCounts()
113 for (ColorList::iterator itr = colorCounts.begin (); itr != colorCounts.end (); itr++) { in mergePixelIntoColorCounts()
123 colorCounts.append (entry); in mergePixelIntoColorCounts()
H A DColorFilter.h75 ColorList &colorCounts) const;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/gm/
H A Danalytic_gradients.cpp151 const int* colorCounts = INTERVAL_COLOR_COUNTS[cellRow]; // Has len = 4 in onDraw() local
157 int colorCount = colorCounts[cellCol]; in onDraw()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/gm/
H A Danalytic_gradients.cpp151 const int* colorCounts = INTERVAL_COLOR_COUNTS[cellRow]; // Has len = 4 in onDraw() local
157 int colorCount = colorCounts[cellCol]; in onDraw()
/dports/math/ggobi/ggobi-2.1.11/src/
H A Dwrite_xml.c526 gint *colorCounts, *glyphTypeCounts, *glyphSizeCounts, count; in updateXmlWriteInfo() local
530 colorCounts = g_malloc0(sizeof(gint) * ncolors); in updateXmlWriteInfo()
537 colorCounts[d->color.els[i]]++; in updateXmlWriteInfo()
544 if(colorCounts[i] > count) { in updateXmlWriteInfo()
546 count= colorCounts[i]; in updateXmlWriteInfo()
/dports/games/dustrac/DustRacing2D-ae380b8/src/game/MiniCore/src/Asset/
H A Dmcsurfacemanager.cc200 std::map<int, int> colorCounts; local
211 colorCounts[(r << 16) + (g << 8) + b]++;
217 for (auto && color : colorCounts)