Home
last modified time | relevance | path

Searched refs:AdjustBrightness (Results 1 – 25 of 38) sorted by relevance

12

/dports/games/openttd/openttd-12.1/src/blitter/
H A D32bpp_optimized.cpp122 if (r != 0) *dst = this->AdjustBrightness(this->LookupColourInPalette(r), GB(m, 8, 8)); in Draw()
135 …if (r != 0) *dst = ComposeColourPANoCheck(this->AdjustBrightness(this->LookupColourInPalette(r), G… in Draw()
153 if (r != 0) *dst = this->AdjustBrightness(this->LookupColourInPalette(r), GB(m, 8, 8)); in Draw()
169 …if (r != 0) *dst = ComposeColourPANoCheck(this->AdjustBrightness(this->LookupColourInPalette(r), G… in Draw()
215 …*dst = this->AdjustBrightness(this->LookupColourInPalette(GB(*src_n, 0, 8)), GB(*src_n, 8, 8)).dat… in Draw()
227 …Colour colour = this->AdjustBrightness(this->LookupColourInPalette(GB(*src_n, 0, 8)), GB(*src_n, 8… in Draw()
355 Colour colour = this->AdjustBrightness(this->LookupColourInPalette(src->m), rgb_max); in EncodeInternal()
H A D32bpp_anim.cpp116 if (r != 0) *dst = this->AdjustBrightness(this->LookupColourInPalette(r), GB(m, 8, 8)); in Draw()
132 …if (r != 0) *dst = ComposeColourPANoCheck(this->AdjustBrightness(this->LookupColourInPalette(r), G… in Draw()
153 if (r != 0) *dst = this->AdjustBrightness(this->LookupColourInPalette(r), GB(m, 8, 8)); in Draw()
172 …if (r != 0) *dst = ComposeColourPANoCheck(this->AdjustBrightness(this->LookupColourInPalette(r), G… in Draw()
225 …*dst++ = (m >= PALETTE_ANIM_START) ? this->AdjustBrightness(this->LookupColourInPalette(m), GB(*sr… in Draw()
234 …*dst = ComposeColourPANoCheck(this->AdjustBrightness(this->LookupColourInPalette(m), GB(*src_n, 8,… in Draw()
400 *dst_pal = this->AdjustBrightness(LookupColourInPalette(colour), GB(*anim_pal, 8, 8)); in CopyFromBuffer()
509 *dst = this->AdjustBrightness(LookupColourInPalette(colour), GB(value, 8, 8)); in PaletteAnimate()
H A D32bpp_simple.cpp44 …if (bp->remap[src->m] != 0) *dst = ComposeColourPA(this->AdjustBrightness(this->LookupColourInPale… in Draw()
55 …if (bp->remap[src->m] != 0) *dst = ComposeColourPA(this->AdjustBrightness(this->LookupColourInPale… in Draw()
142 Colour colour = this->AdjustBrightness(this->LookupColourInPalette(src->m), dst[i].v); in Encode()
H A D40bpp_anim.hpp46 return anim != 0 ? AdjustBrightness(LookupColourInPalette(anim), GetColourBrightness(c)) : c; in RealizeBlendedColour()
H A D32bpp_base.hpp162 static inline Colour AdjustBrightness(Colour colour, uint8 brightness) in AdjustBrightness() function in Blitter_32bppBase
H A D32bpp_anim_sse4.cpp328 …if (r != 0) *dst = ComposeColourPANoCheck(this->AdjustBrightness(this->LookupColourInPalette(r), s… in Draw()
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DCUIDrawUtil.h16 void AdjustBrightness(GG::Clr& color, int amount, bool jointly_capped=false);
23 void AdjustBrightness(GG::Clr& color, double amount, bool jointly_capped=false);
H A DCUIControls.cpp143 AdjustBrightness(background_clr, 25); in RenderPressed()
166 AdjustBrightness(border_clr, 100); in RenderRollover()
298 AdjustBrightness(outside_color, 50); in Render()
342 AdjustBrightness(inside_color, -75); in Render()
344 AdjustBrightness(outside_color, 40); in Render()
395 AdjustBrightness(outside_color, 50); in Render()
404 AdjustBrightness(inside_color, -75); in Render()
406 AdjustBrightness(outside_color, 40); in Render()
499 AdjustBrightness(border_clr, 100); in Render()
552 AdjustBrightness(border_clr, 100); in Render()
[all …]
H A DCUIDrawUtil.cpp156 void AdjustBrightness(GG::Clr& color, int amount, bool jointly_capped) in AdjustBrightness() function
167 void AdjustBrightness(GG::Clr& color, double amount, bool jointly_capped) in AdjustBrightness() function
289 AdjustBrightness(border_clr, 75); in Triangle()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DHdNesPack.cpp32 uint32_t HdNesPack::AdjustBrightness(uint8_t input[4], uint16_t brightness) in AdjustBrightness() function in HdNesPack
64 *outputBuffer = AdjustBrightness((uint8_t*)pngData, brightness); in DrawCustomBackground()
77 *buffer = AdjustBrightness((uint8_t*)buffer, brightness); in DrawCustomBackground()
116 rgbValue = AdjustBrightness((uint8_t*)(bitmapData + bitmapOffset), hdPackTileInfo.Brightness); in DrawTile()
H A DHdNesPack.h25 __forceinline uint32_t AdjustBrightness(uint8_t input[4], uint16_t brightness);
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/disintegration/imaging/
H A Dadjust_test.go521 got := AdjustBrightness(tc.src, tc.p)
534 got := AdjustBrightness(testdataFlowersSmallPNG, p)
548 AdjustBrightness(testdataBranchesJPG, 10)
H A Dadjust.go115 func AdjustBrightness(img image.Image, percentage float64) *image.NRGBA { func
H A DREADME.md115 dstImage := imaging.AdjustBrightness(srcImage, 20)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/disintegration/imaging/
H A Dadjust_test.go521 got := AdjustBrightness(tc.src, tc.p)
534 got := AdjustBrightness(testdataFlowersSmallPNG, p)
548 AdjustBrightness(testdataBranchesJPG, 10)
H A Dadjust.go116 func AdjustBrightness(img image.Image, percentage float64) *image.NRGBA { func
H A DREADME.md115 dstImage := imaging.AdjustBrightness(srcImage, 20)
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/disintegration/imaging/
H A Dadjust_test.go521 got := AdjustBrightness(tc.src, tc.p)
534 got := AdjustBrightness(testdataFlowersSmallPNG, p)
548 AdjustBrightness(testdataBranchesJPG, 10)
H A Dadjust.go116 func AdjustBrightness(img image.Image, percentage float64) *image.NRGBA { func
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/graphics/image/
H A DImage.h118 void AdjustBrightness(const float &v);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/power/auto_screen_brightness/
H A Dadapter.h249 void AdjustBrightness(BrightnessChangeCause cause, double log_als_avg);
H A Dadapter.cc147 AdjustBrightness(*decision.brightness_change_cause, in OnAmbientLightUpdated()
665 void Adapter::AdjustBrightness(BrightnessChangeCause cause, in AdjustBrightness() function in chromeos::power::auto_screen_brightness::Adapter
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/disintegration/imaging/
H A Dadjust.go116 func AdjustBrightness(img image.Image, percentage float64) *image.NRGBA { func
H A DREADME.md115 dstImage := imaging.AdjustBrightness(srcImage, 20)
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/disintegration/imaging/
H A Dadjust.go116 func AdjustBrightness(img image.Image, percentage float64) *image.NRGBA { func

12