get_rows          970 libheif/heif_context.cc   if ((int)image_references.size() != grid.get_rows() * grid.get_columns()) {
get_rows          972 libheif/heif_context.cc     sstr << "Tiled image with " << grid.get_rows() << "x" <<  grid.get_columns() << "="
get_rows          973 libheif/heif_context.cc          << (grid.get_rows() * grid.get_columns()) << " tiles, but only "
get_rows         1018 libheif/heif_context.cc   tiles.resize(grid.get_rows() * grid.get_columns() );
get_rows         1023 libheif/heif_context.cc   for (int y=0;y<grid.get_rows();y++) {