Searched defs:colour (Results 1 – 6 of 6) sorted by relevance
/MusicPlayer2/scintilla/src/ |
H A D | XPM.cxx | 134 ColourDesired colour(0xff, 0xff, 0xff); in Init() local 173 void XPM::PixelAt(int x, int y, ColourDesired &colour, bool &transparent) const noexcept { in PixelAt() 239 ColourDesired colour; in RGBAImage() local 258 void RGBAImage::SetPixel(int x, int y, ColourDesired colour, int alpha) noexcept { in SetPixel()
|
H A D | MarginView.cxx | 206 ColourDesired colour; in PaintMargin() local
|
H A D | ViewStyle.h | 69 ColourDesired colour; member
|
H A D | EditView.cxx | 897 static void DrawFrame(Surface *surface, ColourDesired colour, int alpha, PRectangle rcFrame) { in DrawFrame()
|
/MusicPlayer2/scintilla/include/ |
H A D | Platform.h | 275 ColourAlpha colour; variable
|
/MusicPlayer2/scintilla/win32/ |
H A D | PlatWin.cxx | 742 constexpr DWORD dwordMultiplied(ColourDesired colour, unsigned int alpha) noexcept { in dwordMultiplied() 1557 D2D_COLOR_F ColorFromColourAlpha(ColourAlpha colour) noexcept { in ColorFromColourAlpha()
|