Home
last modified time | relevance | path

Searched refs:color_count (Results 76 – 100 of 675) sorted by relevance

12345678910>>...27

/dports/www/chromium-legacy/chromium-88.0.4324.182/skia/ext/
H A Dimage_operations_unittest.cc53 SkColor AveragePixel(const SkColor colors[], size_t color_count) { in AveragePixel() argument
55 for (size_t i = 0; i < color_count; ++i) { in AveragePixel()
63 SkColorSetARGB(static_cast<uint8_t>(accum[0] / color_count), in AveragePixel()
64 static_cast<uint8_t>(accum[1] / color_count), in AveragePixel()
65 static_cast<uint8_t>(accum[2] / color_count), in AveragePixel()
66 static_cast<uint8_t>(accum[3] / color_count)); in AveragePixel()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/paint/
H A Dpaint_shader.h72 int color_count,
85 int color_count,
96 int color_count,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/paint/
H A Dpaint_shader.h68 int color_count,
81 int color_count,
92 int color_count,
/dports/graphics/grafx2/grafx2/src/
H A Dfileformats.c483 unsigned int color_count = 0; in Load_INFO() local
527 color_count = *p++ - 0x21; in Load_INFO()
528 color_count = (color_count << 6) + *p++ - 0x21; in Load_INFO()
538 if (palette_len < color_count * 3) in Load_INFO()
572 if (palette_len < color_count * 3) in Load_INFO()
2583 word color_count; in Save_XPM() local
2605 color_count = (word)max_color + 1; in Save_XPM()
2608 …fprintf(file, "\"%d %d %d %d\",\n", context->Width, context->Height, color_count, color_count > XP… in Save_XPM()
2610 if (color_count > XPM_USABLE_CHARS) in Save_XPM()
2612 for (i = 0; i < color_count; i++) in Save_XPM()
[all …]
/dports/graphics/aseprite/aseprite-1.2.9/src/app/file/
H A Dico_format.cpp69 uint8_t color_count; member
119 entry.color_count = fgetc(f); // color count in onLoad()
132 int numcolors = (entry.color_count == 0 ? 256: entry.color_count); in onLoad()
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/python/examples/
H A Dpeleenetssd.py24 color_count = len(color)
88 if color_index < color_count:
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/python/examples/
H A Dpeleenetssd.py24 color_count = len(color)
88 if color_index < color_count:
/dports/misc/ncnn/ncnn-20211208/python/examples/
H A Dpeleenetssd.py24 color_count = len(color)
88 if color_index < color_count:
/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/python/examples/
H A Dpeleenetssd.py24 color_count = len(color)
88 if color_index < color_count:
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/python/examples/
H A Dpeleenetssd.py24 color_count = len(color)
88 if color_index < color_count:
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/painting/
H A Dqcolormap_x11.cpp352 int color_count = X11->color_count; in initialize() local
379 color_count = 216; in initialize()
476 if (color_count != 0) in initialize()
477 d->r_max = d->g_max = d->b_max = color_count; in initialize()
500 if (color_count != 0) in initialize()
501 d->r_max = d->g_max = d->b_max = cube_root(color_count); in initialize()
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/
H A Dpamtowinicon.c877 dirEntryP->color_count = 0; in writeIconAndCreateDirEntry()
891 dirEntryP->color_count = 0; in writeIconAndCreateDirEntry()
898 dirEntryP->color_count = 0; in writeIconAndCreateDirEntry()
907 dirEntryP->color_count = paletteP->colorCt; in writeIconAndCreateDirEntry()
913 dirEntryP->color_count = paletteP->colorCt; in writeIconAndCreateDirEntry()
919 dirEntryP->color_count = 0; in writeIconAndCreateDirEntry()
1036 pm_writecharu (ofP, dirEntryP->color_count); in writeIconDirEntry()
H A Dwinicontopam.c241 pm_message("color count: %u", dirEntryP->color_count); in dumpIconDir()
297 pm_readcharu(fP->fileP, &dirEntryP->color_count); in readIconDir()
340 if (dirEntryP->color_count != 0 && in readIconDir()
341 colorCt > dirEntryP->color_count) { in readIconDir()
342 colorCt = dirEntryP->color_count; in readIconDir()
1222 if (dirEntryP->color_count != 0 && colorCt > dirEntryP->color_count) in bestImage()
1223 colorCt = dirEntryP->color_count; in bestImage()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/plugins/platforms/xcb/nativepainting/
H A Dqcolormap_x11.cpp337 int color_count = X11->color_count; in initialize() local
453 if (color_count != 0) in initialize()
454 d->r_max = d->g_max = d->b_max = color_count; in initialize()
477 if (color_count != 0) in initialize()
478 d->r_max = d->g_max = d->b_max = cube_root(color_count); in initialize()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/plugins/platforms/xcb/nativepainting/
H A Dqcolormap_x11.cpp337 int color_count = X11->color_count; in initialize() local
453 if (color_count != 0) in initialize()
454 d->r_max = d->g_max = d->b_max = color_count; in initialize()
477 if (color_count != 0) in initialize()
478 d->r_max = d->g_max = d->b_max = cube_root(color_count); in initialize()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/plugins/platforms/xcb/nativepainting/
H A Dqcolormap_x11.cpp337 int color_count = X11->color_count; in initialize() local
453 if (color_count != 0) in initialize()
454 d->r_max = d->g_max = d->b_max = color_count; in initialize()
477 if (color_count != 0) in initialize()
478 d->r_max = d->g_max = d->b_max = cube_root(color_count); in initialize()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/plugins/platforms/xcb/nativepainting/
H A Dqcolormap_x11.cpp337 int color_count = X11->color_count; in initialize() local
453 if (color_count != 0) in initialize()
454 d->r_max = d->g_max = d->b_max = color_count; in initialize()
477 if (color_count != 0) in initialize()
478 d->r_max = d->g_max = d->b_max = cube_root(color_count); in initialize()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/plugins/platforms/xcb/nativepainting/
H A Dqcolormap_x11.cpp337 int color_count = X11->color_count; in initialize() local
453 if (color_count != 0) in initialize()
454 d->r_max = d->g_max = d->b_max = color_count; in initialize()
477 if (color_count != 0) in initialize()
478 d->r_max = d->g_max = d->b_max = cube_root(color_count); in initialize()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/plugins/platforms/xcb/nativepainting/
H A Dqcolormap_x11.cpp337 int color_count = X11->color_count; in initialize() local
453 if (color_count != 0) in initialize()
454 d->r_max = d->g_max = d->b_max = color_count; in initialize()
477 if (color_count != 0) in initialize()
478 d->r_max = d->g_max = d->b_max = cube_root(color_count); in initialize()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/plugins/platforms/xcb/nativepainting/
H A Dqcolormap_x11.cpp337 int color_count = X11->color_count; in initialize() local
453 if (color_count != 0) in initialize()
454 d->r_max = d->g_max = d->b_max = color_count; in initialize()
477 if (color_count != 0) in initialize()
478 d->r_max = d->g_max = d->b_max = cube_root(color_count); in initialize()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/plugins/platforms/xcb/nativepainting/
H A Dqcolormap_x11.cpp337 int color_count = X11->color_count; in initialize() local
453 if (color_count != 0) in initialize()
454 d->r_max = d->g_max = d->b_max = color_count; in initialize()
477 if (color_count != 0) in initialize()
478 d->r_max = d->g_max = d->b_max = cube_root(color_count); in initialize()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/plugins/platforms/xcb/nativepainting/
H A Dqcolormap_x11.cpp337 int color_count = X11->color_count; in initialize() local
453 if (color_count != 0) in initialize()
454 d->r_max = d->g_max = d->b_max = color_count; in initialize()
477 if (color_count != 0) in initialize()
478 d->r_max = d->g_max = d->b_max = cube_root(color_count); in initialize()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/plugins/platforms/xcb/nativepainting/
H A Dqcolormap_x11.cpp337 int color_count = X11->color_count; in initialize() local
453 if (color_count != 0) in initialize()
454 d->r_max = d->g_max = d->b_max = color_count; in initialize()
477 if (color_count != 0) in initialize()
478 d->r_max = d->g_max = d->b_max = cube_root(color_count); in initialize()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/plugins/platforms/xcb/nativepainting/
H A Dqcolormap_x11.cpp337 int color_count = X11->color_count; in initialize() local
453 if (color_count != 0) in initialize()
454 d->r_max = d->g_max = d->b_max = color_count; in initialize()
477 if (color_count != 0) in initialize()
478 d->r_max = d->g_max = d->b_max = cube_root(color_count); in initialize()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/plugins/platforms/xcb/nativepainting/
H A Dqcolormap_x11.cpp337 int color_count = X11->color_count; in initialize() local
453 if (color_count != 0) in initialize()
454 d->r_max = d->g_max = d->b_max = color_count; in initialize()
477 if (color_count != 0) in initialize()
478 d->r_max = d->g_max = d->b_max = cube_root(color_count); in initialize()

12345678910>>...27