Home | History | Annotate | Download | only in android

Lines Matching refs:readpng

214 void *readpng(const unsigned char*  base, size_t  size, unsigned *_width, unsigned *_height);
249 icon_pixels = readpng( icon_data, icon_bytes, &icon_w, &icon_h );