Home
last modified time | relevance | path

Searched refs:has_alpha_ (Results 1 – 25 of 168) sorted by relevance

1234567

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/image-decoders/
H A Dimage_frame.cc40 has_alpha_(true), in ImageFrame()
83 has_alpha_ = true; in ZeroFillPixelData()
88 has_alpha_ = other.has_alpha_; in CopyBitmapData()
111 has_alpha_ = other->has_alpha_; in TakeBitmapDataIfWritable()
152 has_alpha_ = alpha; in SetHasAlpha()
261 if (!has_alpha_ && status_ == kFrameComplete) in ComputeAlphaType()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/image-decoders/
H A Dimage_frame.cc40 has_alpha_(true), in ImageFrame()
83 has_alpha_ = true; in ZeroFillPixelData()
88 has_alpha_ = other.has_alpha_; in CopyBitmapData()
111 has_alpha_ = other->has_alpha_; in TakeBitmapDataIfWritable()
151 has_alpha_ = alpha; in SetHasAlpha()
260 if (!has_alpha_ && status_ == kFrameComplete) in ComputeAlphaType()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/
H A Dimage_frame_generator.cc206 if (index >= has_alpha_.size()) { in SetHasAlpha()
207 const size_t old_size = has_alpha_.size(); in SetHasAlpha()
208 has_alpha_.resize(index + 1); in SetHasAlpha()
209 for (size_t i = old_size; i < has_alpha_.size(); ++i) in SetHasAlpha()
210 has_alpha_[i] = true; in SetHasAlpha()
212 has_alpha_[index] = has_alpha; in SetHasAlpha()
218 if (index < has_alpha_.size()) in HasAlpha()
219 return has_alpha_[index]; in HasAlpha()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/
H A Dimage_frame_generator.cc222 if (index >= has_alpha_.size()) { in SetHasAlpha()
223 const size_t old_size = has_alpha_.size(); in SetHasAlpha()
224 has_alpha_.resize(index + 1); in SetHasAlpha()
225 for (size_t i = old_size; i < has_alpha_.size(); ++i) in SetHasAlpha()
226 has_alpha_[i] = true; in SetHasAlpha()
228 has_alpha_[index] = has_alpha; in SetHasAlpha()
234 if (index < has_alpha_.size()) in HasAlpha()
235 return has_alpha_[index]; in HasAlpha()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/WebM/
H A Dalpha.c80 enc->has_alpha_ = (enc->pic_->a != NULL); in VP8EncInitAlpha()
91 if (enc->has_alpha_) { in VP8EncFinishAlpha()
109 enc->has_alpha_ = 0; in VP8EncDeleteAlpha()
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/render_pipeline/
H A Dstage_write.cc85 has_alpha_(has_alpha), in WriteToU8Stage()
97 has_alpha_ ? GetInputRow(input_rows, alpha_c_, 0) : nullptr; in ProcessRow()
131 return c < 3 || (has_alpha_ && c == alpha_c_) in GetChannelMode()
142 bool has_alpha_; member in jxl::HWY_NAMESPACE::WriteToU8Stage
235 has_alpha_(has_alpha), in WriteToPixelCallbackStage()
249 if (has_alpha_) { in ProcessRow()
272 return c < 3 || (has_alpha_ && c == alpha_c_) in GetChannelMode()
284 bool has_alpha_; member in jxl::__anonfa1257f70111::WriteToPixelCallbackStage
/dports/graphics/freeimage/FreeImage/Source/LibWebP/src/enc/
H A Dsyntax_enc.c25 return !!enc->has_alpha_; // Currently the only case when VP8X is needed. in IsVP8XNeeded()
62 if (enc->has_alpha_) { in PutVP8XHeader()
82 assert(enc->has_alpha_); in PutAlphaChunk()
165 if (enc->has_alpha_) { in PutWebPHeaders()
347 if (enc->has_alpha_) { // Add size for: ALPH header + data. in VP8EncWrite()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libwebp/src/enc/
H A Dsyntax_enc.c25 return !!enc->has_alpha_; // Currently the only case when VP8X is needed. in IsVP8XNeeded()
62 if (enc->has_alpha_) { in PutVP8XHeader()
82 assert(enc->has_alpha_); in PutAlphaChunk()
165 if (enc->has_alpha_) { in PutWebPHeaders()
347 if (enc->has_alpha_) { // Add size for: ALPH header + data. in VP8EncWrite()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libwebp-sys2-0.1.2/c_src/src/enc/
H A Dsyntax_enc.c25 return !!enc->has_alpha_; // Currently the only case when VP8X is needed. in IsVP8XNeeded()
62 if (enc->has_alpha_) { in PutVP8XHeader()
82 assert(enc->has_alpha_); in PutAlphaChunk()
165 if (enc->has_alpha_) { in PutWebPHeaders()
347 if (enc->has_alpha_) { // Add size for: ALPH header + data. in VP8EncWrite()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libwebp/src/enc/
H A Dsyntax_enc.c25 return !!enc->has_alpha_; // Currently the only case when VP8X is needed. in IsVP8XNeeded()
62 if (enc->has_alpha_) { in PutVP8XHeader()
82 assert(enc->has_alpha_); in PutAlphaChunk()
165 if (enc->has_alpha_) { in PutWebPHeaders()
347 if (enc->has_alpha_) { // Add size for: ALPH header + data. in VP8EncWrite()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libwebp/src/enc/
H A Dsyntax_enc.c25 return !!enc->has_alpha_; // Currently the only case when VP8X is needed. in IsVP8XNeeded()
62 if (enc->has_alpha_) { in PutVP8XHeader()
82 assert(enc->has_alpha_); in PutAlphaChunk()
165 if (enc->has_alpha_) { in PutWebPHeaders()
347 if (enc->has_alpha_) { // Add size for: ALPH header + data. in VP8EncWrite()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libwebp/src/enc/
H A Dsyntax_enc.c25 return !!enc->has_alpha_; // Currently the only case when VP8X is needed. in IsVP8XNeeded()
62 if (enc->has_alpha_) { in PutVP8XHeader()
82 assert(enc->has_alpha_); in PutAlphaChunk()
165 if (enc->has_alpha_) { in PutWebPHeaders()
347 if (enc->has_alpha_) { // Add size for: ALPH header + data. in VP8EncWrite()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/libwebp/src/enc/
H A Dsyntax_enc.c25 return !!enc->has_alpha_; // Currently the only case when VP8X is needed. in IsVP8XNeeded()
62 if (enc->has_alpha_) { in PutVP8XHeader()
82 assert(enc->has_alpha_); in PutAlphaChunk()
165 if (enc->has_alpha_) { in PutWebPHeaders()
347 if (enc->has_alpha_) { // Add size for: ALPH header + data. in VP8EncWrite()
/dports/www/firefox/firefox-99.0/media/libwebp/src/enc/
H A Dsyntax_enc.c25 return !!enc->has_alpha_; // Currently the only case when VP8X is needed. in IsVP8XNeeded()
62 if (enc->has_alpha_) { in PutVP8XHeader()
82 assert(enc->has_alpha_); in PutAlphaChunk()
165 if (enc->has_alpha_) { in PutWebPHeaders()
347 if (enc->has_alpha_) { // Add size for: ALPH header + data. in VP8EncWrite()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/WebP/src/enc/
H A Dsyntax_enc.c25 return !!enc->has_alpha_; // Currently the only case when VP8X is needed. in IsVP8XNeeded()
62 if (enc->has_alpha_) { in PutVP8XHeader()
82 assert(enc->has_alpha_); in PutAlphaChunk()
165 if (enc->has_alpha_) { in PutWebPHeaders()
341 if (enc->has_alpha_) { // Add size for: ALPH header + data. in VP8EncWrite()
/dports/graphics/webp/libwebp-1.2.1/src/enc/
H A Dsyntax_enc.c25 return !!enc->has_alpha_; // Currently the only case when VP8X is needed. in IsVP8XNeeded()
62 if (enc->has_alpha_) { in PutVP8XHeader()
82 assert(enc->has_alpha_); in PutAlphaChunk()
165 if (enc->has_alpha_) { in PutWebPHeaders()
347 if (enc->has_alpha_) { // Add size for: ALPH header + data. in VP8EncWrite()
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/bep/gowebp/libwebp_src/src/enc/
H A Dsyntax_enc.c25 return !!enc->has_alpha_; // Currently the only case when VP8X is needed. in IsVP8XNeeded()
62 if (enc->has_alpha_) { in PutVP8XHeader()
82 assert(enc->has_alpha_); in PutAlphaChunk()
165 if (enc->has_alpha_) { in PutWebPHeaders()
347 if (enc->has_alpha_) { // Add size for: ALPH header + data. in VP8EncWrite()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/libwebp/src/enc/
H A Dsyntax_enc.c25 return !!enc->has_alpha_; // Currently the only case when VP8X is needed. in IsVP8XNeeded()
62 if (enc->has_alpha_) { in PutVP8XHeader()
82 assert(enc->has_alpha_); in PutAlphaChunk()
165 if (enc->has_alpha_) { in PutWebPHeaders()
347 if (enc->has_alpha_) { // Add size for: ALPH header + data. in VP8EncWrite()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/libwebp/src/enc/
H A Dsyntax_enc.c25 return !!enc->has_alpha_; // Currently the only case when VP8X is needed. in IsVP8XNeeded()
62 if (enc->has_alpha_) { in PutVP8XHeader()
82 assert(enc->has_alpha_); in PutAlphaChunk()
165 if (enc->has_alpha_) { in PutWebPHeaders()
347 if (enc->has_alpha_) { // Add size for: ALPH header + data. in VP8EncWrite()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/libwebp/src/enc/
H A Dsyntax_enc.c25 return !!enc->has_alpha_; // Currently the only case when VP8X is needed. in IsVP8XNeeded()
62 if (enc->has_alpha_) { in PutVP8XHeader()
82 assert(enc->has_alpha_); in PutAlphaChunk()
165 if (enc->has_alpha_) { in PutWebPHeaders()
347 if (enc->has_alpha_) { // Add size for: ALPH header + data. in VP8EncWrite()
/dports/www/zola/zola-0.15.2/cargo-crates/libwebp-sys-0.2.0/vendor/src/enc/
H A Dsyntax_enc.c25 return !!enc->has_alpha_; // Currently the only case when VP8X is needed. in IsVP8XNeeded()
62 if (enc->has_alpha_) { in PutVP8XHeader()
82 assert(enc->has_alpha_); in PutAlphaChunk()
165 if (enc->has_alpha_) { in PutWebPHeaders()
347 if (enc->has_alpha_) { // Add size for: ALPH header + data. in VP8EncWrite()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libwebp-sys2-0.1.2/c_src/src/enc/
H A Dsyntax_enc.c25 return !!enc->has_alpha_; // Currently the only case when VP8X is needed. in IsVP8XNeeded()
62 if (enc->has_alpha_) { in PutVP8XHeader()
82 assert(enc->has_alpha_); in PutAlphaChunk()
165 if (enc->has_alpha_) { in PutWebPHeaders()
347 if (enc->has_alpha_) { // Add size for: ALPH header + data. in VP8EncWrite()
/dports/graphics/qt5-imageformats/kde-qtimageformats-5.15.2p3/src/3rdparty/libwebp/src/enc/
H A Dsyntax_enc.c25 return !!enc->has_alpha_; // Currently the only case when VP8X is needed. in IsVP8XNeeded()
62 if (enc->has_alpha_) { in PutVP8XHeader()
82 assert(enc->has_alpha_); in PutAlphaChunk()
165 if (enc->has_alpha_) { in PutWebPHeaders()
347 if (enc->has_alpha_) { // Add size for: ALPH header + data. in VP8EncWrite()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/image_fetcher/ios/
H A Dwebp_decoder.mm154 : delegate_(delegate), state_(READING_FEATURES), has_alpha_(0) {
199 has_alpha_ = config_.input.has_alpha;
202 const size_t bytes_per_px = has_alpha_ ? 4 : 3;
207 config_.output.colorspace = has_alpha_ ? MODE_rgbA : MODE_RGB;
219 WriteTiffHeader(dst, width, height, bytes_per_px, has_alpha_);
289 if (has_alpha_) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/image_fetcher/ios/
H A Dwebp_decoder.mm154 : delegate_(delegate), state_(READING_FEATURES), has_alpha_(0) {
199 has_alpha_ = config_.input.has_alpha;
202 const size_t bytes_per_px = has_alpha_ ? 4 : 3;
207 config_.output.colorspace = has_alpha_ ? MODE_rgbA : MODE_RGB;
219 WriteTiffHeader(dst, width, height, bytes_per_px, has_alpha_);
289 if (has_alpha_) {

1234567