Searched refs:colorKey (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/servers/app/drawing/
H A DOverlay.cpp237 rgb_color colorKey = fColor; local
241 colorKey.red = 0xff;
242 colorKey.green = 0xff;
243 colorKey.blue = 0xff;
244 colorKey.alpha = 0xff;
257 fWindow.red.value = colorKey.red >> colorShift;
258 fWindow.green.value = colorKey.green >> greenShift;
259 fWindow.blue.value = colorKey.blue >> colorShift;
260 fWindow.alpha.value = colorKey.alpha >> alphaShift;
/haiku-fatelf/headers/os/interface/
H A DView.h256 rgb_color* colorKey,
261 rgb_color* colorKey,
/haiku-fatelf/src/kits/interface/
H A DView.cpp3681 rgb_color* colorKey, uint32 followFlags, uint32 options)
3690 fOwner->fLink->Read<rgb_color>(colorKey);
3698 BView::SetViewOverlay(const BBitmap* overlay, rgb_color* colorKey, argument
3707 return SetViewOverlay(overlay, rect, rect, colorKey, followFlags, options);
3680 SetViewOverlay(const BBitmap* overlay, BRect srcRect, BRect dstRect, rgb_color* colorKey, uint32 followFlags, uint32 options) argument
/haiku-fatelf/src/servers/app/
H A DServerWindow.cpp1804 rgb_color colorKey = {0}; local
1829 colorKey = bitmap->Overlay()->Color();
1841 fLink.Attach<rgb_color>(colorKey);

Completed in 61 milliseconds