Searched refs:has_alpha_ (Results 1 – 9 of 9) sorted by relevance
25 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()
390 enc->has_alpha_ = WebPPictureHasTransparency(enc->pic_); in VP8EncInitAlpha()403 if (enc->has_alpha_) { in VP8EncStartAlpha()420 if (enc->has_alpha_) { in VP8EncFinishAlpha()441 enc->has_alpha_ = 0; in VP8EncDeleteAlpha()
372 int has_alpha_; member
46 int has_alpha_; member203 frame->has_alpha_ |= features->has_alpha; in SetFrameInfo()239 frame->has_alpha_ = 1; in StoreFrame()415 frame->has_alpha_ = 0; in ParseSingleImage()424 dmux->feature_flags_ |= frame->has_alpha_ ? ALPHA_FLAG : 0; in ParseSingleImage()684 dmux->feature_flags_ |= frame->has_alpha_ ? ALPHA_FLAG : 0; in CreateRawImageDemuxer()841 iter->has_alpha = frame->has_alpha_; in SynthesizeFrame()
112 int has_alpha_; member858 webp_info->has_alpha_ |= features.has_alpha; in ProcessImageChunk()904 webp_info->has_alpha_ = 1; in ProcessALPHChunk()1002 if (!alpha && webp_info->has_alpha_) { in Validate()1006 if (alpha && !webp_info->has_alpha_) { in Validate()
55 int has_alpha_; // Through ALPH chunk or as part of VP8L. member
94 wpi->has_alpha_ = vp8l_has_alpha || (wpi->alpha_ != NULL); in MuxImageFinalize()351 if (wpi->has_alpha_) f |= ALPHA_FLAG; in MuxGetCanvasInfo()
406 if (images->has_alpha_) return 1; in MuxHasAlpha()
3676 60942c8c fix the has_alpha_ order
Completed in 35 milliseconds