Home
last modified time | relevance | path

Searched defs:g (Results 1 – 5 of 5) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DColorConvert.cpp29 float g = rgb->green / 255.0f; in RGBtoHSL() local
203 BYTE g = GetGValue(color); in Desaturate() local
H A Dmd5.cpp65 uint32_t F = 0, g = 0; in md5Hash() local
/MusicPlayer2/scintilla/src/
H A DXPM.cxx62 const unsigned int g = ValueOfHex(val[2]) * 16 + ValueOfHex(val[3]); in ColourFromHex() local
H A DEditView.cxx2435 unsigned int g = orig.GetGreen(); in InvertedLight() local
/MusicPlayer2/scintilla/win32/
H A DPlatWin.cxx734 constexpr DWORD dwordFromBGRA(byte b, byte g, byte r, byte a) noexcept { in dwordFromBGRA()