Lines Matching full:has_alpha
257 // Fetch '*width', '*height', '*has_alpha' and fill out 'headers' based on
272 int* const has_alpha,
305 if (has_alpha != NULL) *has_alpha = !!(flags & ALPHA_FLAG_BIT);
347 if (!VP8LGetInfo(data, data_size, width, height, has_alpha)) {
352 if (has_alpha != NULL) {
355 *has_alpha |= (hdrs.alpha_data != NULL);
368 // fill out headers, ignore width/height/has_alpha.
622 // Only parse enough of the data to retrieve width/height/has_alpha.
625 &features->has_alpha, NULL);