Home
last modified time | relevance | path

Searched refs:alpha_height (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngminus/
A Dpnm2png.c182 volatile png_uint_32 alpha_width = 0, alpha_height = 0; in pnm2png() local
304 alpha_height = (png_uint_32) ul_alpha_height; in pnm2png()
305 if (alpha_height != height) in pnm2png()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Dcwebp.c312 const int alpha_height = in DumpPicture() local
314 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