Home
last modified time | relevance | path

Searched refs:mMaskOp (Results 1 – 12 of 12) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/layout/painting/
H A DnsImageRenderer.h252 void SetMaskOp(mozilla::StyleMaskMode aMaskOp) { mMaskOp = aMaskOp; } in SetMaskOp()
312 mozilla::StyleMaskMode mMaskOp; variable
H A DnsImageRenderer.cpp64 mMaskOp(StyleMaskMode::MatchSource) {} in nsImageRenderer()
457 mMaskOp == StyleMaskMode::Luminance) { in Draw()
525 if (mMaskOp == StyleMaskMode::Luminance) { in Draw()
/dports/www/firefox/firefox-99.0/layout/painting/
H A DnsImageRenderer.h249 void SetMaskOp(mozilla::StyleMaskMode aMaskOp) { mMaskOp = aMaskOp; } in SetMaskOp()
309 mozilla::StyleMaskMode mMaskOp; variable
H A DnsImageRenderer.cpp65 mMaskOp(StyleMaskMode::MatchSource) {} in nsImageRenderer()
458 mMaskOp == StyleMaskMode::Luminance) { in Draw()
525 if (mMaskOp == StyleMaskMode::Luminance) { in Draw()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/painting/
H A DnsImageRenderer.h252 void SetMaskOp(mozilla::StyleMaskMode aMaskOp) { mMaskOp = aMaskOp; } in SetMaskOp()
312 mozilla::StyleMaskMode mMaskOp; variable
H A DnsImageRenderer.cpp64 mMaskOp(StyleMaskMode::MatchSource) {} in nsImageRenderer()
457 mMaskOp == StyleMaskMode::Luminance) { in Draw()
525 if (mMaskOp == StyleMaskMode::Luminance) { in Draw()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/painting/
H A DnsImageRenderer.h240 void SetMaskOp(uint8_t aMaskOp) { mMaskOp = aMaskOp; } in SetMaskOp()
296 uint8_t mMaskOp; variable
H A DnsImageRenderer.cpp62 mMaskOp(NS_STYLE_MASK_MODE_MATCH_SOURCE) {} in nsImageRenderer()
440 mMaskOp == NS_STYLE_MASK_MODE_LUMINANCE) { in Draw()
505 if (mMaskOp == NS_STYLE_MASK_MODE_LUMINANCE) { in Draw()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/painting/
H A DnsImageRenderer.h247 void SetMaskOp(mozilla::StyleMaskMode aMaskOp) { mMaskOp = aMaskOp; } in SetMaskOp()
306 mozilla::StyleMaskMode mMaskOp; variable
H A DnsImageRenderer.cpp60 mMaskOp(StyleMaskMode::MatchSource) {} in nsImageRenderer()
451 mMaskOp == StyleMaskMode::Luminance) { in Draw()
514 if (mMaskOp == StyleMaskMode::Luminance) { in Draw()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DnsCSSRendering.h264 void SetMaskOp(uint8_t aMaskOp) { mMaskOp = aMaskOp; } in SetMaskOp()
305 uint8_t mMaskOp; variable
H A DnsCSSRendering.cpp5012 , mMaskOp(NS_STYLE_MASK_MODE_MATCH_SOURCE) in nsImageRenderer()
5447 if (ctx->CurrentOp() != CompositionOp::OP_OVER || mMaskOp == NS_STYLE_MASK_MODE_LUMINANCE) { in Draw()
5516 if (mMaskOp == NS_STYLE_MASK_MODE_LUMINANCE) { in Draw()