Home
last modified time | relevance | path

Searched refs:maskBackground (Results 1 – 8 of 8) sorted by relevance

/dports/security/vuls/vuls-0.13.7/vendor/github.com/k0kubun/pp/
H A Dcolor.go41 maskBackground = 0xf << bitsBackground const
107 background := color & maskBackground >> bitsBackground
/dports/net/evans/evans-0.9.1/vendor/github.com/k0kubun/pp/
H A Dcolor.go41 maskBackground = 0xf << bitsBackground const
107 background := color & maskBackground >> bitsBackground
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/github.com/k0kubun/pp/
H A Dcolor.go41 maskBackground = 0xf << bitsBackground const
107 background := color & maskBackground >> bitsBackground
/dports/x11/wallutils/wallutils-5.10.0/vendor/github.com/xyproto/heic/heic-1.0.0/vendor/github.com/k0kubun/pp/
H A Dcolor.go41 maskBackground = 0xf << bitsBackground const
107 background := color & maskBackground >> bitsBackground
/dports/games/cuyo/cuyo-2.1.0/src/
H A Dbilddatei.cpp200 Area::maskBackground(&mMaske, srcr, xx, yy); in malBildchen()
236 Area::maskBackground(&mMaske,SDLTools::rect(0,0,mBreite,mHoehe),xx,yy); in malBild()
H A Dsdltools.h147 void maskBackground(const Maske *, SDL_Rect, int x, int y);
H A Dsdltools.cpp848 void maskBackground(const Maske * mask, SDL_Rect mr, int x, int y) { in maskBackground() function
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Dchcanv.cpp10422 wxColor maskBackground = wxColour(1,0,0); in OnPaint()
10424 t_dc.SetBackground(wxBrush(maskBackground)); in OnPaint()