Searched refs:alpha_height (Results 1 – 2 of 2) sorted by relevance
182 volatile png_uint_32 alpha_width = 0, alpha_height = 0; in pnm2png() local304 alpha_height = (png_uint_32) ul_alpha_height; in pnm2png()305 if (alpha_height != height) in pnm2png()
312 const int alpha_height = in DumpPicture() local314 const int height = picture->height + uv_height + alpha_height; in DumpPicture()329 for (y = 0; y < alpha_height; ++y) { in DumpPicture()
Completed in 6 milliseconds