Lines Matching refs:height

53     png_uint_32 height;
82 &outImageInfo->height, &bit_depth, &color_type,
112 outImageInfo->height * png_sizeof(png_bytep));
113 outImageInfo->allocHeight = outImageInfo->height;
118 for (i = 0; i < (int)outImageInfo->height; i++)
130 (int)outImageInfo->width, (int)outImageInfo->height,
135 &outImageInfo->height, &bit_depth, &color_type,
253 png_bytepp rows, int offset, int height, bool transparent, bool required,
262 for (i=1; i<height-1; i++) {
267 *outBottom = height-2;
340 png_bytepp rows, int offset, int height, bool transparent, bool required,
350 while (i < height - 1) {
361 if (TICK_TYPE_LAYOUT_BOUNDS == tick_type(rows[height - 2] + offset, transparent, outError)) {
363 i = height - 2;
435 image->height, &top, &bottom);
448 int H = image->height;
583 image->height -= 2;
584 H = image->height;
621 // The last row always ends with the bottom being bitmap.height and the top
622 // being either yDivs[numYDivs-2] (if yDivs[numYDivs-1]=bitmap.height) or
809 int h = imageInfo.height;
978 png_uint_32 width, height;
987 png_bytepp outRows = (png_bytepp) malloc((int) imageInfo.height * png_sizeof(png_bytep));
992 for (i = 0; i < (int) imageInfo.height; i++) {
1003 (int) imageInfo.width, (int) imageInfo.height));
1040 png_set_IHDR(write_ptr, write_info, imageInfo.width, imageInfo.height,
1103 // dump_image(imageInfo.width, imageInfo.height, rows, color_type);
1107 for (i = 0; i < (int) imageInfo.height; i++) {
1114 png_get_IHDR(write_ptr, write_info, &width, &height,
1119 (int)width, (int)height, bit_depth, color_type, interlace_type,