Lines Matching full:has_alpha
747 static int WriteRealAlphaAndVersion(VP8LBitWriter* const bw, int has_alpha) {748 VP8LWriteBits(bw, 1, has_alpha);1084 int has_alpha;1127 has_alpha = WebPPictureHasTransparency(picture);1129 if (!WriteRealAlphaAndVersion(&bw, has_alpha)) {