Home
last modified time | relevance | path

Searched refs:colorshift (Results 1 – 25 of 37) sorted by relevance

12

/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/vidhrdw/
H A Dhydra.c546 int colorshift = (data[1] & 0x0f); in mo_color_callback() local
552 colormap[colorentry + 0] |= usage << colorshift; in mo_color_callback()
553 if (colorshift) in mo_color_callback()
558 colormap[colorentry + 0] |= usage << colorshift; in mo_color_callback()
559 colormap[colorentry + 1] |= usage >> (16 - colorshift); in mo_color_callback()
560 if (colorshift) in mo_color_callback()
565 colormap[colorentry + 0] |= usage << colorshift; in mo_color_callback()
566 colormap[colorentry + 1] |= usage >> (16 - colorshift); in mo_color_callback()
567 if (colorshift) in mo_color_callback()
571 colormap[colorentry + 2] |= usage << colorshift; in mo_color_callback()
[all …]
/dports/games/alephone/alephone-release-20190331/changelogs/
H A DChanges_(Alexander_Strange)2 Turned the Classic fader code back off if we aren't in Classic. It was causing colorshift problems.
/dports/graphics/openfx-misc/openfx-misc-3ab0531/Keyer/
H A DKeyer.cpp518 …double colorshift = maxdespill * std::max( keyColorNorm, (scalarProd / keyColorNorm - d * _despill… in multiThreadProcessImages() local
520colorshift = std::min(colorshift, scalarProd / keyColorNorm - d * _despillClosing); in multiThreadProcessImages()
521 assert(colorshift >= 0); in multiThreadProcessImages()
522 fgr -= colorshift * _keyColor.r / keyColorNorm; in multiThreadProcessImages()
523 fgg -= colorshift * _keyColor.g / keyColorNorm; in multiThreadProcessImages()
524 fgb -= colorshift * _keyColor.b / keyColorNorm; in multiThreadProcessImages()
/dports/graphics/xfractint/xfractint-20.04p16/common/
H A Dmiscfrac.c505 int colorshift; /* If zero, select colors at random, otherwise shift */ in diffusion() local
524 colorshift = (int)param[2]; in diffusion()
526 colorcount = colorshift; /* Counts down from colorshift */ in diffusion()
682 putcolor(x,y,colorshift?currentcolor:RANDOM(colors-1)+1); in diffusion()
685 if (colorshift){ in diffusion()
690 colorcount=colorshift; /* and reset the counter */ in diffusion()
/dports/audio/gmpc/gmpc-11.8.16/src/vala/
H A Dgmpc-favorites.vala269 /* Depending on the state colorshift the pixbuf */
/dports/graphics/wdune/wdune-1.926/src/swt/motif/
H A Dswt.c325 static void swSetupTrueColor(struct swColorShift* colorshift) in swSetupTrueColor() argument
327 colorshift->rshift = swGetColorMaskShift(TheVisual->red_mask); in swSetupTrueColor()
328 colorshift->rbits = swGetColorMaskBits(TheVisual->red_mask); in swSetupTrueColor()
330 colorshift->gshift = swGetColorMaskShift(TheVisual->green_mask); in swSetupTrueColor()
331 colorshift->gbits = swGetColorMaskBits(TheVisual->green_mask); in swSetupTrueColor()
333 colorshift->bshift = swGetColorMaskShift(TheVisual->blue_mask); in swSetupTrueColor()
334 colorshift->bbits = swGetColorMaskBits(TheVisual->blue_mask); in swSetupTrueColor()
/dports/graphics/darktable/darktable-3.6.1/po/
H A Ddarktable.pot2077 msgid "avoid colorshift"
9859 msgid "activate colorshift correction for blue & red channels"
H A Duk.po2312 msgid "avoid colorshift"
10538 msgid "activate colorshift correction for blue & red channels"
H A Dru.po2210 msgid "avoid colorshift"
10289 msgid "activate colorshift correction for blue & red channels"
H A Dhe.po2225 msgid "avoid colorshift"
10309 msgid "activate colorshift correction for blue & red channels"
H A Deo.po2294 msgid "avoid colorshift"
10460 msgid "activate colorshift correction for blue & red channels"
H A Dit.po2332 msgid "avoid colorshift"
10575 msgid "activate colorshift correction for blue & red channels"
H A Dnl.po2315 msgid "avoid colorshift"
10520 msgid "activate colorshift correction for blue & red channels"
H A Dsl.po2371 msgid "avoid colorshift"
10631 msgid "activate colorshift correction for blue & red channels"
H A Daf.po2309 msgid "avoid colorshift"
10492 msgid "activate colorshift correction for blue & red channels"
H A Dde.po2355 msgid "avoid colorshift"
10599 msgid "activate colorshift correction for blue & red channels"
H A Dpt_BR.po2315 msgid "avoid colorshift"
10509 msgid "activate colorshift correction for blue & red channels"
/dports/graphics/darktable38/darktable-3.8.0/po/
H A Duk.po2517 msgid "avoid colorshift"
11701 msgid "activate colorshift correction for blue & red channels"
H A Ddarktable.pot2270 msgid "avoid colorshift"
10976 msgid "activate colorshift correction for blue & red channels"
H A Dhe.po2427 msgid "avoid colorshift"
11466 msgid "activate colorshift correction for blue & red channels"
H A Dja.po2500 msgid "avoid colorshift"
11674 msgid "activate colorshift correction for blue & red channels"
H A Dzh_CN.po2392 msgid "avoid colorshift"
11340 msgid "activate colorshift correction for blue & red channels"
H A Dit.po2548 msgid "avoid colorshift"
11752 msgid "activate colorshift correction for blue & red channels"
H A Deo.po2499 msgid "avoid colorshift"
11620 msgid "activate colorshift correction for blue & red channels"
H A Dpt_BR.po2522 msgid "avoid colorshift"
11668 msgid "activate colorshift correction for blue & red channels"

12