Home
last modified time | relevance | path

Searched refs:alphaType_ (Results 1 – 9 of 9) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/
H A DImageBitmap.cpp1289 uint32_t alphaType_; in ReadStructuredClone() local
1294 !JS_ReadUint32Pair(aReader, &alphaType_, &writeOnly)) { in ReadStructuredClone()
1302 const auto alphaType = BitwiseCast<gfxAlphaType>(alphaType_); in ReadStructuredClone()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/canvas/
H A DImageBitmap.cpp1301 uint32_t alphaType_; in ReadStructuredClone() local
1306 !JS_ReadUint32Pair(aReader, &alphaType_, &writeOnly)) { in ReadStructuredClone()
1314 const auto alphaType = BitwiseCast<gfxAlphaType>(alphaType_); in ReadStructuredClone()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/canvas/
H A DImageBitmap.cpp1289 uint32_t alphaType_; in ReadStructuredClone() local
1294 !JS_ReadUint32Pair(aReader, &alphaType_, &writeOnly)) { in ReadStructuredClone()
1302 const auto alphaType = BitwiseCast<gfxAlphaType>(alphaType_); in ReadStructuredClone()
/dports/www/firefox/firefox-99.0/dom/canvas/
H A DImageBitmap.cpp1657 uint32_t alphaType_; in ReadStructuredClone() local
1662 !JS_ReadUint32Pair(aReader, &alphaType_, &writeOnly)) { in ReadStructuredClone()
1670 const auto alphaType = BitwiseCast<gfxAlphaType>(alphaType_); in ReadStructuredClone()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/canvas/
H A DImageBitmap.cpp1361 uint32_t alphaType_; in ReadStructuredClone() local
1368 !JS_ReadUint32Pair(aReader, &alphaType_, in ReadStructuredClone()
1380 const auto alphaType = BitwiseCast<gfxAlphaType>(alphaType_); in ReadStructuredClone()
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/Magick++/lib/Magick++/
H A DImage.h632 void alphaChannel(AlphaChannelType alphaType_);
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/Magick++/lib/Magick++/
H A DImage.h632 void alphaChannel(AlphaChannelType alphaType_);
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/Magick++/lib/
H A DImage.cpp1897 void Magick::Image::alphaChannel(AlphaChannelType alphaType_) in alphaChannel() argument
1900 SetImageAlphaChannel(image(), alphaType_); in alphaChannel()
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/Magick++/lib/
H A DImage.cpp1897 void Magick::Image::alphaChannel(AlphaChannelType alphaType_) in alphaChannel() argument
1900 SetImageAlphaChannel(image(), alphaType_); in alphaChannel()