Searched refs:colortype (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dloadpng.c22 int bitdepth, colortype, imethod, cmethod, fmethod, i; local
67 png_get_IHDR(p, pi, &width, &height, &bitdepth, &colortype,
70 // width, height, bitdepth, colortype);
72 switch(colortype){
160 int bitdepth, colortype, imethod, cmethod, fmethod, i; local
199 png_get_IHDR(p, pi, &width, &height, &bitdepth, &colortype,
202 // width, height, bitdepth, colortype);
204 switch(colortype){

Completed in 43 milliseconds