Home | History | Annotate | Download | only in aapt

Lines Matching refs:png_bytepp

54     png_bytepp rows;
68 png_bytepp allocRows;
111 outImageInfo->rows = (png_bytepp)malloc(
253 png_bytepp rows, int offset, int height, bool transparent, bool required,
340 png_bytepp rows, int offset, int height, bool transparent, bool required,
379 png_bytepp rows, int left, int top, int right, int bottom)
576 image->rows = (png_bytepp)malloc((H-2) * png_sizeof(png_bytep));
751 static void dump_image(int w, int h, png_bytepp rows, int color_type)
806 png_bytepp outRows)
987 png_bytepp outRows = (png_bytepp) malloc((int) imageInfo.height * png_sizeof(png_bytep));
988 if (outRows == (png_bytepp) 0) {
1093 png_bytepp rows;