Home
last modified time | relevance | path

Searched defs:colour (Results 1 – 6 of 6) sorted by relevance

/MusicPlayer2/scintilla/src/
H A DXPM.cxx134 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 DMarginView.cxx206 ColourDesired colour; in PaintMargin() local
H A DViewStyle.h69 ColourDesired colour; member
H A DEditView.cxx897 static void DrawFrame(Surface *surface, ColourDesired colour, int alpha, PRectangle rcFrame) { in DrawFrame()
/MusicPlayer2/scintilla/include/
H A DPlatform.h275 ColourAlpha colour; variable
/MusicPlayer2/scintilla/win32/
H A DPlatWin.cxx742 constexpr DWORD dwordMultiplied(ColourDesired colour, unsigned int alpha) noexcept { in dwordMultiplied()
1557 D2D_COLOR_F ColorFromColourAlpha(ColourAlpha colour) noexcept { in ColorFromColourAlpha()