Home
last modified time | relevance | path

Searched refs:ToColorF (Results 1 – 25 of 82) sorted by relevance

1234

/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DTextDrawTarget.h142 auto color = wr::ToColorF(colorPat->mColor); in FillGlyphs()
208 auto color = wr::ToColorF(aColor); in AppendSelectionRect()
242 decoration.color = wr::ToColorF(aColor); in AppendDecoration()
277 decoration.color = wr::ToColorF(aColor); in AppendWavyDecoration()
387 wr::ToColorF(static_cast<const ColorPattern &>(aPattern).mColor);
400 wr::ToColorF(static_cast<const ColorPattern &>(aPattern).mColor); in StrokeRect()
H A DnsCanvasFrame.cpp311 wr::ToColorF(ToDeviceColor(mColor))); in CreateWebRenderCommands()
/dports/www/firefox-esr/firefox-91.8.0/layout/generic/
H A DTextDrawTarget.h177 auto color = wr::ToColorF(colorPat->mColor); in FillGlyphs()
245 auto color = wr::ToColorF(aColor); in AppendSelectionRect()
279 decoration.color = wr::ToColorF(aColor); in AppendDecoration()
314 decoration.color = wr::ToColorF(aColor); in AppendWavyDecoration()
467 wr::ToColorF(static_cast<const ColorPattern&>(aPattern).mColor);
481 wr::ToColorF(static_cast<const ColorPattern&>(aPattern).mColor); in StrokeRect()
/dports/www/firefox/firefox-99.0/layout/generic/
H A DTextDrawTarget.h177 auto color = wr::ToColorF(colorPat->mColor); in FillGlyphs()
245 auto color = wr::ToColorF(aColor); in AppendSelectionRect()
279 decoration.color = wr::ToColorF(aColor); in AppendDecoration()
314 decoration.color = wr::ToColorF(aColor); in AppendWavyDecoration()
461 wr::ToColorF(static_cast<const ColorPattern&>(aPattern).mColor);
475 wr::ToColorF(static_cast<const ColorPattern&>(aPattern).mColor); in StrokeRect()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/generic/
H A DTextDrawTarget.h177 auto color = wr::ToColorF(colorPat->mColor); in FillGlyphs()
245 auto color = wr::ToColorF(aColor); in AppendSelectionRect()
279 decoration.color = wr::ToColorF(aColor); in AppendDecoration()
314 decoration.color = wr::ToColorF(aColor); in AppendWavyDecoration()
467 wr::ToColorF(static_cast<const ColorPattern&>(aPattern).mColor);
481 wr::ToColorF(static_cast<const ColorPattern&>(aPattern).mColor); in StrokeRect()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/generic/
H A DTextDrawTarget.h177 auto color = wr::ToColorF(colorPat->mColor); in FillGlyphs()
245 auto color = wr::ToColorF(aColor); in AppendSelectionRect()
279 decoration.color = wr::ToColorF(aColor); in AppendDecoration()
314 decoration.color = wr::ToColorF(aColor); in AppendWavyDecoration()
467 wr::ToColorF(static_cast<const ColorPattern&>(aPattern).mColor);
481 wr::ToColorF(static_cast<const ColorPattern&>(aPattern).mColor); in StrokeRect()
/dports/games/marblemarcher/Marble-Marcher-Community-Edition-1.4.5/src/
H A DInterface.h60 ColorFloat ToColorF(sf::Color a);
96 ColorFloat color_main = ToColorF(sf::Color::Black);
97 ColorFloat color_second = ToColorF(sf::Color::Transparent);
405 defaultstate.color_main = ToColorF(color_main); in Window()
H A DInterface.cpp69 ColorFloat ToColorF(sf::Color a) in ToColorF() function
763 defaultstate.color_main = ToColorF(color_main); in Box()
773 defaultstate.color_main = ToColorF(color_main); in Box()
832 *this = ToColorF(a); in operator =()
1042 defaultstate.color_main = ToColorF(color_main); in MenuBox()
/dports/www/firefox/firefox-99.0/widget/
H A DThemeDrawing.cpp24 wr::ToColorF(ToDeviceColor(aColor))); in FillRect()
75 auto backgroundColor = wr::ToColorF(ToDeviceColor(aBackgroundColor)); in PaintRoundedRectWithRadius()
/dports/www/firefox-esr/firefox-91.8.0/gfx/webrender_bindings/
H A DWebRenderTypes.h275 static inline wr::ColorF ToColorF(const gfx::DeviceColor& color) { in ToColorF() function
456 bs.color = ToColorF(color); in ToBorderSide()
564 prop.value = ToColorF(color); in ToWrColorProperty()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/webrender_bindings/
H A DWebRenderTypes.h282 static inline wr::ColorF ToColorF(const gfx::DeviceColor& color) { in ToColorF() function
466 bs.color = ToColorF(color); in ToBorderSide()
568 prop.value = ToColorF(color); in ToWrColorProperty()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/webrender_bindings/
H A DWebRenderTypes.h275 static inline wr::ColorF ToColorF(const gfx::DeviceColor& color) { in ToColorF() function
456 bs.color = ToColorF(color); in ToBorderSide()
564 prop.value = ToColorF(color); in ToWrColorProperty()
/dports/www/firefox/firefox-99.0/gfx/webrender_bindings/
H A DWebRenderTypes.h301 static inline wr::ColorF ToColorF(const gfx::DeviceColor& color) { in ToColorF() function
482 bs.color = ToColorF(color); in ToBorderSide()
590 prop.value = ToColorF(color); in ToWrColorProperty()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender_bindings/
H A DWebRenderTypes.h249 static inline wr::ColorF ToColorF(const gfx::Color& color) { in ToColorF() function
417 bs.color = ToColorF(color); in ToBorderSide()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/thebes/
H A DgfxFontMissingGlyphs.cpp345 wr::ToColorF(aColor)); in DrawHexChar()
/dports/www/firefox-esr/firefox-91.8.0/gfx/thebes/
H A DgfxFontMissingGlyphs.cpp351 wr::ToColorF(aColor)); in DrawHexChar()
/dports/www/firefox-esr/firefox-91.8.0/layout/forms/
H A DnsButtonFrameRenderer.cpp175 wr::ToColorF(shadowColor), blurRadius, spreadRadius, in CreateWebRenderCommands()
/dports/www/firefox/firefox-99.0/gfx/thebes/
H A DgfxFontMissingGlyphs.cpp352 wr::ToColorF(aColor)); in DrawHexChar()
/dports/www/firefox/firefox-99.0/layout/forms/
H A DnsButtonFrameRenderer.cpp333 wr::ToColorF(shadowColor), blurRadius, spreadRadius, in CreateWebRenderCommands()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/forms/
H A DnsButtonFrameRenderer.cpp175 wr::ToColorF(shadowColor), blurRadius, spreadRadius, in CreateWebRenderCommands()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/thebes/
H A DgfxFontMissingGlyphs.cpp351 wr::ToColorF(aColor)); in DrawHexChar()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/forms/
H A DnsButtonFrameRenderer.cpp181 wr::ToColorF(shadowColor), blurRadius, spreadRadius, in CreateWebRenderCommands()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/forms/
H A DnsButtonFrameRenderer.cpp197 wr::ToColorF(shadowColor), blurRadius, spreadRadius, in CreateWebRenderCommands()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/
H A DnsNativeBasicTheme.cpp926 auto backgroundColor = wr::ToColorF(ToDeviceColor(aBackgroundColor)); in PaintRoundedRectWithRadius()
983 wr::ToColorF(ToDeviceColor(aColor))); in FillRect()
1169 wr::ToColorF(DeviceColor(0.0f, 0.0f, 0.0f, aShadowAlpha)), stdDev, in PaintCircleShadow()
/dports/www/firefox-esr/firefox-91.8.0/widget/
H A DnsNativeBasicTheme.cpp926 auto backgroundColor = wr::ToColorF(ToDeviceColor(aBackgroundColor)); in PaintRoundedRectWithRadius()
983 wr::ToColorF(ToDeviceColor(aColor))); in FillRect()
1169 wr::ToColorF(DeviceColor(0.0f, 0.0f, 0.0f, aShadowAlpha)), stdDev, in PaintCircleShadow()

1234